Class MCFullGenericTypesParserInfo
java.lang.Object
de.monticore.types.mcfullgenerictypes._parser.MCFullGenericTypesParserInfo
- Direct Known Subclasses:
EmptyMCFullGenericTypesParserInfo
-
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_stateHasUsageNameLowerBound(int state) protected boolean_stateHasUsageNameMCBasicGenericType(int state) protected boolean_stateHasUsageNameMCInnerType(int state) protected boolean_stateHasUsageNameMCTypeArgument(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameUpperBound(int state) protected static MCFullGenericTypesParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCFullGenericTypesParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameLowerBound(int state) static booleanstateHasUsageNameMCBasicGenericType(int state) static booleanstateHasUsageNameMCInnerType(int state) static booleanstateHasUsageNameMCTypeArgument(int state) static booleanstateHasUsageNameName(int state) static booleanstateHasUsageNameUpperBound(int state)
-
Field Details
-
statesWithUsageNameUpperBound
-
statesWithUsageNameLowerBound
-
statesWithUsageNameMCBasicGenericType
-
statesWithUsageNameMCInnerType
-
statesWithUsageNameName
-
statesWithUsageNameMCTypeArgument
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCFullGenericTypesParserInfo
public MCFullGenericTypesParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameUpperBound
public static boolean stateHasUsageNameUpperBound(int state) -
_stateHasUsageNameUpperBound
protected boolean _stateHasUsageNameUpperBound(int state) -
stateHasUsageNameLowerBound
public static boolean stateHasUsageNameLowerBound(int state) -
_stateHasUsageNameLowerBound
protected boolean _stateHasUsageNameLowerBound(int state) -
stateHasUsageNameMCBasicGenericType
public static boolean stateHasUsageNameMCBasicGenericType(int state) -
_stateHasUsageNameMCBasicGenericType
protected boolean _stateHasUsageNameMCBasicGenericType(int state) -
stateHasUsageNameMCInnerType
public static boolean stateHasUsageNameMCInnerType(int state) -
_stateHasUsageNameMCInnerType
protected boolean _stateHasUsageNameMCInnerType(int state) -
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) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-