Class ACLParser.AndContext
java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
ch.tocco.nice2.security.impl.compiler.ACLParser.AndContext
- All Implemented Interfaces:
- org.antlr.v4.runtime.tree.ParseTree,- org.antlr.v4.runtime.tree.RuleNode,- org.antlr.v4.runtime.tree.SyntaxTree,- org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- ACLParser
public static class ACLParser.AndContext
extends org.antlr.v4.runtime.ParserRuleContext
- 
Field SummaryFieldsFields inherited from class org.antlr.v4.runtime.ParserRuleContextchildren, EMPTY, exception, start, stopFields inherited from class org.antlr.v4.runtime.RuleContextinvokingState, parent
- 
Constructor SummaryConstructorsConstructorDescriptionAndContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) 
- 
Method SummaryMethods inherited from class org.antlr.v4.runtime.ParserRuleContextaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringMethods inherited from class org.antlr.v4.runtime.RuleContextaccept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
- 
Field Details- 
node
 
- 
- 
Constructor Details- 
AndContextpublic AndContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) 
 
- 
- 
Method Details- 
not
- 
not
- 
AND
- 
ANDpublic org.antlr.v4.runtime.tree.TerminalNode AND(int i) 
- 
getRuleIndexpublic int getRuleIndex()- Overrides:
- getRuleIndexin class- org.antlr.v4.runtime.RuleContext
 
- 
enterRulepublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) - Overrides:
- enterRulein class- org.antlr.v4.runtime.ParserRuleContext
 
- 
exitRulepublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) - Overrides:
- exitRulein class- org.antlr.v4.runtime.ParserRuleContext
 
 
-