Class MCArrayStatementsParserInfo
- java.lang.Object
-
- de.monticore.statements.mcarraystatements._parser.MCArrayStatementsParserInfo
-
- Direct Known Subclasses:
EmptyMCArrayStatementsParserInfo
public class MCArrayStatementsParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static MCArrayStatementsParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameVariableInit
-
Constructor Summary
Constructors Constructor Description MCArrayStatementsParserInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)protected boolean_stateDefinesName(int state)protected boolean_stateHasUsageNameName(int state)protected boolean_stateHasUsageNameVariableInit(int state)protected static MCArrayStatementsParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)static voidinit()static voidinitMe(MCArrayStatementsParserInfo _delegate)static booleanstateDefinesName(int state)static booleanstateHasUsageNameName(int state)static booleanstateHasUsageNameVariableInit(int state)
-
-
-
Field Detail
-
statesWithUsageNameName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameName
-
statesWithUsageNameVariableInit
protected static java.util.Set<java.lang.Integer> statesWithUsageNameVariableInit
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static MCArrayStatementsParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static MCArrayStatementsParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(MCArrayStatementsParserInfo _delegate)
-
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state)
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state)
-
stateHasUsageNameVariableInit
public static boolean stateHasUsageNameVariableInit(int state)
-
_stateHasUsageNameVariableInit
protected boolean _stateHasUsageNameVariableInit(int state)
-
stateDefinesName
public static boolean stateDefinesName(int state)
-
_stateDefinesName
protected boolean _stateDefinesName(int state)
-
getImplementationOfInterfaceProd
public static java.util.Optional<java.lang.String> getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
_getImplementationOfInterfaceProd
public java.util.Optional<java.lang.String> _getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
-