public abstract class Expression
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Expression() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(java.lang.Object obj) |
abstract java.lang.String |
getExpressionString() |
abstract int |
hashCode() |
abstract boolean |
isLiteralText() |
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()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.