public abstract class Literal extends Expression
Modifier and Type | Method and Description |
---|---|
Literal |
clone()
Creates and returns a deep copy of this expression.
|
compareTo, equals, findExpression, getChildren, getParent, getStatement, hashCode, needsParens, print, printSelf, removeChild, setChild, setParens, setParent, setPrintMethod, swapWith, toString, verify
public Literal clone()
Expression
clone
in class Expression