final case class ApexInitializerBlock(_modifiers: ModifierResults, block: Block, thisType: ThisType) extends ClassBodyDeclaration with ApexBlockLike with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApexInitializerBlock
- Serializable
- Product
- Equals
- ApexBlockLike
- BlockDeclaration
- ClassBodyDeclaration
- ApexNode
- IdLocatable
- DependencyHolder
- CST
- Positionable
- UnsafeLocatable
- Locatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApexInitializerBlock(_modifiers: ModifierResults, block: Block, thisType: ThisType)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _modifiers: ModifierResults
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val block: Block
- val children: ArraySeq[ApexNode]
- Definition Classes
- ApexInitializerBlock → ApexNode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectDependencies(dependsOn: Set[Dependent]): Unit
- Definition Classes
- ClassBodyDeclaration
- def collectIssues(issues: ArrayBuffer[Issue]): Unit
- Attributes
- protected
- Definition Classes
- ApexNode
- def collectIssues(): ArraySeq[Issue]
- Definition Classes
- ApexNode
- 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
- ClassBodyDeclaration → DependencyHolder
- def dependencySummary(): Array[DependentSummary]
Convert dependencies into a summary format
Convert dependencies into a summary format
- Definition Classes
- DependencyHolder
- var depends: Option[SkinnySet[Dependent]]
- Attributes
- protected
- Definition Classes
- ClassBodyDeclaration
- val description: String
- Definition Classes
- ClassBodyDeclaration → ApexNode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def idLocation: Location
- Definition Classes
- ApexInitializerBlock → IdLocatable
- def idPathLocation: PathLocation
- Definition Classes
- IdLocatable
- val inTest: Boolean
Is the holder within test code
Is the holder within test code
- Definition Classes
- ApexInitializerBlock → DependencyHolder
- lazy val isGlobal: Boolean
- Definition Classes
- ClassBodyDeclaration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStatic: Boolean
- Definition Classes
- ApexInitializerBlock → BlockDeclaration
- def localIssues: Seq[Issue]
- Definition Classes
- ApexNode
- def location: PathLocation
- Definition Classes
- Positionable → UnsafeLocatable → Locatable
- def modifierIssues: ArraySeq[Issue]
- Definition Classes
- ClassBodyDeclaration
- val modifiers: ArraySeq[Modifier]
- Definition Classes
- ClassBodyDeclaration → ApexNode
- val name: Name
- Definition Classes
- ApexInitializerBlock → ApexNode
- val nature: Nature
- Definition Classes
- ApexInitializerBlock → ApexNode
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parseIssues: ArraySeq[Issue]
- Definition Classes
- ClassBodyDeclaration → ApexNode
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- def safeLocation: Option[PathLocation]
- Definition Classes
- UnsafeLocatable
- def setDepends(dependencies: SkinnySet[Dependent]): Unit
- Definition Classes
- ClassBodyDeclaration
- def setLocation(path: PathLike, startLine: Int, startOffset: Int, endLine: Int, endOffset: Int): Unit
- Definition Classes
- Positionable
- lazy val signature: String
- Definition Classes
- ClassBodyDeclaration → ApexNode
- def summary: BlockSummary
- Definition Classes
- ApexBlockLike
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val thisType: ThisType
- val thisTypeId: TypeId
- Definition Classes
- ApexInitializerBlock → ApexBlockLike
- 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
- ApexBlockLike → DependencyHolder
- def validate(context: BodyDeclarationVerifyContext): Unit
- Definition Classes
- ClassBodyDeclaration
- def verify(context: BodyDeclarationVerifyContext): Unit
- Definition Classes
- ApexInitializerBlock → ClassBodyDeclaration
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withContext(context: ParserRuleContext): ApexInitializerBlock.this.type
- Definition Classes
- CST
- def withLocation(location: PathLocation): ApexInitializerBlock.this.type
- Definition Classes
- Positionable