Class SymTypeOfObject


  • public class SymTypeOfObject
    extends SymTypeExpression
    An objectType is a full qualified class name. Therefore, we have the fullName, the baseName and the Symbol behind that full qualified class name to retrieve
    • Constructor Detail

      • SymTypeOfObject

        public SymTypeOfObject​(TypeSymbol typeSymbol)
        Constructor: with a TypeSymbolSurrogate that contains the name and enclosingScope
    • Method Detail

      • getObjName

        @Deprecated(forRemoval=true)
        public java.lang.String getObjName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        questionable name: getter and setter do different things. one may add a getObjFullName() or similar if required also, seems unused in our main projects
      • setObjName

        @Deprecated(forRemoval=true)
        public void setObjName​(java.lang.String objname)
        Deprecated, for removal: This API element is subject to removal in a future version.
        unused in main projects
      • getBaseName

        @Deprecated(forRemoval=true)
        public java.lang.String getBaseName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        unused outside of tests, but not required for tests use Names instead, or getTypeInfo().getName()
        getBaseName: get the unqualified Name (no ., no Package)