public abstract class ListSizeNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ListSizeNode() |
| Modifier and Type | Method and Description |
|---|---|
static ListSizeNode |
create() |
abstract int |
execute(List<?> list) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static ListSizeNode create()
public abstract int execute(List<?> list)