water.exec
Class ASTOp

java.lang.Object
  extended by water.Iced
      extended by water.exec.AST
          extended by water.exec.ASTOp
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Direct Known Subclasses:
ASTFunc

public abstract class ASTOp
extends AST

Parse a generic R string and build an AST, in the context of an H2O Cloud


Method Summary
 java.lang.String toString()
           
 java.lang.String toString(boolean verbose)
           
 
Methods inherited from class water.exec.AST
indent, toString
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

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

toString

public java.lang.String toString(boolean verbose)