public abstract class Expression extends Object
| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
evaluateText()
This method returns the textual representation of the expression.
|
abstract String |
predicateText()
This method returns the textual representation of the predicate.
|
public abstract String predicateText()
public abstract String evaluateText()
Copyright © 2015 Red Hat, Inc.. All rights reserved.