org.kit.furia.fragment.soot.representation.internal
Class FInstanceFieldRef

java.lang.Object
  extended by soot.jimple.internal.AbstractInstanceFieldRef
      extended by org.kit.furia.fragment.soot.representation.internal.FInstanceFieldRef
All Implemented Interfaces:
java.io.Serializable, Precedence, Qable, SpecialConstructContainer, soot.EquivTo, soot.jimple.ConcreteRef, soot.jimple.ConvertToBaf, soot.jimple.FieldRef, soot.jimple.InstanceFieldRef, soot.jimple.Ref, soot.util.Switchable, soot.Value

public class FInstanceFieldRef
extends soot.jimple.internal.AbstractInstanceFieldRef
implements Precedence, Qable, SpecialConstructContainer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.jimple.internal.AbstractInstanceFieldRef
fieldRef
 
Constructor Summary
FInstanceFieldRef(soot.Value base, soot.SootFieldRef fieldRef)
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List getContainedSpecialConstructs()
          Returns all the contained special constructs
 int getPrecedence()
           
 java.lang.String toQ()
           
 java.lang.String toString()
           
 
Methods inherited from class soot.jimple.internal.AbstractInstanceFieldRef
apply, convertToBaf, equivHashCode, equivTo, getBase, getBaseBox, getField, getFieldRef, getType, getUseBoxes, setBase, setFieldRef, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FInstanceFieldRef

public FInstanceFieldRef(soot.Value base,
                         soot.SootFieldRef fieldRef)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class soot.jimple.internal.AbstractInstanceFieldRef

getPrecedence

public int getPrecedence()
Specified by:
getPrecedence in interface Precedence

clone

public java.lang.Object clone()
Specified by:
clone in interface soot.Value
Specified by:
clone in class soot.jimple.internal.AbstractInstanceFieldRef

toQ

public java.lang.String toQ()
                     throws java.lang.Exception
Specified by:
toQ in interface Qable
Throws:
java.lang.Exception

getContainedSpecialConstructs

public java.util.List getContainedSpecialConstructs()
Description copied from interface: SpecialConstructContainer
Returns all the contained special constructs

Specified by:
getContainedSpecialConstructs in interface SpecialConstructContainer
Returns:


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.