Trait

org.argus.jawa.core

JawaElement

Related Doc: package core

Permalink

trait JawaElement extends PropertyProvider

Linear Supertypes
PropertyProvider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JawaElement
  2. PropertyProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def accessFlags: Int

    Permalink
  2. abstract def isConcrete: Boolean

    Permalink

Concrete 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. def ?(key: Key): Boolean

    Permalink
    Definition Classes
    PropertyProvider
  5. def apply[T](key: Key): T

    Permalink
    Definition Classes
    PropertyProvider
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAccessFlags: Int

    Permalink
  12. def getAccessFlagsStr: String

    Permalink

    get field access flags in text form

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getProperty[T](key: Key): T

    Permalink
    Definition Classes
    PropertyProvider
  15. def getPropertyOrElse[T](key: Key, defaultValue: ⇒ T): T

    Permalink
    Definition Classes
    PropertyProvider
  16. def getPropertyOrElseUpdate[T](key: Key, initValue: ⇒ T): T

    Permalink
    Definition Classes
    PropertyProvider
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def isAbstract: Boolean

    Permalink

    return true if this class is abstract

  19. def isClass: Boolean

    Permalink
  20. def isField: Boolean

    Permalink
  21. def isFinal: Boolean

    Permalink

    return true if this class is final

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isMethod: Boolean

    Permalink
  24. def isNative: Boolean

    Permalink

    return true if this method is native

  25. def isPrivate: Boolean

    Permalink

    return true if this class is private

  26. def isProtected: Boolean

    Permalink

    return true if this class is protected

  27. def isPublic: Boolean

    Permalink

    return true if this class is public

  28. def isStatic: Boolean

    Permalink

    return true if this class is static

  29. def isUnknown: Boolean

    Permalink

    return true if this class is unknown class

  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def propertyEmpty: Boolean

    Permalink
    Definition Classes
    PropertyProvider
  34. val propertyMap: MLinkedMap[Key, Any]

    Permalink

    supply property

    supply property

    Definition Classes
    JawaElement → PropertyProvider
  35. def removeProperty(key: Key): Option[Any]

    Permalink
    Definition Classes
    PropertyProvider
  36. def setProperty[T](key: Key, value: T): Option[T]

    Permalink
    Definition Classes
    PropertyProvider
  37. def setUnknown(): Unit

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. var unknown: Boolean

    Permalink

    unknown means it's not available in our code repo

    unknown means it's not available in our code repo

    Attributes
    protected
  41. def update[T](key: Key, value: T): Unit

    Permalink
    Definition Classes
    PropertyProvider
  42. final def wait(): Unit

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

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

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

Inherited from PropertyProvider

Inherited from AnyRef

Inherited from Any

Ungrouped