Class JavaLightParserInfoForJavaClassExpressions
java.lang.Object
de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
de.monticore.expressions.javaclassexpressions._parser.EmptyJavaClassExpressionsParserInfo
de.monticore.javalight._parser._auxiliary.JavaLightParserInfoForJavaClassExpressions
-
Field Summary
Fields inherited from class de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
delegate, statesDefiningName, statesWithUsageNameArguments, statesWithUsageNameExpression, statesWithUsageNameGenericInvocationSuffix, statesWithUsageNameLocalVariableDeclaration, statesWithUsageNameMCReturnType, statesWithUsageNameMCTypeArgument, statesWithUsageNameName, statesWithUsageNamePattern, statesWithUsageNamePrimaryGenericInvocationExpression, statesWithUsageNameSuperSuffix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameAnnotationArguments(int state) protected boolean_stateHasUsageNameAnnotationName(int state) protected boolean_stateHasUsageNameArrayInit(int state) protected boolean_stateHasUsageNameDeclaratorId(int state) protected boolean_stateHasUsageNameElementValue(int state) protected boolean_stateHasUsageNameElementValueOrExpr(int state) protected boolean_stateHasUsageNameElementValuePair(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameFormalParameter(int state) protected boolean_stateHasUsageNameFormalParameterListing(int state) protected boolean_stateHasUsageNameFormalParameters(int state) protected boolean_stateHasUsageNameJavaModifier(int state) protected boolean_stateHasUsageNameLastFormalParameter(int state) protected boolean_stateHasUsageNameLocalVariableDeclaration(int state) protected boolean_stateHasUsageNameMCJavaBlock(int state) protected boolean_stateHasUsageNameMCModifier(int state) protected boolean_stateHasUsageNameMCQualifiedName(int state) protected boolean_stateHasUsageNameMCReturnType(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameName(int state) protected boolean_stateHasUsageNameThrows(int state) protected boolean_stateHasUsageNameTypeParameters(int state) Methods inherited from class de.monticore.expressions.javaclassexpressions._parser.EmptyJavaClassExpressionsParserInfo
_stateHasUsageNameArguments, _stateHasUsageNameGenericInvocationSuffix, _stateHasUsageNameMCTypeArgument, _stateHasUsageNamePattern, _stateHasUsageNamePrimaryGenericInvocationExpression, _stateHasUsageNameSuperSuffixMethods inherited from class de.monticore.expressions.javaclassexpressions._parser.JavaClassExpressionsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameArguments, stateHasUsageNameExpression, stateHasUsageNameGenericInvocationSuffix, stateHasUsageNameLocalVariableDeclaration, stateHasUsageNameMCReturnType, stateHasUsageNameMCTypeArgument, stateHasUsageNameName, stateHasUsageNamePattern, stateHasUsageNamePrimaryGenericInvocationExpression, stateHasUsageNameSuperSuffix
-
Constructor Details
-
JavaLightParserInfoForJavaClassExpressions
public JavaLightParserInfoForJavaClassExpressions()
-
-
Method Details
-
_stateHasUsageNameMCModifier
protected boolean _stateHasUsageNameMCModifier(int state) -
_stateHasUsageNameTypeParameters
protected boolean _stateHasUsageNameTypeParameters(int state) -
_stateHasUsageNameMCReturnType
protected boolean _stateHasUsageNameMCReturnType(int state) - Overrides:
_stateHasUsageNameMCReturnTypein classEmptyJavaClassExpressionsParserInfo
-
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) - Overrides:
_stateHasUsageNameNamein classEmptyJavaClassExpressionsParserInfo
-
_stateHasUsageNameFormalParameters
protected boolean _stateHasUsageNameFormalParameters(int state) -
_stateHasUsageNameThrows
protected boolean _stateHasUsageNameThrows(int state) -
_stateHasUsageNameMCJavaBlock
protected boolean _stateHasUsageNameMCJavaBlock(int state) -
_stateHasUsageNameLocalVariableDeclaration
protected boolean _stateHasUsageNameLocalVariableDeclaration(int state) - Overrides:
_stateHasUsageNameLocalVariableDeclarationin classEmptyJavaClassExpressionsParserInfo
-
_stateHasUsageNameMCQualifiedName
protected boolean _stateHasUsageNameMCQualifiedName(int state) -
_stateHasUsageNameJavaModifier
protected boolean _stateHasUsageNameJavaModifier(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
_stateHasUsageNameDeclaratorId
protected boolean _stateHasUsageNameDeclaratorId(int state) -
_stateHasUsageNameFormalParameter
protected boolean _stateHasUsageNameFormalParameter(int state) -
_stateHasUsageNameLastFormalParameter
protected boolean _stateHasUsageNameLastFormalParameter(int state) -
_stateHasUsageNameFormalParameterListing
protected boolean _stateHasUsageNameFormalParameterListing(int state) -
_stateHasUsageNameAnnotationName
protected boolean _stateHasUsageNameAnnotationName(int state) -
_stateHasUsageNameAnnotationArguments
protected boolean _stateHasUsageNameAnnotationArguments(int state) -
_stateHasUsageNameElementValuePair
protected boolean _stateHasUsageNameElementValuePair(int state) -
_stateHasUsageNameElementValue
protected boolean _stateHasUsageNameElementValue(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) - Overrides:
_stateHasUsageNameExpressionin classEmptyJavaClassExpressionsParserInfo
-
_stateHasUsageNameElementValueOrExpr
protected boolean _stateHasUsageNameElementValueOrExpr(int state) -
_stateHasUsageNameArrayInit
protected boolean _stateHasUsageNameArrayInit(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyJavaClassExpressionsParserInfo
-