Uses of Class
soot.jimple.parser.node.PVariable

Packages that use PVariable
soot.jimple.parser.node   
 

Uses of PVariable in soot.jimple.parser.node
 

Subclasses of PVariable in soot.jimple.parser.node
 class ALocalVariable
           
 class AReferenceVariable
           
 

Methods in soot.jimple.parser.node that return PVariable
 PVariable AAssignStatement.getVariable()
           
 

Methods in soot.jimple.parser.node with parameters of type PVariable
 void AAssignStatement.setVariable(PVariable node)
           
 

Constructors in soot.jimple.parser.node with parameters of type PVariable
AAssignStatement(PVariable _variable_, TEquals _equals_, PExpression _expression_, TSemicolon _semicolon_)