public static class GroovyParser.LambdaPrmrAltContext extends GroovyParser.PrimaryContext
Constructor and Description |
---|
LambdaPrmrAltContext(GroovyParser.PrimaryContext ctx) |
Modifier and Type | Method and Description |
---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
GroovyParser.StandardLambdaExpressionContext |
standardLambdaExpression() |
copyFrom, getRuleIndex
copyNodeMetaData, getMetaDataMap, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setMetaDataMap, setNodeMetaData
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public LambdaPrmrAltContext(GroovyParser.PrimaryContext ctx)
public GroovyParser.StandardLambdaExpressionContext standardLambdaExpression()
public <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext