Packages

c

fr.linkit.engine.gnom.cache.sync.contract.description

AbstractSyncStructureDescription

abstract class AbstractSyncStructureDescription[A <: AnyRef] extends SyncStructureDescription[A]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractSyncStructureDescription
  2. SyncStructureDescription
  3. CompilationContext
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractSyncStructureDescription(specs: SyncClassDef)

Abstract Value Members

  1. abstract def applyNotFilter(e: Executable): Boolean
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def className: String
  6. def classPackage: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def findFieldDescription(fieldID: Int): Option[FieldDescription]

    fieldID

    the field identifier to search.

    returns

    Some(FieldDescription) if a field of the given identifier was found, None instead.

    Definition Classes
    AbstractSyncStructureDescriptionSyncStructureDescription
  11. def findFieldDescription(fieldName: String): Option[FieldDescription]
  12. def findMethodDescription(methodName: String, params: Seq[Class[_]]): Option[MethodDescription]
  13. def findMethodDescription(methodID: Int): Option[MethodDescription]

    methodID

    the method identifier to search.

    returns

    Some(MethodDescription) if a method of the given identifier was found, None instead.

    Definition Classes
    AbstractSyncStructureDescriptionSyncStructureDescription
  14. def getAllMethods: Seq[Method]
    Attributes
    protected
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listFields(): Iterable[FieldDescription]

    returns

    A list of FieldDescription

    Definition Classes
    AbstractSyncStructureDescriptionSyncStructureDescription
    See also

    FieldDescription

  19. def listMethods(): Iterable[MethodDescription]

    returns

    A list of MethodDescription

    Definition Classes
    AbstractSyncStructureDescriptionSyncStructureDescription
    See also

    MethodDescription

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def parentLoader: ClassLoader
  24. val specs: SyncClassDef

    The super class's type (for java reflection api)

    The super class's type (for java reflection api)

    Definition Classes
    AbstractSyncStructureDescriptionSyncStructureDescription
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toMethodDesc(method: Method): MethodDescription
    Attributes
    protected
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SyncStructureDescription[A]

Inherited from CompilationContext

Inherited from AnyRef

Inherited from Any

Ungrouped