soot.jimple.parser.node
Class Start
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.Start
- public final class Start
- extends Node
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Start
public Start()
Start
public Start(PFile _pFile_,
EOF _eof_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getPFile
public PFile getPFile()
setPFile
public void setPFile(PFile node)
getEOF
public EOF getEOF()
setEOF
public void setEOF(EOF node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object