Class TagSchemaParserInfo
java.lang.Object
de.monticore.tagging.tagschema._parser.TagSchemaParserInfo
- Direct Known Subclasses:
EmptyTagSchemaParserInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) protected 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) protected static TagSchemaParserInfogetImplementationOfInterfaceProd(org.antlr.v4.runtime.ParserRuleContext context) static voidinit()static voidinitMe(TagSchemaParserInfo _delegate) static booleanstateDefinesName(int state) static booleanstateHasUsageNameName(int state) static booleanstateHasUsageNamePackage(int state) static booleanstateHasUsageNameReference(int state) static booleanstateHasUsageNameReferenceTyp(int state) static booleanstateHasUsageNameScopeIdentifier(int state) static booleanstateHasUsageNameString(int state) static booleanstateHasUsageNameTagScope(int state) static booleanstateHasUsageNameTagType(int state) static booleanstateReferencesTagTypeSymbol(int state)
-
Field Details
-
statesReferencingTagType
-
statesWithUsageNamePackage
-
statesWithUsageNameName
-
statesWithUsageNameTagType
-
statesWithUsageNameScopeIdentifier
-
statesWithUsageNameTagScope
-
statesWithUsageNameString
-
statesWithUsageNameReference
-
statesWithUsageNameReferenceTyp
-
statesDefiningName
-
delegate
-
-
Constructor Details
-
TagSchemaParserInfo
public TagSchemaParserInfo()
-
-
Method Details
-
getDelegate
-
init
public static void init() -
initMe
-
stateReferencesTagTypeSymbol
public static boolean stateReferencesTagTypeSymbol(int state) -
_stateReferencesTagTypeSymbol
protected boolean _stateReferencesTagTypeSymbol(int state) -
stateHasUsageNamePackage
public static boolean stateHasUsageNamePackage(int state) -
_stateHasUsageNamePackage
protected boolean _stateHasUsageNamePackage(int state) -
stateHasUsageNameName
public static boolean stateHasUsageNameName(int state) -
_stateHasUsageNameName
protected boolean _stateHasUsageNameName(int state) -
stateHasUsageNameTagType
public static boolean stateHasUsageNameTagType(int state) -
_stateHasUsageNameTagType
protected boolean _stateHasUsageNameTagType(int state) -
stateHasUsageNameScopeIdentifier
public static boolean stateHasUsageNameScopeIdentifier(int state) -
_stateHasUsageNameScopeIdentifier
protected boolean _stateHasUsageNameScopeIdentifier(int state) -
stateHasUsageNameTagScope
public static boolean stateHasUsageNameTagScope(int state) -
_stateHasUsageNameTagScope
protected boolean _stateHasUsageNameTagScope(int state) -
stateHasUsageNameString
public static boolean stateHasUsageNameString(int state) -
_stateHasUsageNameString
protected boolean _stateHasUsageNameString(int state) -
stateHasUsageNameReference
public static boolean stateHasUsageNameReference(int state) -
_stateHasUsageNameReference
protected boolean _stateHasUsageNameReference(int state) -
stateHasUsageNameReferenceTyp
public static boolean stateHasUsageNameReferenceTyp(int state) -
_stateHasUsageNameReferenceTyp
protected boolean _stateHasUsageNameReferenceTyp(int state) -
stateDefinesName
public static boolean stateDefinesName(int state) -
_stateDefinesName
protected boolean _stateDefinesName(int state) -
getImplementationOfInterfaceProd
-
_getImplementationOfInterfaceProd
-