Class SimonParser.DeclarationsContext

Object
RuleContext
ParserRuleContext
DeclarationsContext
All Implemented Interfaces:
ParseTree, RuleNode, SyntaxTree, Tree
Enclosing class:
SimonParser

public static class SimonParser.DeclarationsContext
extends ParserRuleContext
  • Field Summary

    Fields inherited from class ParserRuleContext

    children, exception, start, stop

    Fields inherited from class RuleContext

    EMPTY, invokingState, parent
  • Constructor Summary

    Constructors
    Constructor Description
    DeclarationsContext​(ParserRuleContext parent, int invokingState)  
  • Method Summary

    Modifier and Type Method Description
    List<SimonParser.DeclarationContext> declaration()  
    SimonParser.DeclarationContext declaration​(int i)  
    void enterRule​(ParseTreeListener listener)  
    void exitRule​(ParseTreeListener listener)  
    int getRuleIndex()  

    Methods inherited from class ParserRuleContext

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

    Methods inherited from class RuleContext

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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DeclarationsContext

      public DeclarationsContext​(ParserRuleContext parent, int invokingState)
  • Method Details

    • declaration

      public List<SimonParser.DeclarationContext> declaration()
    • declaration

      public SimonParser.DeclarationContext declaration​(int i)
    • getRuleIndex

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class RuleContext
    • enterRule

      public void enterRule​(ParseTreeListener listener)
      Overrides:
      enterRule in class ParserRuleContext
    • exitRule

      public void exitRule​(ParseTreeListener listener)
      Overrides:
      exitRule in class ParserRuleContext