Class Java8Parser.CastExpressionContext
java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.nuiton.eugene.plugin.parser.java.Java8Parser.CastExpressionContext
- 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:
- Java8Parser
public static class Java8Parser.CastExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CastExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState) -
Method Summary
Modifier and Type Method Description <Result> Resultaccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)List<? extends Java8Parser.AdditionalBoundContext>additionalBound()Java8Parser.AdditionalBoundContextadditionalBound(int i)intgetRuleIndex()Java8Parser.LambdaExpressionContextlambdaExpression()Java8Parser.PrimitiveTypeContextprimitiveType()Java8Parser.ReferenceTypeContextreferenceType()Java8Parser.UnaryExpressionContextunaryExpression()Java8Parser.UnaryExpressionNotPlusMinusContextunaryExpressionNotPlusMinus()Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
Constructor Details
-
CastExpressionContext
public CastExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
-
Method Details
-
primitiveType
-
unaryExpression
-
referenceType
-
unaryExpressionNotPlusMinus
-
additionalBound
-
additionalBound
-
lambdaExpression
-
getRuleIndex
public int getRuleIndex()- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-