Class ThisExpression

    • Field Detail

      • type

        protected Type type
      • explicit

        protected boolean explicit
    • Constructor Detail

      • ThisExpression

        public ThisExpression​(Type type)
      • ThisExpression

        public ThisExpression​(int lineNumber,
                              Type type)
    • Method Detail

      • getType

        public Type getType()
      • isExplicit

        public boolean isExplicit()
      • setExplicit

        public void setExplicit​(boolean explicit)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object