public abstract class ASTOperandLambdaExpression extends ASTOperandBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
lambdaToken |
_originalSource, _preprocessedSource| Constructor and Description |
|---|
ASTOperandLambdaExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<ASTItem> |
children() |
<T extends ASTItem> |
collectItemsOfType(Class<T> cls) |
String |
getLambdaToken() |
ASTOperandBase |
getOperand() |
String |
print(int level) |
void |
setLambdaToken(String token) |
void |
setOperand(ASTOperandBase operand) |
void |
updateLambdaRecursively() |
generateLambdaToken, getDataType, getName, getPreconditionPropertiesFromOperand, getProperties, hasValue, isBoolean, isEnumData, isNumber, isObjectData, isPropertyOrVariable, isSemanticOperator, isStaticString, isStringData, setDataType, sortPrecoditionPropertiesgetAllConditions, getGlobalPlain, getGlobalPosition, getOriginalSource, getPreprocessedSource, getType, getTypecommon, getUntrimmedSource, hasSource, setGlobalPosition, setSource, space, walk, walk, walkprotected String lambdaToken
public ASTOperandBase getOperand()
public void setOperand(ASTOperandBase operand)
public String getLambdaToken()
public void setLambdaToken(String token)
public void updateLambdaRecursively()
public <T extends ASTItem> List<T> collectItemsOfType(Class<T> cls)
collectItemsOfType in class ASTItemCopyright © 2020. All rights reserved.