sddl.syntax.node
Class AStaticCallTerm
java.lang.Object
sddl.syntax.node.Node
sddl.syntax.node.PTerm
sddl.syntax.node.AStaticCallTerm
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AStaticCallTerm
- extends PTerm
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AStaticCallTerm
public AStaticCallTerm()
AStaticCallTerm
public AStaticCallTerm(TId _id_,
PArgList _argList_)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getId
public TId getId()
setId
public void setId(TId node)
getArgList
public PArgList getArgList()
setArgList
public void setArgList(PArgList node)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object