public class OrLexerBlock extends AbstractLexerBlock
Modifier and Type | Class and Description |
---|---|
protected class |
OrLexerBlock.OrBlockResolver
Resolver for or block.
|
Constructor and Description |
---|
OrLexerBlock() |
OrLexerBlock(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 OrLexerBlock()
public OrLexerBlock(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