public abstract class Expression extends Object implements Serializable
Constructor and Description |
---|
Expression() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj) |
abstract String |
getExpressionString() |
abstract int |
hashCode() |
abstract boolean |
isLiteralText() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.