Class MCStructuralTypesParserInfoForMCBasics
- java.lang.Object
-
- de.monticore.mcbasics._parser.MCBasicsParserInfo
-
- de.monticore.mcbasics._parser.EmptyMCBasicsParserInfo
-
- de.monticore.types.mcstructuraltypes._parser._auxiliary.MCStructuralTypesParserInfoForMCBasics
-
public class MCStructuralTypesParserInfoForMCBasics extends EmptyMCBasicsParserInfo
-
-
Field Summary
-
Fields inherited from class de.monticore.mcbasics._parser.MCBasicsParserInfo
delegate, statesDefiningName
-
-
Constructor Summary
Constructors Constructor Description MCStructuralTypesParserInfoForMCBasics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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.mcbasics._parser.MCBasicsParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName
-
-
-
-
Method Detail
-
_stateHasUsageNameLeft
protected boolean _stateHasUsageNameLeft(int state)
-
_stateHasUsageNameRight
protected boolean _stateHasUsageNameRight(int state)
-
_stateHasUsageNameMCType
protected boolean _stateHasUsageNameMCType(int state)
-
_stateDefinesName
protected boolean _stateDefinesName(int state)
- Overrides:
_stateDefinesNamein classEmptyMCBasicsParserInfo
-
-