public abstract class Condition extends BaseLanguageObject implements Expression
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType()
Determine the type returned by this expression.
|
boolean |
isExpression() |
void |
setExpression(boolean expression) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacceptVisitorpublic Class<?> getType()
ExpressiongetType in interface Expressionpublic boolean isExpression()
public void setExpression(boolean expression)
Copyright © 2020. All rights reserved.