Class IntentStarters.StartInfo

java.lang.Object
com.ibm.wala.dalvik.ipa.callgraph.propagation.cfa.IntentStarters.StartInfo
Enclosing class:
IntentStarters

public static class IntentStarters.StartInfo extends Object
Contains information on how to call a starter-function.
  • Method Details

    • makeContextFree

      public static IntentStarters.StartInfo makeContextFree(AndroidComponent component)
    • setContextFree

      public void setContextFree()
      Set the CONTEXT_FREE Flag.
    • getRelevant

      public int[] getRelevant()
      The parameters the ContextSelecor shall remember.
    • getDeclaringClass

      public TypeReference getDeclaringClass()
    • getFlags

      public Set<IntentStarters.StarterFlags> getFlags()
      These influence how the model is built.
      See Also:
    • getComponentsPossible

      public Set<AndroidComponent> getComponentsPossible()
      Target-Types that may started by this.

      Although a set of multiple Components may be returned in most cases it is only one type.

    • isSystemService

      public boolean isSystemService()
    • toString

      public String toString()
      Overrides:
      toString in class Object