Packages

final case class ApexInitializerBlock(_modifiers: ModifierResults, block: Block, thisType: ThisType) extends ClassBodyDeclaration with ApexBlockLike with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApexInitializerBlock
  2. Serializable
  3. Product
  4. Equals
  5. ApexBlockLike
  6. BlockDeclaration
  7. ClassBodyDeclaration
  8. ApexNode
  9. IdLocatable
  10. DependencyHolder
  11. CST
  12. Positionable
  13. UnsafeLocatable
  14. Locatable
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ApexInitializerBlock(_modifiers: ModifierResults, block: Block, thisType: ThisType)

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 _modifiers: ModifierResults
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val block: Block
  7. val children: ArraySeq[ApexNode]
    Definition Classes
    ApexInitializerBlockApexNode
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def collectDependencies(dependsOn: Set[Dependent]): Unit
    Definition Classes
    ClassBodyDeclaration
  10. def collectIssues(issues: ArrayBuffer[Issue]): Unit
    Attributes
    protected
    Definition Classes
    ApexNode
  11. def collectIssues(): ArraySeq[Issue]
    Definition Classes
    ApexNode
  12. 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
  13. def dependencySummary(): Array[DependentSummary]

    Convert dependencies into a summary format

    Convert dependencies into a summary format

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

    Is the holder within test code

    Is the holder within test code

    Definition Classes
    ApexInitializerBlockDependencyHolder
  22. lazy val isGlobal: Boolean
    Definition Classes
    ClassBodyDeclaration
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val isStatic: Boolean
  25. def localIssues: Seq[Issue]
    Definition Classes
    ApexNode
  26. def location: PathLocation
    Definition Classes
    PositionableUnsafeLocatableLocatable
  27. def modifierIssues: ArraySeq[Issue]
    Definition Classes
    ClassBodyDeclaration
  28. val modifiers: ArraySeq[Modifier]
    Definition Classes
    ClassBodyDeclarationApexNode
  29. val name: Name
    Definition Classes
    ApexInitializerBlockApexNode
  30. val nature: Nature
    Definition Classes
    ApexInitializerBlockApexNode
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val parseIssues: ArraySeq[Issue]
    Definition Classes
    ClassBodyDeclarationApexNode
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. 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
  37. def safeLocation: Option[PathLocation]
    Definition Classes
    UnsafeLocatable
  38. def setDepends(dependencies: SkinnySet[Dependent]): Unit
    Definition Classes
    ClassBodyDeclaration
  39. def setLocation(path: PathLike, startLine: Int, startOffset: Int, endLine: Int, endOffset: Int): Unit
    Definition Classes
    Positionable
  40. lazy val signature: String
    Definition Classes
    ClassBodyDeclarationApexNode
  41. def summary: BlockSummary
    Definition Classes
    ApexBlockLike
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val thisType: ThisType
  44. val thisTypeId: TypeId
    Definition Classes
    ApexInitializerBlockApexBlockLike
  45. 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
    ApexBlockLikeDependencyHolder
  46. def validate(context: BodyDeclarationVerifyContext): Unit
    Definition Classes
    ClassBodyDeclaration
  47. def verify(context: BodyDeclarationVerifyContext): Unit
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. def withContext(context: ParserRuleContext): ApexInitializerBlock.this.type
    Definition Classes
    CST
  52. def withLocation(location: PathLocation): ApexInitializerBlock.this.type
    Definition Classes
    Positionable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ApexBlockLike

Inherited from BlockDeclaration

Inherited from ClassBodyDeclaration

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