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, verifypublic Literal clone()
Expressionclone in class Expression