|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.quasiliteral.text.SimpleQuasiParser
Untamed: The default -- and simplest -- of the quasi parsers
Field Summary | |
private IdentityCacheTable |
myCache
caches previous simple parses (as is used for quasi-parsing) |
static SimpleQuasiParser |
THE_ONE
Enabled: |
Constructor Summary | |
private |
SimpleQuasiParser()
|
Method Summary | |
private Substituter |
make(Twine template)
|
MatchMaker |
matchMaker(Twine template)
Enabled: Synonym for 'make', used by quasi-pattern expansion |
MatchMaker |
matchMaker(Twine template,
int[] dlrHoles,
int[] atHoles)
Enabled: |
ValueMaker |
valueMaker(Twine template)
Enabled: Synonym for 'make', used by quasi-literal expansion |
ValueMaker |
valueMaker(Twine template,
int[] dlrHoles)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SimpleQuasiParser THE_ONE
private final IdentityCacheTable myCache
Constructor Detail |
private SimpleQuasiParser()
Method Detail |
private Substituter make(Twine template)
public ValueMaker valueMaker(Twine template, int[] dlrHoles)
valueMaker
in interface QuasiExprParser
public ValueMaker valueMaker(Twine template)
valueMaker
in interface QuasiExprParser
public MatchMaker matchMaker(Twine template, int[] dlrHoles, int[] atHoles)
matchMaker
in interface QuasiPatternParser
public MatchMaker matchMaker(Twine template)
matchMaker
in interface QuasiPatternParser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |