final case class ApexConstructorDeclaration(_modifiers: ModifierResults, qualifiedName: QualifiedName, parameters: ArraySeq[FormalParameter], thisType: ThisType, block: Block) extends ClassBodyDeclaration with ApexConstructorLike with Product with Serializable
- Alphabetic
- By Inheritance
- ApexConstructorDeclaration
- Serializable
- Product
- Equals
- ApexConstructorLike
- ApexVisibleConstructorLike
- ConstructorDeclaration
- Parameters
- ClassBodyDeclaration
- ApexNode
- IdLocatable
- DependencyHolder
- CST
- Positionable
- UnsafeLocatable
- Locatable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ApexConstructorDeclaration(_modifiers: ModifierResults, qualifiedName: QualifiedName, parameters: ArraySeq[FormalParameter], thisType: ThisType, block: Block)
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
- ApexConstructorDeclaration → 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 hasCompatibleParameters(params: ArraySeq[TypeName], allowPlatformGenericEquivalence: Boolean): Boolean
Test if this params are compatible with those passed.
Test if this params are compatible with those passed. Ideally this would just be a comparison of type names but there is a quirk in how platform generic interfaces are handled.
- Definition Classes
- Parameters
- def hasMoreSpecificParams(otherParams: ArraySeq[ParameterDeclaration], params: ArraySeq[TypeName], context: VerifyContext): Option[Boolean]
Determine if this params is a more specific version of the passed params.
Determine if this params is a more specific version of the passed params. For this to be true all the parameters of this parameters must be assignable to the corresponding parameter of the other method. However when dealing with RecordSets (SOQL results) we also prioritise degrees of specificness and use those to select as well.
- Definition Classes
- Parameters
- def hasSameParameters(other: ConstructorDeclaration, allowPlatformGenericEquivalence: Boolean): Boolean
Test if the passed constructor has params compatible with this method.
Test if the passed constructor has params compatible with this method. Ideally this would just be a comparison of type names but there is a quirk in how platform generic interfaces are handled.
- Definition Classes
- ConstructorDeclaration
- def idLocation: Location
- Definition Classes
- ApexConstructorDeclaration → IdLocatable
- def idPathLocation: PathLocation
- Definition Classes
- IdLocatable
- val inTest: Boolean
Is the holder within test code
Is the holder within test code
- Definition Classes
- ApexConstructorDeclaration → DependencyHolder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTestVisible: Boolean
- Definition Classes
- ConstructorDeclaration
- 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
- ApexConstructorDeclaration → ApexNode
- val nature: Nature
- Definition Classes
- ApexConstructorDeclaration → 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 parameters: ArraySeq[FormalParameter]
- Definition Classes
- ApexConstructorDeclaration → Parameters
- 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
- val qualifiedName: QualifiedName
- 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: ConstructorSummary
- Definition Classes
- ApexConstructorLike → ApexVisibleConstructorLike
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val thisType: ThisType
- val thisTypeId: TypeId
- Definition Classes
- ApexConstructorDeclaration → ApexConstructorLike
- 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
- ApexConstructorLike → DependencyHolder
- def toString(): String
- Definition Classes
- ConstructorDeclaration → AnyRef → Any
- def validate(context: BodyDeclarationVerifyContext): Unit
- Definition Classes
- ClassBodyDeclaration
- def verify(context: BodyDeclarationVerifyContext): Unit
- Definition Classes
- ApexConstructorDeclaration → ClassBodyDeclaration
- def visibility: Modifier
- Definition Classes
- ConstructorDeclaration
- 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): ApexConstructorDeclaration.this.type
- Definition Classes
- CST
- def withLocation(location: PathLocation): ApexConstructorDeclaration.this.type
- Definition Classes
- Positionable