Packages

abstract class ClassBodyDeclaration extends CST with DependencyHolder with ApexNode

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassBodyDeclaration
  2. ApexNode
  3. IdLocatable
  4. DependencyHolder
  5. CST
  6. Positionable
  7. UnsafeLocatable
  8. Locatable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClassBodyDeclaration(modifierResults: ModifierResults)

Abstract Value Members

  1. abstract val children: ArraySeq[ApexNode]
    Definition Classes
    ApexNode
  2. abstract def idLocation: Location
    Definition Classes
    IdLocatable
  3. abstract val name: Name
    Definition Classes
    ApexNode
  4. abstract val nature: Nature
    Definition Classes
    ApexNode
  5. abstract def verify(context: BodyDeclarationVerifyContext): Unit
    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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def collectDependencies(dependsOn: Set[Dependent]): Unit
  7. def collectIssues(issues: ArrayBuffer[Issue]): Unit
    Attributes
    protected
    Definition Classes
    ApexNode
  8. def collectIssues(): ArraySeq[Issue]
    Definition Classes
    ApexNode
  9. def dependencies(): Iterable[Dependent]

    Get Dependents being held, default to empty for holders who do not use this, override as needed

    Get Dependents being held, default to empty for holders who do not use this, override as needed

    Definition Classes
    ClassBodyDeclarationDependencyHolder
  10. def dependencySummary(): Array[DependentSummary]

    Convert dependencies into a summary format

    Convert dependencies into a summary format

    Definition Classes
    DependencyHolder
  11. var depends: Option[SkinnySet[Dependent]]
    Attributes
    protected
  12. val description: String
    Definition Classes
    ClassBodyDeclarationApexNode
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def idPathLocation: PathLocation
    Definition Classes
    IdLocatable
  19. def inTest: Boolean

    Is the holder within test code

    Is the holder within test code

    Definition Classes
    DependencyHolder
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def localIssues: Seq[Issue]
    Definition Classes
    ApexNode
  22. def location: PathLocation
    Definition Classes
    PositionableUnsafeLocatableLocatable
  23. def modifierIssues: ArraySeq[Issue]
  24. val modifiers: ArraySeq[Modifier]
    Definition Classes
    ClassBodyDeclarationApexNode
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val parseIssues: ArraySeq[Issue]
    Definition Classes
    ClassBodyDeclarationApexNode
  29. def propagateDependencies(): Unit

    Inform each dependent this is holding a dependency to them

    Inform each dependent this is holding a dependency to them

    Definition Classes
    DependencyHolder
  30. def safeLocation: Option[PathLocation]
    Definition Classes
    UnsafeLocatable
  31. def setDepends(dependencies: SkinnySet[Dependent]): Unit
  32. def setLocation(path: PathLike, startLine: Int, startOffset: Int, endLine: Int, endOffset: Int): Unit
    Definition Classes
    Positionable
  33. lazy val signature: String
    Definition Classes
    ClassBodyDeclarationApexNode
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def thisTypeIdOpt: Option[TypeId]

    The TypeId for the containing type of the holder, optional as requires a module.

    The TypeId for the containing type of the holder, optional as requires a module.

    Definition Classes
    DependencyHolder
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def validate(context: BodyDeclarationVerifyContext): Unit
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withContext(context: ParserRuleContext): ClassBodyDeclaration.this.type
    Definition Classes
    CST
  42. def withLocation(location: PathLocation): ClassBodyDeclaration.this.type
    Definition Classes
    Positionable

Inherited from ApexNode

Inherited from IdLocatable

Inherited from DependencyHolder

Inherited from CST

Inherited from Positionable

Inherited from UnsafeLocatable

Inherited from Locatable

Inherited from AnyRef

Inherited from Any

Ungrouped