Class CommonExpressionsParserInfo
- java.lang.Object
-
- de.monticore.expressions.commonexpressions._parser.CommonExpressionsParserInfo
-
- Direct Known Subclasses:
EmptyCommonExpressionsParserInfo
public class CommonExpressionsParserInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static CommonExpressionsParserInfodelegateprotected static java.util.Set<java.lang.Integer>statesDefiningNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameArgumentsprotected static java.util.Set<java.lang.Integer>statesWithUsageNameConditionprotected static java.util.Set<java.lang.Integer>statesWithUsageNameExpressionprotected static java.util.Set<java.lang.Integer>statesWithUsageNameFalseExpressionprotected static java.util.Set<java.lang.Integer>statesWithUsageNameIndexExpressionprotected static java.util.Set<java.lang.Integer>statesWithUsageNameLeftprotected static java.util.Set<java.lang.Integer>statesWithUsageNameNameprotected static java.util.Set<java.lang.Integer>statesWithUsageNameRightprotected static java.util.Set<java.lang.Integer>statesWithUsageNameTrueExpression
-
Constructor Summary
Constructors Constructor Description CommonExpressionsParserInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)protected boolean_stateDefinesName(int state)protected boolean_stateHasUsageNameArguments(int state)protected boolean_stateHasUsageNameCondition(int state)protected boolean_stateHasUsageNameExpression(int state)protected boolean_stateHasUsageNameFalseExpression(int state)protected boolean_stateHasUsageNameIndexExpression(int state)protected boolean_stateHasUsageNameLeft(int state)protected boolean_stateHasUsageNameName(int state)protected boolean_stateHasUsageNameRight(int state)protected boolean_stateHasUsageNameTrueExpression(int state)protected static CommonExpressionsParserInfogetDelegate()static java.util.Optional<java.lang.String>getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)static voidinit()static voidinitMe(CommonExpressionsParserInfo _delegate)static booleanstateDefinesName(int state)static booleanstateHasUsageNameArguments(int state)static booleanstateHasUsageNameCondition(int state)static booleanstateHasUsageNameExpression(int state)static booleanstateHasUsageNameFalseExpression(int state)static booleanstateHasUsageNameIndexExpression(int state)static booleanstateHasUsageNameLeft(int state)static booleanstateHasUsageNameName(int state)static booleanstateHasUsageNameRight(int state)static booleanstateHasUsageNameTrueExpression(int state)
-
-
-
Field Detail
-
statesWithUsageNameExpression
protected static java.util.Set<java.lang.Integer> statesWithUsageNameExpression
-
statesWithUsageNameArguments
protected static java.util.Set<java.lang.Integer> statesWithUsageNameArguments
-
statesWithUsageNameName
protected static java.util.Set<java.lang.Integer> statesWithUsageNameName
-
statesWithUsageNameLeft
protected static java.util.Set<java.lang.Integer> statesWithUsageNameLeft
-
statesWithUsageNameRight
protected static java.util.Set<java.lang.Integer> statesWithUsageNameRight
-
statesWithUsageNameCondition
protected static java.util.Set<java.lang.Integer> statesWithUsageNameCondition
-
statesWithUsageNameTrueExpression
protected static java.util.Set<java.lang.Integer> statesWithUsageNameTrueExpression
-
statesWithUsageNameFalseExpression
protected static java.util.Set<java.lang.Integer> statesWithUsageNameFalseExpression
-
statesWithUsageNameIndexExpression
protected static java.util.Set<java.lang.Integer> statesWithUsageNameIndexExpression
-
statesDefiningName
protected static java.util.Set<java.lang.Integer> statesDefiningName
-
delegate
protected static CommonExpressionsParserInfo delegate
-
-
Method Detail
-
getDelegate
protected static CommonExpressionsParserInfo getDelegate()
-
init
public static void init()
-
initMe
public static void initMe(CommonExpressionsParserInfo _delegate)
-
stateHasUsageNameExpression
public static boolean stateHasUsageNameExpression(int state)
-
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state)
-
stateHasUsageNameArguments
public static boolean stateHasUsageNameArguments(int state)
-
_stateHasUsageNameArguments
protected boolean _stateHasUsageNameArguments(int state)
-
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state)
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state)
-
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)
-
stateHasUsageNameCondition
public static boolean stateHasUsageNameCondition(int state)
-
_stateHasUsageNameCondition
protected boolean _stateHasUsageNameCondition(int state)
-
stateHasUsageNameTrueExpression
public static boolean stateHasUsageNameTrueExpression(int state)
-
_stateHasUsageNameTrueExpression
protected boolean _stateHasUsageNameTrueExpression(int state)
-
stateHasUsageNameFalseExpression
public static boolean stateHasUsageNameFalseExpression(int state)
-
_stateHasUsageNameFalseExpression
protected boolean _stateHasUsageNameFalseExpression(int state)
-
stateHasUsageNameIndexExpression
public static boolean stateHasUsageNameIndexExpression(int state)
-
_stateHasUsageNameIndexExpression
protected boolean _stateHasUsageNameIndexExpression(int state)
-
stateDefinesName
public static boolean stateDefinesName(int state)
-
_stateDefinesName
protected boolean _stateDefinesName(int state)
-
getImplementationOfInterfaceProd
public static java.util.Optional<java.lang.String> getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
_getImplementationOfInterfaceProd
public java.util.Optional<java.lang.String> _getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context)
-
-