Class MCBasicTypesParserInfo
java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
- Direct Known Subclasses:
EmptyMCBasicTypesParserInfo
-
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_stateHasUsageNameMCQualifiedName(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameMCVoidType(int state) protected boolean_stateHasUsageNameParts(int state) protected static MCBasicTypesParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCBasicTypesParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameMCQualifiedName(int state) static booleanstateHasUsageNameMCType(int state) static booleanstateHasUsageNameMCVoidType(int state) static booleanstateHasUsageNameParts(int state)
-
Field Details
-
statesWithUsageNameParts
-
statesWithUsageNameMCQualifiedName
-
statesWithUsageNameMCVoidType
-
statesWithUsageNameMCType
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCBasicTypesParserInfo
public MCBasicTypesParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameParts
public static boolean stateHasUsageNameParts(int state) -
_stateHasUsageNameParts
protected boolean _stateHasUsageNameParts(int state) -
stateHasUsageNameMCQualifiedName
public static boolean stateHasUsageNameMCQualifiedName(int state) -
_stateHasUsageNameMCQualifiedName
protected boolean _stateHasUsageNameMCQualifiedName(int state) -
stateHasUsageNameMCVoidType
public static boolean stateHasUsageNameMCVoidType(int state) -
_stateHasUsageNameMCVoidType
protected boolean _stateHasUsageNameMCVoidType(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
-