Class MCExceptionStatementsParserInfoForMCLiteralsBasis
java.lang.Object
de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
de.monticore.literals.mcliteralsbasis._parser.EmptyMCLiteralsBasisParserInfo
de.monticore.statements.mcexceptionstatements._parser._auxiliary.MCExceptionStatementsParserInfoForMCLiteralsBasis
public class MCExceptionStatementsParserInfoForMCLiteralsBasis
extends EmptyMCLiteralsBasisParserInfo
-
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_stateHasUsageNameCatchClause(int state) protected boolean_stateHasUsageNameCatchTypeList(int state) protected boolean_stateHasUsageNameCore(int state) protected boolean_stateHasUsageNameDeclaratorId(int state) protected boolean_stateHasUsageNameExpression(int state) protected boolean_stateHasUsageNameFinally(int state) protected boolean_stateHasUsageNameJavaModifier(int state) protected boolean_stateHasUsageNameMCJavaBlock(int state) protected boolean_stateHasUsageNameMCQualifiedName(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameName(int state) protected booleanMethods inherited from class de.monticore.literals.mcliteralsbasis._parser.MCLiteralsBasisParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
Constructor Details
-
MCExceptionStatementsParserInfoForMCLiteralsBasis
public MCExceptionStatementsParserInfoForMCLiteralsBasis()
-
-
Method Details
-
_stateHasUsageNameCore
protected boolean _stateHasUsageNameCore(int state) -
_stateHasUsageNameCatchClause
protected boolean _stateHasUsageNameCatchClause(int state) -
_stateHasUsageNameFinally
protected boolean _stateHasUsageNameFinally(int state) -
_stateHasUsageNameTryLocalVariableDeclaration
protected boolean _stateHasUsageNameTryLocalVariableDeclaration(int state) -
_stateHasUsageNameJavaModifier
protected boolean _stateHasUsageNameJavaModifier(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) -
_stateHasUsageNameDeclaratorId
protected boolean _stateHasUsageNameDeclaratorId(int state) -
_stateHasUsageNameExpression
protected boolean _stateHasUsageNameExpression(int state) -
_stateHasUsageNameCatchTypeList
protected boolean _stateHasUsageNameCatchTypeList(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameMCJavaBlock
protected boolean _stateHasUsageNameMCJavaBlock(int state) -
_stateHasUsageNameMCQualifiedName
protected boolean _stateHasUsageNameMCQualifiedName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCLiteralsBasisParserInfo
-