public interface Expression
| Modifier and Type | Method and Description | 
|---|---|
Expression | 
copy()
Creates a copy of the expression. 
 | 
ExpressionReturnType | 
getReturnType()
Gets the return type of the expression. 
 | 
String | 
getText()
Gets the expression text. 
 | 
void | 
setText(String value)
Sets the expression text. 
 | 
Expression copy()
String getText()
void setText(String value)
ExpressionReturnType getReturnType()
Copyright © 2021. All rights reserved.