Class AbstractInvokeExpr

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    InvokeExpr

    public abstract class AbstractInvokeExpr
    extends Value.EnExpr
    • Constructor Detail

      • AbstractInvokeExpr

        public AbstractInvokeExpr​(Value.VT type,
                                  Value[] args)
    • Method Detail

      • releaseMemory

        protected void releaseMemory()
        Description copied from class: Value
        clean resource used by this value,release memory
        Overrides:
        releaseMemory in class Value.EnExpr
      • getProto

        public abstract Proto getProto()