Class SymTypeOfObject

java.lang.Object
de.monticore.types.check.SymTypeExpression
de.monticore.types.check.SymTypeOfObject
All Implemented Interfaces:
Comparable<SymTypeExpression>

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
  • Field Details

  • Constructor Details

    • SymTypeOfObject

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