public class ASTOperandArray extends ASTOperandBase
_originalSource, _preprocessedSource| Constructor and Description |
|---|
ASTOperandArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ASTOperandBase item) |
List<ASTItem> |
children() |
<T extends ASTItem> |
collectItemsOfType(Class<T> cls) |
List<ASTOperandBase> |
getItems() |
void |
setItems(List<ASTOperandBase> items) |
generateLambdaToken, getDataType, getName, getPreconditionPropertiesFromOperand, getProperties, hasValue, isBoolean, isEnumData, isNumber, isObjectData, isPropertyOrVariable, isSemanticOperator, isStaticString, isStringData, setDataType, sortPrecoditionPropertiesgetAllConditions, getGlobalPlain, getGlobalPosition, getOriginalSource, getPreprocessedSource, getType, getTypecommon, getUntrimmedSource, hasSource, print, setGlobalPosition, setSource, space, walk, walk, walkpublic List<ASTOperandBase> getItems()
public void setItems(List<ASTOperandBase> items)
public void add(ASTOperandBase item)
public <T extends ASTItem> List<T> collectItemsOfType(Class<T> cls)
collectItemsOfType in class ASTItemCopyright © 2020. All rights reserved.