Class MCStructuralTypesParserInfoForMCBasicTypes
java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
de.monticore.types.mcstructuraltypes._parser._auxiliary.MCStructuralTypesParserInfoForMCBasicTypes
-
Field Summary
Fields inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
delegate, statesDefiningName, statesWithUsageNameMCQualifiedName, statesWithUsageNameMCType, statesWithUsageNameMCVoidType, statesWithUsageNameParts -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean_stateDefinesName(int state) protected boolean_stateHasUsageNameLeft(int state) protected boolean_stateHasUsageNameMCType(int state) protected boolean_stateHasUsageNameRight(int state) Methods inherited from class de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
_stateHasUsageNameMCQualifiedName, _stateHasUsageNameMCVoidType, _stateHasUsageNamePartsMethods inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameMCQualifiedName, stateHasUsageNameMCType, stateHasUsageNameMCVoidType, stateHasUsageNameParts
-
Constructor Details
-
MCStructuralTypesParserInfoForMCBasicTypes
public MCStructuralTypesParserInfoForMCBasicTypes()
-
-
Method Details
-
_stateHasUsageNameLeft
protected boolean _stateHasUsageNameLeft(int state) -
_stateHasUsageNameRight
protected boolean _stateHasUsageNameRight(int state) -
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state) - Overrides:
_stateHasUsageNameMCTypein classEmptyMCBasicTypesParserInfo
-
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCBasicTypesParserInfo
-