public class AndLexerBlock extends AbstractLexerBlock
Modifier and Type | Class and Description |
---|---|
protected class |
AndLexerBlock.AndBlockResolver
Resolver for or block.
|
Constructor and Description |
---|
AndLexerBlock() |
AndLexerBlock(List<LexerBlock> blocks) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<LexerBlock> |
getBlocks() |
LexerBlockResolver |
getResolver(Grammar grammar) |
int |
hashCode() |
void |
setBlocks(List<LexerBlock> blocks) |
getMaxOccurs, getMinOccurs, getUnicity, isMandatory, setMandatory, setMaxOccurs, setMinOccurs, setUnicity
public AndLexerBlock()
public AndLexerBlock(List<LexerBlock> blocks)
public List<LexerBlock> getBlocks()
public void setBlocks(List<LexerBlock> blocks)
public LexerBlockResolver getResolver(Grammar grammar) throws DslException
DslException
public int hashCode()
hashCode
in class AbstractLexerBlock
public boolean equals(Object o)
equals
in class AbstractLexerBlock