Class UglyExpressionsParserInfo
java.lang.Object
de.monticore.expressions.uglyexpressions._parser.UglyExpressionsParserInfo
- Direct Known Subclasses:
EmptyUglyExpressionsParserInfo
-
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_stateHasUsageNameArguments(int state) protected boolean_stateHasUsageNameArrayDimensionSpecifier(int state) protected boolean_stateHasUsageNameCreator(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameMCType(int state) protected static UglyExpressionsParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(UglyExpressionsParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameArguments(int state) static booleanstateHasUsageNameArrayDimensionSpecifier(int state) static booleanstateHasUsageNameCreator(int state) static booleanstateHasUsageNameExpression(int state) static booleanstateHasUsageNameMCType(int state)
-
Field Details
-
statesWithUsageNameMCType
-
statesWithUsageNameExpression
-
statesWithUsageNameCreator
-
statesWithUsageNameArguments
-
statesWithUsageNameArrayDimensionSpecifier
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
UglyExpressionsParserInfo
public UglyExpressionsParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameMCType
public static boolean stateHasUsageNameMCType(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
stateHasUsageNameExpression
public static boolean stateHasUsageNameExpression(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
stateHasUsageNameCreator
public static boolean stateHasUsageNameCreator(int state) -
_stateHasUsageNameCreator
protected boolean _stateHasUsageNameCreator(int state) -
stateHasUsageNameArguments
public static boolean stateHasUsageNameArguments(int state) -
_stateHasUsageNameArguments
protected boolean _stateHasUsageNameArguments(int state) -
stateHasUsageNameArrayDimensionSpecifier
public static boolean stateHasUsageNameArrayDimensionSpecifier(int state) -
_stateHasUsageNameArrayDimensionSpecifier
protected boolean _stateHasUsageNameArrayDimensionSpecifier(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-