Class BitExpressionsParserInfo
java.lang.Object
de.monticore.expressions.bitexpressions._parser.BitExpressionsParserInfo
- Direct Known Subclasses:
EmptyBitExpressionsParserInfo
-
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_stateHasUsageNameLeft(int state) protected boolean_stateHasUsageNameRight(int state) protected static BitExpressionsParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(BitExpressionsParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameLeft(int state) static booleanstateHasUsageNameRight(int state)
-
Field Details
-
statesWithUsageNameLeft
-
statesWithUsageNameRight
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
BitExpressionsParserInfo
public BitExpressionsParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameLeft
public static boolean stateHasUsageNameLeft(int state) -
_stateHasUsageNameLeft
protected boolean _stateHasUsageNameLeft(int state) -
stateHasUsageNameRight
public static boolean stateHasUsageNameRight(int state) -
_stateHasUsageNameRight
protected boolean _stateHasUsageNameRight(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-