public abstract class Expr extends Object implements JsonSerializable
protected OpType opType
public Expr(OpType opType)
public OpType getType()
public String toJson()
toJson
in interface JsonSerializable
public void accept(ExprVisitor visitor)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.