Class ACLParser.RuleConditionContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
ch.tocco.nice2.security.impl.compiler.ACLParser.RuleConditionContext
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.RuleConditionContext extends org.antlr.v4.runtime.ParserRuleContext
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class org.antlr.v4.runtime.ParserRuleContext Link icon

    children, EMPTY, exception, start, stop

    Fields inherited from class org.antlr.v4.runtime.RuleContext Link icon

    invokingState, parent
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    RuleConditionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
     
    void
    exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
     
    int
     
    org.antlr.v4.runtime.tree.TerminalNode
    IF()
     
    or()
     
    org.antlr.v4.runtime.tree.TerminalNode
     

    Methods inherited from class org.antlr.v4.runtime.ParserRuleContext Link icon

    addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString

    Methods inherited from class org.antlr.v4.runtime.RuleContext Link icon

    accept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details Link icon

    • node Link icon

      public Node node
  • Constructor Details Link icon

    • RuleConditionContext Link icon

      public RuleConditionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details Link icon

    • IF Link icon

      public org.antlr.v4.runtime.tree.TerminalNode IF()
    • or Link icon

      public ACLParser.OrContext or()
    • UNLESS Link icon

      public org.antlr.v4.runtime.tree.TerminalNode UNLESS()
    • getRuleIndex Link icon

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class org.antlr.v4.runtime.RuleContext
    • enterRule Link icon

      public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      enterRule in class org.antlr.v4.runtime.ParserRuleContext
    • exitRule Link icon

      public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      exitRule in class org.antlr.v4.runtime.ParserRuleContext