Class MCSimpleGenericTypesParserInfo
java.lang.Object
de.monticore.types.mcsimplegenerictypes._parser.MCSimpleGenericTypesParserInfo
- Direct Known Subclasses:
EmptyMCSimpleGenericTypesParserInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) protected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameMCTypeArgument(int state) protected boolean_stateHasUsageNameName(int state) protected static MCSimpleGenericTypesParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCSimpleGenericTypesParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameMCType(int state) static booleanstateHasUsageNameMCTypeArgument(int state) static booleanstateHasUsageNameName(int state)
-
Field Details
-
statesWithUsageNameName
-
statesWithUsageNameMCTypeArgument
-
statesWithUsageNameMCType
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCSimpleGenericTypesParserInfo
public MCSimpleGenericTypesParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
stateHasUsageNameMCTypeArgument
public static boolean stateHasUsageNameMCTypeArgument(int state) -
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(int state) -
stateHasUsageNameMCType
public static boolean stateHasUsageNameMCType(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-