public class PropFuncArg extends PrintSerializableBase
Constructor and Description |
---|
PropFuncArg(List<Node> argList) |
PropFuncArg(List<Node> argList,
Node arg) |
PropFuncArg(Node arg) |
Modifier and Type | Method and Description |
---|---|
ExprList |
asExprList(PropFuncArg pfArg) |
boolean |
equals(Object other) |
Node |
getArg() |
Node |
getArg(int index) |
List<Node> |
getArgList() |
int |
getArgListSize() |
int |
hashCode() |
boolean |
isList() |
boolean |
isNode() |
void |
output(IndentedWriter out,
SerializationContext sCxt) |
output, toString, toString
public PropFuncArg(Node arg)
public Node getArg()
public int getArgListSize()
public Node getArg(int index)
public boolean isList()
public boolean isNode()
public ExprList asExprList(PropFuncArg pfArg)
public void output(IndentedWriter out, SerializationContext sCxt)
Licenced under the Apache License, Version 2.0