Packages

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

Linear Supertypes
Serializable, Serializable, Product, Equals, ApexBlockLike, BlockDeclaration, ClassBodyDeclaration, DependencyHolder, Dependent, CST, Locatable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ApexInitialiserBlock
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ApexBlockLike
  7. BlockDeclaration
  8. ClassBodyDeclaration
  9. DependencyHolder
  10. Dependent
  11. CST
  12. Locatable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApexInitialiserBlock(_modifiers: ModifierResults, block: Block)

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. def addDependencyHolder(dependencyHolder: DependencyHolder): Unit
    Definition Classes
    Dependent
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val block: Block
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def collectDependencies(dependsOn: Set[Dependent]): Unit
    Definition Classes
    ClassBodyDeclaration
  10. def dependencies(): Iterable[Dependent]
    Definition Classes
    ClassBodyDeclarationDependencyHolder
  11. def dependencySummary(): Array[DependentSummary]
    Definition Classes
    DependencyHolder
  12. var depends: Option[SkinnySet[Dependent]]
    Attributes
    protected
    Definition Classes
    ClassBodyDeclaration
  13. var endLine: Int
    Definition Classes
    CST → Locatable
  14. var endOffset: Int
    Definition Classes
    CST → Locatable
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean
    Definition Classes
    Dependent → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getDependencyHolders: Set[DependencyHolder]
    Definition Classes
    Dependent
  20. def hasHolders: Boolean
    Definition Classes
    Dependent
  21. def hashCode(): Int
    Definition Classes
    Dependent → AnyRef → Any
  22. lazy val isGlobal: Boolean
    Definition Classes
    ClassBodyDeclaration
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val isStatic: Boolean
    Definition Classes
    ApexInitialiserBlockBlockDeclaration
  25. def location: RangeLocationImpl
    Definition Classes
    Locatable
  26. var locationPath: String
    Definition Classes
    CST → Locatable
  27. def modifierIssues: Array[Issue]
    Definition Classes
    ClassBodyDeclaration
  28. val modifiers: Array[Modifier]
    Definition Classes
    ClassBodyDeclaration
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def propagateDependencies(): Unit
    Definition Classes
    DependencyHolder
  33. def serialise(shapeOnly: Boolean): BlockSummary
    Definition Classes
    BlockDeclaration
  34. def serialise: BlockSummary
    Definition Classes
    BlockDeclaration
  35. def setDepends(dependencies: SkinnySet[Dependent]): Unit
    Definition Classes
    ClassBodyDeclaration
  36. var startLine: Int
    Definition Classes
    CST → Locatable
  37. var startOffset: Int
    Definition Classes
    CST → Locatable
  38. def summary(shapeOnly: Boolean): BlockSummary
    Definition Classes
    ApexBlockLike
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def validate(context: BodyDeclarationVerifyContext): Unit
    Definition Classes
    ClassBodyDeclaration
  41. def verify(context: BodyDeclarationVerifyContext): Unit
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  45. def withContext(context: ParserRuleContext): ApexInitialiserBlock.this.type
    Definition Classes
    CST

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ApexBlockLike

Inherited from BlockDeclaration

Inherited from ClassBodyDeclaration

Inherited from DependencyHolder

Inherited from Dependent

Inherited from CST

Inherited from Locatable

Inherited from AnyRef

Inherited from Any

Ungrouped