Class MCCommonLiteralsParserInfo
java.lang.Object
de.monticore.literals.mccommonliterals._parser.MCCommonLiteralsParserInfo
- Direct Known Subclasses:
EmptyMCCommonLiteralsParserInfo
-
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_stateHasUsageNameDigits(int state) protected boolean_stateHasUsageNamePost(int state) protected boolean_stateHasUsageNamePre(int state) protected boolean_stateHasUsageNameSource(int state) protected static MCCommonLiteralsParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(MCCommonLiteralsParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameDigits(int state) static booleanstateHasUsageNamePost(int state) static booleanstateHasUsageNamePre(int state) static booleanstateHasUsageNameSource(int state)
-
Field Details
-
statesWithUsageNameSource
-
statesWithUsageNameDigits
-
statesWithUsageNamePre
-
statesWithUsageNamePost
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
MCCommonLiteralsParserInfo
public MCCommonLiteralsParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameSource
public static boolean stateHasUsageNameSource(int state) -
_stateHasUsageNameSource
protected boolean _stateHasUsageNameSource(int state) -
stateHasUsageNameDigits
public static boolean stateHasUsageNameDigits(int state) -
_stateHasUsageNameDigits
protected boolean _stateHasUsageNameDigits(int state) -
stateHasUsageNamePre
public static boolean stateHasUsageNamePre(int state) -
_stateHasUsageNamePre
protected boolean _stateHasUsageNamePre(int state) -
stateHasUsageNamePost
public static boolean stateHasUsageNamePost(int state) -
_stateHasUsageNamePost
protected boolean _stateHasUsageNamePost(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-