public abstract class Expression
extends java.lang.Object
Constructor and Description |
---|
Expression () |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals (java.lang.Object obj) |
abstract java.lang.String |
getExpressionString ()
Returns the original string used to create this expression.
|
abstract int |
hashCode () |
abstract boolean |
isLiteralText ()
Indicates whether this expression was created from literal text.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Expression()
public abstract java.lang.String getExpressionString()
public abstract boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public abstract int hashCode()
hashCode
in class java.lang.Object
public abstract boolean isLiteralText()