Class MCFunctionTypesParserInfo
java.lang.Object
de.monticore.types.mcfunctiontypes._parser.MCFunctionTypesParserInfo
- Direct Known Subclasses:
EmptyMCFunctionTypesParserInfo
-
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_stateHasUsageNameMCFunctionParTypes(int state) protected boolean_stateHasUsageNameMCReturnType(int state) protected boolean_stateHasUsageNameMCType(int state) protected static MCFunctionTypesParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCFunctionTypesParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameMCFunctionParTypes(int state) static booleanstateHasUsageNameMCReturnType(int state) static booleanstateHasUsageNameMCType(int state)
-
Field Details
-
statesWithUsageNameMCType
-
statesWithUsageNameMCFunctionParTypes
-
statesWithUsageNameMCReturnType
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCFunctionTypesParserInfo
public MCFunctionTypesParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameMCType
public static boolean stateHasUsageNameMCType(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
stateHasUsageNameMCFunctionParTypes
public static boolean stateHasUsageNameMCFunctionParTypes(int state) -
_stateHasUsageNameMCFunctionParTypes
protected boolean _stateHasUsageNameMCFunctionParTypes(int state) -
stateHasUsageNameMCReturnType
public static boolean stateHasUsageNameMCReturnType(int state) -
_stateHasUsageNameMCReturnType
protected boolean _stateHasUsageNameMCReturnType(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-