Class TagSchemaParserInfoForMCBasicTypes
java.lang.Object
de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
de.monticore.tagging.tagschema._parser._auxiliary.TagSchemaParserInfoForMCBasicTypes
-
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_stateHasUsageNameName(int state) protected boolean_stateHasUsageNamePackage(int state) protected boolean_stateHasUsageNameReference(int state) protected boolean_stateHasUsageNameReferenceTyp(int state) protected boolean_stateHasUsageNameScopeIdentifier(int state) protected boolean_stateHasUsageNameString(int state) protected boolean_stateHasUsageNameTagScope(int state) protected boolean_stateHasUsageNameTagType(int state) protected boolean_stateReferencesTagTypeSymbol(int state) Methods inherited from class de.monticore.types.mcbasictypes._parser.EmptyMCBasicTypesParserInfo
_stateHasUsageNameMCQualifiedName, _stateHasUsageNameMCType, _stateHasUsageNameMCVoidType, _stateHasUsageNamePartsMethods inherited from class de.monticore.types.mcbasictypes._parser.MCBasicTypesParserInfo
_getImplementationOfInterfaceProd, getDelegate, getImplementationOfInterfaceProd, init, initMe, stateDefinesName, stateHasUsageNameMCQualifiedName, stateHasUsageNameMCType, stateHasUsageNameMCVoidType, stateHasUsageNameParts
-
Constructor Details
-
TagSchemaParserInfoForMCBasicTypes
public TagSchemaParserInfoForMCBasicTypes()
-
-
Method Details
-
_stateReferencesTagTypeSymbol
protected boolean _stateReferencesTagTypeSymbol(int state) -
_stateHasUsageNamePackage
protected boolean _stateHasUsageNamePackage(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
_stateHasUsageNameTagType
protected boolean _stateHasUsageNameTagType(int state) -
_stateHasUsageNameScopeIdentifier
protected boolean _stateHasUsageNameScopeIdentifier(int state) -
_stateHasUsageNameTagScope
protected boolean _stateHasUsageNameTagScope(int state) -
_stateHasUsageNameString
protected boolean _stateHasUsageNameString(int state) -
_stateHasUsageNameReference
protected boolean _stateHasUsageNameReference(int state) -
_stateHasUsageNameReferenceTyp
protected boolean _stateHasUsageNameReferenceTyp(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) - Overrides:
_stateDefinesNamein classEmptyMCBasicTypesParserInfo
-