Class JiffleParser.WhileStmtContext
Object
RuleContext
ParserRuleContext
JiffleParser.StatementContext
WhileStmtContext
- All Implemented Interfaces:
ParseTree,RuleNode,SyntaxTree,Tree
- Enclosing class:
- JiffleParser
-
Field Summary
Fields inherited from class ParserRuleContext
children, exception, start, stopFields inherited from class RuleContext
EMPTY, invokingState, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JiffleParser.StatementContext
copyFrom, getRuleIndexMethods inherited from class ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringMethods inherited from class RuleContext
accept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
-
Constructor Details
-
WhileStmtContext
-
-
Method Details
-
WHILE
public TerminalNode WHILE() -
parenExpression
-
statement
-
enterRule
public void enterRule(ParseTreeListener listener) - Overrides:
enterRulein classParserRuleContext
-
exitRule
public void exitRule(ParseTreeListener listener) - Overrides:
exitRulein classParserRuleContext
-