public class LexerBlockWrapper extends Object implements LexerBlock
Constructor and Description |
---|
LexerBlockWrapper(LexerBlock w) |
Modifier and Type | Method and Description |
---|---|
LexerBlockResolver |
getResolver(Grammar grammar) |
LexerUnicity |
getUnicity() |
LexerBlock |
getWrapped() |
boolean |
isMandatory() |
public LexerBlockWrapper(LexerBlock w)
public LexerBlock getWrapped()
public boolean isMandatory()
isMandatory
in interface LexerBlock
public LexerUnicity getUnicity()
getUnicity
in interface LexerBlock
public LexerBlockResolver getResolver(Grammar grammar) throws DslException
getResolver
in interface LexerBlock
DslException