soot.jimple.spark.internal
Class SparkNativeHelper

java.lang.Object
  extended bysoot.jimple.toolkits.pointer.util.NativeHelper
      extended bysoot.jimple.spark.internal.SparkNativeHelper

public class SparkNativeHelper
extends NativeHelper


Field Summary
protected  AbstractPAG pag
           
 
Constructor Summary
SparkNativeHelper(AbstractPAG pag)
           
 
Method Summary
protected  ReferenceVariable arrayElementOfImpl(ReferenceVariable base)
           
protected  void assignImpl(ReferenceVariable lhs, ReferenceVariable rhs)
          Sub classes should implement both.
protected  void assignObjectToImpl(ReferenceVariable lhs, AbstractObject obj)
           
protected  ReferenceVariable cloneObjectImpl(ReferenceVariable source)
           
protected  ReferenceVariable newInstanceOfImpl(ReferenceVariable cls)
           
protected  ReferenceVariable staticFieldImpl(java.lang.String className, java.lang.String fieldName)
           
protected  ReferenceVariable tempFieldImpl(java.lang.String fieldsig)
           
protected  ReferenceVariable tempVariableImpl()
           
 
Methods inherited from class soot.jimple.toolkits.pointer.util.NativeHelper
arrayElementOf, assign, assignObjectTo, cloneObject, newInstanceOf, register, staticField, tempField, tempVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pag

protected AbstractPAG pag
Constructor Detail

SparkNativeHelper

public SparkNativeHelper(AbstractPAG pag)
Method Detail

assignImpl

protected void assignImpl(ReferenceVariable lhs,
                          ReferenceVariable rhs)
Description copied from class: NativeHelper
Sub classes should implement both.

Specified by:
assignImpl in class NativeHelper

assignObjectToImpl

protected void assignObjectToImpl(ReferenceVariable lhs,
                                  AbstractObject obj)
Specified by:
assignObjectToImpl in class NativeHelper

arrayElementOfImpl

protected ReferenceVariable arrayElementOfImpl(ReferenceVariable base)
Specified by:
arrayElementOfImpl in class NativeHelper

cloneObjectImpl

protected ReferenceVariable cloneObjectImpl(ReferenceVariable source)
Specified by:
cloneObjectImpl in class NativeHelper

newInstanceOfImpl

protected ReferenceVariable newInstanceOfImpl(ReferenceVariable cls)
Specified by:
newInstanceOfImpl in class NativeHelper

staticFieldImpl

protected ReferenceVariable staticFieldImpl(java.lang.String className,
                                            java.lang.String fieldName)
Specified by:
staticFieldImpl in class NativeHelper

tempFieldImpl

protected ReferenceVariable tempFieldImpl(java.lang.String fieldsig)
Specified by:
tempFieldImpl in class NativeHelper

tempVariableImpl

protected ReferenceVariable tempVariableImpl()
Specified by:
tempVariableImpl in class NativeHelper