Interface ICommonTagSchemaSymbol

All Superinterfaces:
de.monticore.symboltable.ISymbol
All Known Implementing Classes:
ComplexTagTypeSymbol, ComplexTagTypeSymbolSurrogate, EnumeratedTagTypeSymbol, EnumeratedTagTypeSymbolSurrogate, ReferenceSymbol, ReferenceSymbolSurrogate, SimpleTagTypeSymbol, SimpleTagTypeSymbolSurrogate, TagSchemaSymbol, TagSchemaSymbolSurrogate, TagTypeSymbol, TagTypeSymbolSurrogate, ValuedTagTypeSymbol, ValuedTagTypeSymbolSurrogate

public interface ICommonTagSchemaSymbol extends de.monticore.symboltable.ISymbol
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    void
     

    Methods inherited from interface de.monticore.symboltable.ISymbol

    accept, getAccessModifier, getAstNode, getFullName, getName, getPackageName, getSourcePosition, getStereoinfo, isPresentAstNode, setAccessModifier
  • Method Details

    • accept

      void accept(TagSchemaTraverser visitor)
    • getEnclosingScope

      ITagSchemaScope getEnclosingScope()
      Specified by:
      getEnclosingScope in interface de.monticore.symboltable.ISymbol
    • setEnclosingScope

      void setEnclosingScope(ITagSchemaScope enclosingScope)