Class JavaLightParserInfoForMCLiteralsBasis
java.lang.Object
de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
de.monticore.literals.mcliteralsbasis._parser.EmptyMCLiteralsBasisParserInfo
de.monticore.javalight._parser._auxiliary.JavaLightParserInfoForMCLiteralsBasis
-
Field Summary
Fields inherited from class de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
delegate, statesDefiningName -
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.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
Constructor Details
-
JavaLightParserInfoForMCLiteralsBasis
public JavaLightParserInfoForMCLiteralsBasis()
-
-
Method Details
-
_stateHasUsageNameMCModifier
protected boolean _stateHasUsageNameMCModifier(int state) -
_stateHasUsageNameTypeParameters
protected boolean _stateHasUsageNameTypeParameters(int state) -
_stateHasUsageNameMCReturnType
protected boolean _stateHasUsageNameMCReturnType(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameFormalParameters
protected boolean _stateHasUsageNameFormalParameters(int state) -
_stateHasUsageNameThrows
protected boolean _stateHasUsageNameThrows(int state) -
_stateHasUsageNameMCJavaBlock
protected boolean _stateHasUsageNameMCJavaBlock(int state) -
_stateHasUsageNameLocalVariableDeclaration
protected boolean _stateHasUsageNameLocalVariableDeclaration(int state) -
_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) -
_stateHasUsageNameElementValueOrExpr
protected boolean _stateHasUsageNameElementValueOrExpr(int state) -
_stateHasUsageNameArrayInit
protected boolean _stateHasUsageNameArrayInit(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCLiteralsBasisParserInfo
-