Module xl.compiler

Class GetDescriptor

All Implemented Interfaces:
Manageable, PersistenceCapable, Shareable, TypeId, UserFields, XObject, Map, ExpressionFactory, ValueObserver, Serializable, Cloneable

public class GetDescriptor extends EvalExpression
See Also:
  • Constructor Details

    • GetDescriptor

      public GetDescriptor(Routine routine, int nesting)
  • Method Details

    • evaluateObjectImpl

      protected Object evaluateObjectImpl(VMXState t)
      Overrides:
      evaluateObjectImpl in class Expression
    • writeImpl

      protected void writeImpl(BytecodeWriter out, boolean discard)
      Overrides:
      writeImpl in class Expression
    • paramString

      protected String paramString()
      Description copied from class: Node
      Computes the class-specific part of the string returned by Node.toString() which shall be enclosed in brackets. This should be used to show important properties of this node.
      Overrides:
      paramString in class Expression
      Returns:
      string describing some important properties of this node