soot.jimple.parser.node
Class PStatement

java.lang.Object
  |
  +--soot.jimple.parser.node.Node
        |
        +--soot.jimple.parser.node.PStatement
Direct Known Subclasses:
AAssignStatement, ABreakpointStatement, AEntermonitorStatement, AExitmonitorStatement, AGotoStatement, AIdentityNoTypeStatement, AIdentityStatement, AIfStatement, AInvokeStatement, ALabelStatement, ALookupswitchStatement, ANopStatement, ARetStatement, AReturnStatement, ATableswitchStatement, AThrowStatement

public abstract class PStatement
extends Node


Constructor Summary
PStatement()
           
 
Methods inherited from class soot.jimple.parser.node.Node
clone, cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PStatement

public PStatement()