public final class IsEmptyCallExpr extends MethodCallExpr implements IsEmptyCallExpression
Collection.isEmpty
. This node's child is a target
expression (e.g. an instance of FieldAccessExpression
).Constructor and Description |
---|
IsEmptyCallExpr()
The noarg constructor is needed for ANTLR support and deserialization.
|
IsEmptyCallExpr(antlr.Token token)
The noarg constructor is needed for ANTLR support.
|
Modifier and Type | Method and Description |
---|---|
void |
arrive(NodeVisitor visitor)
Delegates to the argument
visitor . |
java.lang.Object |
leave(NodeVisitor visitor,
java.lang.Object[] results)
Delegates to the argument
visitor . |
clone, getArguments, getMethodName, getTarget
getChildren, getJavaClass, getObject, getParent, getTokenType, setObject, setParent, toString, walkNextChild
getColumn, getLine, getTypeInfo, initialize, initialize, initialize, setColumn, setLine, setTypeInfo, treeToString
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArguments, getMethodName, getTarget
getChildren, getJavaClass, getObject, getParent, getTokenType, setObject, setParent, walkNextChild
public IsEmptyCallExpr()
setChildren
optionally.public IsEmptyCallExpr(antlr.Token token)
setChildren
optionally.public void arrive(NodeVisitor visitor)
visitor
.public java.lang.Object leave(NodeVisitor visitor, java.lang.Object[] results)
visitor
.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.