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) |
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acceptVisitor
public Class<?> getType()
Expression
getType
in interface Expression
public boolean isExpression()
public void setExpression(boolean expression)
Copyright © 2020. All rights reserved.