Class JavaClassExpressionsParserInfo
java.lang.Object
de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
- Direct Known Subclasses:
EmptyJavaClassExpressionsParserInfo
-
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_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameGenericInvocationSuffix(int state) protected boolean_stateHasUsageNameLocalVariableDeclaration(int state) protected boolean_stateHasUsageNameMCReturnType(int state) protected boolean_stateHasUsageNameMCTypeArgument(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNamePattern(int state) protected booleanprotected boolean_stateHasUsageNameSuperSuffix(int state) protected static JavaClassExpressionsParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(JavaClassExpressionsParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameArguments(int state) static booleanstateHasUsageNameExpression(int state) static booleanstateHasUsageNameGenericInvocationSuffix(int state) static booleanstateHasUsageNameLocalVariableDeclaration(int state) static booleanstateHasUsageNameMCReturnType(int state) static booleanstateHasUsageNameMCTypeArgument(int state) static booleanstateHasUsageNameName(int state) static booleanstateHasUsageNamePattern(int state) static booleanstatic booleanstateHasUsageNameSuperSuffix(int state)
-
Field Details
-
statesWithUsageNameExpression
-
statesWithUsageNameSuperSuffix
-
statesWithUsageNamePrimaryGenericInvocationExpression
-
statesWithUsageNameMCReturnType
-
statesWithUsageNameMCTypeArgument
-
statesWithUsageNameGenericInvocationSuffix
-
statesWithUsageNameArguments
-
statesWithUsageNameName
-
statesWithUsageNamePattern
-
statesWithUsageNameLocalVariableDeclaration
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
JavaClassExpressionsParserInfo
public JavaClassExpressionsParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateHasUsageNameExpression
public static boolean stateHasUsageNameExpression(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
stateHasUsageNameSuperSuffix
public static boolean stateHasUsageNameSuperSuffix(int state) -
_stateHasUsageNameSuperSuffix
protected boolean _stateHasUsageNameSuperSuffix(int state) -
stateHasUsageNamePrimaryGenericInvocationExpression
public static boolean stateHasUsageNamePrimaryGenericInvocationExpression(int state) -
_stateHasUsageNamePrimaryGenericInvocationExpression
protected boolean _stateHasUsageNamePrimaryGenericInvocationExpression(int state) -
stateHasUsageNameMCReturnType
public static boolean stateHasUsageNameMCReturnType(int state) -
_stateHasUsageNameMCReturnType
protected boolean _stateHasUsageNameMCReturnType(int state) -
stateHasUsageNameMCTypeArgument
public static boolean stateHasUsageNameMCTypeArgument(int state) -
_stateHasUsageNameMCTypeArgument
protected boolean _stateHasUsageNameMCTypeArgument(int state) -
stateHasUsageNameGenericInvocationSuffix
public static boolean stateHasUsageNameGenericInvocationSuffix(int state) -
_stateHasUsageNameGenericInvocationSuffix
protected boolean _stateHasUsageNameGenericInvocationSuffix(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) -
stateHasUsageNamePattern
public static boolean stateHasUsageNamePattern(int state) -
_stateHasUsageNamePattern
protected boolean _stateHasUsageNamePattern(int state) -
stateHasUsageNameLocalVariableDeclaration
public static boolean stateHasUsageNameLocalVariableDeclaration(int state) -
_stateHasUsageNameLocalVariableDeclaration
protected boolean _stateHasUsageNameLocalVariableDeclaration(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-