Class

org.argus.amandroid.core.dedex

PilarTaskCollection

Related Doc: package dedex

Permalink

case class PilarTaskCollection(instrParser: DexInstructionToPilarParser, initialTask: PilarDedexerTask) extends PilarDedexerTask with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PilarDedexerTask, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PilarTaskCollection
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PilarDedexerTask
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PilarTaskCollection(instrParser: DexInstructionToPilarParser, initialTask: PilarDedexerTask)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val MIN_PRIORITY: Int

    Permalink
    Definition Classes
    PilarDedexerTask
  5. def addTask(task: PilarDedexerTask): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def base: Long

    Permalink
    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def doTask(isSecondPass: Boolean): Unit

    Permalink

    This method is specialized in child classes to execute the task.

    This method is specialized in child classes to execute the task.

    isSecondPass

    true if the second pass is executing.

    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(str: String): Boolean

    Permalink

    This specialization returns true if the string value of any of the tasks in the collection matches the invocation parameter.

    This specialization returns true if the string value of any of the tasks in the collection matches the invocation parameter.

    str

    String to match

    returns

    true if the parameter string matches.

    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  12. def equals(otherTask: PilarDedexerTask): Boolean

    Permalink

    Checks whether this DedexerTask is equals to another DedexerTask

    Checks whether this DedexerTask is equals to another DedexerTask

    otherTask

    Another DedexerTask to check for equality

    returns

    true if this DedexerTask is equal to the other DedexerTask

    Definition Classes
    PilarDedexerTask
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getParseFlag(position: Long): Boolean

    Permalink

    If any of the task parses, we return true.

    If any of the task parses, we return true.

    position

    The position in the source file.

    returns

    The parse flag for the task

    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  16. def getPriority: Int

    Permalink

    This implementation is not really needed, we don't add TaskCollections to other TaskCollections

    This implementation is not really needed, we don't add TaskCollections to other TaskCollections

    returns

    The priority of the task.

    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  17. val initialTask: PilarDedexerTask

    Permalink
  18. val instrParser: DexInstructionToPilarParser

    Permalink
    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def offset: Long

    Permalink
    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  24. def renderTask(position: Long): IList[String]

    Permalink

    This method is specialized in child classes to emit output at the instructions's location once the instruction is reachedin the second pass.

    This method is specialized in child classes to emit output at the instructions's location once the instruction is reachedin the second pass.

    position

    Position in the code where the renderTask was called

    Definition Classes
    PilarTaskCollectionPilarDedexerTask
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    PilarDedexerTask → AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PilarDedexerTask

Inherited from AnyRef

Inherited from Any

Ungrouped