Class LabelSymbolSurrogate

java.lang.Object
de.monticore.statements.mclowlevelstatements._symboltable.LabelSymbol
de.monticore.statements.mclowlevelstatements._symboltable.LabelSymbolSurrogate
All Implemented Interfaces:
ICommonMCLowLevelStatementsSymbol, de.monticore.symboltable.ISymbol

@Deprecated(forRemoval=true) public class LabelSymbolSurrogate extends LabelSymbol
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • delegate

      protected Optional<LabelSymbol> delegate
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • LabelSymbolSurrogate

      public LabelSymbolSurrogate(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getName in interface de.monticore.symboltable.ISymbol
      Overrides:
      getName in class LabelSymbol
    • setName

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      setName in class LabelSymbol
    • accept

      public void accept(MCLowLevelStatementsTraverser visitor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      accept in interface ICommonMCLowLevelStatementsSymbol
      Overrides:
      accept in class LabelSymbol
    • accept

      public void accept(MCStatementsBasisTraverser visitor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      accept in class LabelSymbol
    • accept

      public void accept(MCBasicsTraverser visitor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      accept in class LabelSymbol
    • accept

      public void accept(de.monticore.visitor.ITraverser visitor)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      accept in interface de.monticore.symboltable.ISymbol
      Overrides:
      accept in class LabelSymbol
    • equals

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class LabelSymbol
    • getThis

      protected LabelSymbol getThis()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getThis in class LabelSymbol
    • getFullName

      public String getFullName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getFullName in interface de.monticore.symboltable.ISymbol
      Overrides:
      getFullName in class LabelSymbol
    • determinePackageName

      protected String determinePackageName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      determinePackageName in class LabelSymbol
    • determineFullName

      protected String determineFullName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      determineFullName in class LabelSymbol
    • getStereoinfo

      public Map<de.monticore.symboltable.stereotypes.IStereotypeReference,Optional<de.monticore.values.MCValue>> getStereoinfo()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getStereoinfo in interface de.monticore.symboltable.ISymbol
      Overrides:
      getStereoinfo in class LabelSymbol
    • setStereoinfo

      public void setStereoinfo(Map<de.monticore.symboltable.stereotypes.IStereotypeReference,Optional<de.monticore.values.MCValue>> stereoinfo)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      setStereoinfo in class LabelSymbol
    • setEnclosingScope

      public void setEnclosingScope(IMCLowLevelStatementsScope enclosingScope)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setEnclosingScope in interface ICommonMCLowLevelStatementsSymbol
      Overrides:
      setEnclosingScope in class LabelSymbol
    • getEnclosingScope

      public IMCLowLevelStatementsScope getEnclosingScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getEnclosingScope in interface ICommonMCLowLevelStatementsSymbol
      Specified by:
      getEnclosingScope in interface de.monticore.symboltable.ISymbol
      Overrides:
      getEnclosingScope in class LabelSymbol
    • checkLazyLoadDelegate

      public boolean checkLazyLoadDelegate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • lazyLoadDelegate

      public LabelSymbol lazyLoadDelegate()
      Deprecated, for removal: This API element is subject to removal in a future version.