[Java] Class GroovyParser.ThisFormalParameterContext

  • org.apache.groovy.parser.antlr4.GroovyParser.ThisFormalParameterContext
public static class GroovyParser.ThisFormalParameterContext
extends GroovyParserRuleContext

Constructor Summary

Constructors
Constructor and description
ThisFormalParameterContext (ParserRuleContext parent, int invokingState)

Methods Summary

Methods
Type Params Return Type Name and description
public TerminalNode THIS()
<Result> public Result accept(ParseTreeVisitor<? extends Result> visitor)
public int getRuleIndex()
public TypeContext type()

Constructor Detail

public ThisFormalParameterContext(ParserRuleContext parent, int invokingState)

Method Detail

public TerminalNode THIS()

<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)

@Override public int getRuleIndex()

public TypeContext type()