|
|||||||||||
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 ValueMaker which will generate objects of the form the template describes. The template language is a value description language augmented with $-holes, representing values to be provided at runtime to the ValueMaker.
Method Summary | |
ValueMaker |
valueMaker(Twine template)
Deprecated. |
ValueMaker |
valueMaker(Twine template,
int[] dlrHoles)
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 ValueMaker valueMaker(Twine template, int[] dlrHoles)
public ValueMaker valueMaker(Twine template)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |