Uses of Interface
soot.jimple.FieldRef

Packages that use FieldRef
soot.dava.internal.javaRep   
soot.grimp.internal Internal, messy, implementation-specific classes for the Grimp intermediate representation. 
soot.javaToJimple   
soot.jimple Public classes for the Jimple intermediate representation. 
soot.jimple.internal Internal, messy, implementation-specific classes for the Jimple intermediate representation. 
 

Uses of FieldRef in soot.dava.internal.javaRep
 

Classes in soot.dava.internal.javaRep that implement FieldRef
 class DInstanceFieldRef
           
 class DStaticFieldRef
           
 

Methods in soot.dava.internal.javaRep that return FieldRef
 FieldRef DVariableDeclarationStmt.getFieldRef()
           
 FieldRef DVariableDeclarationStmt.getFieldRef()
           
 

Uses of FieldRef in soot.grimp.internal
 

Classes in soot.grimp.internal that implement FieldRef
 class GInstanceFieldRef
           
 

Uses of FieldRef in soot.javaToJimple
 

Methods in soot.javaToJimple that return FieldRef
protected  FieldRef AbstractJimpleBodyBuilder.getFieldRef(polyglot.ast.Field field)
           
protected  FieldRef JimpleBodyBuilder.getFieldRef(polyglot.ast.Field field)
          creates a field ref
protected  FieldRef JimpleBodyBuilder.getFieldRef(polyglot.ast.Field field)
          creates a field ref
protected  FieldRef AbstractJimpleBodyBuilder.getFieldRef(polyglot.ast.Field field)
           
 

Uses of FieldRef in soot.jimple
 

Subinterfaces of FieldRef in soot.jimple
 interface InstanceFieldRef
           
 

Classes in soot.jimple that implement FieldRef
 class StaticFieldRef
           
 

Methods in soot.jimple that return FieldRef
 FieldRef Stmt.getFieldRef()
           
 FieldRef Stmt.getFieldRef()
           
 

Uses of FieldRef in soot.jimple.internal
 

Classes in soot.jimple.internal that implement FieldRef
 class AbstractInstanceFieldRef
           
 class JInstanceFieldRef
           
 

Methods in soot.jimple.internal that return FieldRef
 FieldRef AbstractStmt.getFieldRef()
           
 FieldRef JAssignStmt.getFieldRef()
           
 FieldRef JAssignStmt.getFieldRef()
           
 FieldRef AbstractStmt.getFieldRef()