case class FieldDeclaration extends BodyDeclaration with IFieldDeclaration with MutableTypeAppendable with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, MutableTypeAppendable, IFieldDeclaration, IVariable, AnnotationsAndModifiers, BodyDeclaration, IBodyDeclaration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldDeclaration
  2. Serializable
  3. Product
  4. Equals
  5. MutableTypeAppendable
  6. IFieldDeclaration
  7. IVariable
  8. AnnotationsAndModifiers
  9. BodyDeclaration
  10. IBodyDeclaration
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val annotations: Array[Annotation]
    Definition Classes
    FieldDeclaration → IFieldDeclaration → IVariable → AnnotationsAndModifiers
  5. def annotationsAndModifiers: String
    Definition Classes
    AnnotationsAndModifiers
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def blockLocation: Option[Location]
    Definition Classes
    BodyDeclaration → IBodyDeclaration
  8. def bodyLocation: Option[Location]
    Definition Classes
    BodyDeclaration → IBodyDeclaration
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean
    Definition Classes
    IFieldDeclaration → IVariable → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    IVariable → AnyRef → Any
  15. val id: LocatableIdToken
    Definition Classes
    FieldDeclaration → IFieldDeclaration → IVariable → BodyDeclaration → IBodyDeclaration
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val modifiers: Array[Modifier]
    Definition Classes
    FieldDeclaration → IFieldDeclaration → IVariable → AnnotationsAndModifiers
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. def setBlockLocation(startPosition: Position, endPosition: Position): Unit
    Definition Classes
    BodyDeclaration
  23. def setLocation(startPosition: Position, endPosition: Position): Unit
    Definition Classes
    BodyDeclaration
  24. def setLocations(startPosition: Position, blockStartPosition: Position, endPosition: Position): Unit

    Set both location && blockLocation, with same endpoint

    Set both location && blockLocation, with same endpoint

    Definition Classes
    BodyDeclaration
  25. def signature: String
    Definition Classes
    IVariable
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    IVariable → AnyRef → Any
  28. var typeRef: TypeRef
    Definition Classes
    FieldDeclaration → IFieldDeclaration → IVariable
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MutableTypeAppendable

Inherited from IFieldDeclaration

Inherited from IVariable

Inherited from AnnotationsAndModifiers

Inherited from BodyDeclaration

Inherited from IBodyDeclaration

Inherited from AnyRef

Inherited from Any

Ungrouped