[Java] Class GroovyParser.GroovyParserRuleContext

  • org.apache.groovy.parser.antlr4.GroovyParser.GroovyParserRuleContext
All Implemented Interfaces and Traits:
NodeMetaDataHandler
public static class GroovyParser.GroovyParserRuleContext
extends ParserRuleContext
implements NodeMetaDataHandler
Inherited fields
Fields inherited from class Fields
class ParserRuleContext children, start, stop, exception, parent, invokingState

Constructor Summary

Constructors
Constructor and description
GroovyParserRuleContext ()
GroovyParserRuleContext (ParserRuleContext parent, int invokingStateNumber)

Methods Summary

Methods
Type Params Return Type Name and description
public Map<?, ?> getMetaDataMap()
public void setMetaDataMap(Map<?, ?> metaDataMap)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class ParserRuleContext getParent, getParent, getParent, getParent, getParent, getChildCount, getChild, getChild, getChild, copyFrom, emptyContext, getStop, exitRule, addAnyChild, removeLastChild, addErrorNode, addErrorNode, getSourceInterval, enterRule, getRuleContext, getToken, getTokens, getStart, addChild, addChild, addChild, getRuleContexts, toInfoString, toString, toString, toString, toString, toString, isEmpty, depth, accept, setParent, toStringTree, toStringTree, toStringTree, getRuleContext, getPayload, getPayload, getText, setAltNumber, getRuleIndex, getAltNumber, getChildContext, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll

Constructor Detail

public GroovyParserRuleContext()

public GroovyParserRuleContext(ParserRuleContext parent, int invokingStateNumber)

Method Detail

@Override public Map<?, ?> getMetaDataMap()

@Override public void setMetaDataMap(Map<?, ?> metaDataMap)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovyParser.GroovyParserRuleContext.html