Package

org.argus.jawa.core

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class IgnoreException extends RuntimeException

    Permalink

  2. class MyExecutionContext extends ExecutionContext

    Permalink
  3. class MyTimeout extends AnyRef

    Permalink
  4. final case class ResourceRetriever(clazz: Class[_], path: String, name: String) extends Product with Serializable

    Permalink

  5. trait WorklistAlgorithm[Elem] extends AnyRef

    Permalink

    Simple implementation of a worklist algorithm.

    Simple implementation of a worklist algorithm. A processing function is applied repeatedly to the first element in the worklist, as long as the stack is not empty.

    The client class should mix-in this class and initialize the worklist field and define the processElement method. Then call the run method providing a function that initializes the worklist.

Value Members

  1. object ASTUtil

    Permalink

  2. object CombinationIterator

    Permalink

  3. object FutureUtil

    Permalink
  4. object JVMUtil

    Permalink

  5. object MyFileUtil

    Permalink
  6. object OsUtils

    Permalink

  7. object SubStringCounter

    Permalink

  8. object URLInString

    Permalink

  9. object ZipUtil

    Permalink

Ungrouped