soot.jimple.parser.node
Class AFileBody
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PFileBody
|
+--soot.jimple.parser.node.AFileBody
- public final class AFileBody
- extends PFileBody
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AFileBody
public AFileBody()
AFileBody
public AFileBody(TLBrace _lBrace_,
java.util.List _member_,
TRBrace _rBrace_)
AFileBody
public AFileBody(TLBrace _lBrace_,
XPMember _member_,
TRBrace _rBrace_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getLBrace
public TLBrace getLBrace()
setLBrace
public void setLBrace(TLBrace node)
getMember
public java.util.LinkedList getMember()
setMember
public void setMember(java.util.List list)
getRBrace
public TRBrace getRBrace()
setRBrace
public void setRBrace(TRBrace node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object