soot.jimple.parser.node
Class AInvokeStatement

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PStatement
          extended by soot.jimple.parser.node.AInvokeStatement
All Implemented Interfaces:
Cloneable, Switchable

public final class AInvokeStatement
extends PStatement


Constructor Summary
AInvokeStatement()
           
AInvokeStatement(PInvokeExpr _invokeExpr_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PInvokeExpr getInvokeExpr()
           
 TSemicolon getSemicolon()
           
 void setInvokeExpr(PInvokeExpr node)
           
 void setSemicolon(TSemicolon node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AInvokeStatement

public AInvokeStatement()

AInvokeStatement

public AInvokeStatement(PInvokeExpr _invokeExpr_,
                        TSemicolon _semicolon_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getInvokeExpr

public PInvokeExpr getInvokeExpr()

setInvokeExpr

public void setInvokeExpr(PInvokeExpr node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public String toString()
Overrides:
toString in class Object