Package de.monticore.tagging.conforms
Class TagSchemaData
java.lang.Object
de.monticore.tagging.conforms.TagSchemaData
Stores data of TagTypeSymbols in a [NonTerminal => [TagTypeSymbols]] form
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String, List<ComplexTagTypeSymbol>> protected Map<String, List<EnumeratedTagTypeSymbol>> protected Map<String, List<SimpleTagTypeSymbol>> protected Map<String, List<ValuedTagTypeSymbol>> static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
simpleTagTypes
-
valuedTagTypes
-
enumeratedTagTypes
-
complexTagTypes
-
WILDCARD
- See Also:
-
-
Constructor Details
-
TagSchemaData
-
-
Method Details
-
getSimpleTagTypes
-
getValuedTagTypes
-
getEnumeratedTagTypes
-
getComplexTagTypes
-