|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed: Given a template string in the language this quasi parser understands, parse it into a MatchMaker which will match objects of the form the template describes. The template language is a value description language augmented with $-holes and @-holes, representing values to be provided at runtime to the MatchMaker, or values for it to extract from the specimen, respectively.
Method Summary | |
MatchMaker |
matchMaker(Twine template)
Deprecated. |
MatchMaker |
matchMaker(Twine template,
int[] dlrHoles,
int[] atHoles)
Enabled: For the i'th $-hole, dlrHoles[i] is the position of that hole in template, and the character at that position in template must be '$'. |
Method Detail |
public MatchMaker matchMaker(Twine template, int[] dlrHoles, int[] atHoles)
public MatchMaker matchMaker(Twine template)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |