final case class ApexPropertyDeclaration(thisType: ThisType, _modifiers: ModifierResults, typeName: TypeName, id: Id, propertyBlocks: Seq[PropertyBlock]) extends ClassBodyDeclaration with ApexFieldLike with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApexPropertyDeclaration
- Serializable
- Product
- Equals
- ApexFieldLike
- FieldDeclaration
- Dependent
- IdentityEquality
- ClassBodyDeclaration
- ApexNode
- IdLocatable
- DependencyHolder
- CST
- Positionable
- UnsafeLocatable
- Locatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ApexPropertyDeclaration(thisType: ThisType, _modifiers: ModifierResults, typeName: TypeName, id: Id, propertyBlocks: Seq[PropertyBlock])
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
- def addDependencyHolder(dependencyHolder: DependencyHolder): Unit
- Definition Classes
- Dependent
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val children: ArraySeq[ApexNode]
- Definition Classes
- ApexPropertyDeclaration → 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 equals(that: Any): Boolean
- Definition Classes
- IdentityEquality → AnyRef → Any
- 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 getDependencyHolders: Set[DependencyHolder]
- Definition Classes
- Dependent
- def getSObjectStaticField(shareTypeName: Option[TypeName], module: Option[Module]): CustomField
- Definition Classes
- FieldDeclaration
- val getter: Option[GetterPropertyBlock]
- def hasHolders: Boolean
- Definition Classes
- Dependent
- def hasNonTestHolders: Boolean
- Definition Classes
- Dependent
- def hashCode(): Int
- Definition Classes
- IdentityEquality → AnyRef → Any
- val id: Id
- def idLocation: Location
- Definition Classes
- ApexPropertyDeclaration → IdLocatable
- def idPathLocation: PathLocation
- Definition Classes
- IdLocatable
- val idTarget: Option[TypeName]
- Definition Classes
- ApexFieldLike → FieldDeclaration
- val inTest: Boolean
Is the holder within test code
Is the holder within test code
- Definition Classes
- ApexPropertyDeclaration → DependencyHolder
- lazy val isExternallyVisible: Boolean
- Definition Classes
- FieldDeclaration
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrivate: Boolean
- Definition Classes
- FieldDeclaration
- def isReadOnly: Boolean
- Definition Classes
- ApexFieldLike
- def isStatic: Boolean
- Definition Classes
- FieldDeclaration
- 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
- ApexPropertyDeclaration → FieldDeclaration → ApexNode
- val nature: Nature
- Definition Classes
- ApexPropertyDeclaration → ApexFieldLike → 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
- val propertyBlocks: Seq[PropertyBlock]
- val readAccess: Modifier
- Definition Classes
- ApexPropertyDeclaration → FieldDeclaration
- 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
- val setter: Option[SetterPropertyBlock]
- lazy val signature: String
- Definition Classes
- ClassBodyDeclaration → ApexNode
- def summary: FieldSummary
- Definition Classes
- ApexFieldLike
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val thisType: ThisType
- val thisTypeId: TypeId
- Definition Classes
- ApexPropertyDeclaration → ApexFieldLike
- 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
- ApexFieldLike → DependencyHolder
- def toString(): String
- Definition Classes
- FieldDeclaration → AnyRef → Any
- val typeName: TypeName
- Definition Classes
- ApexPropertyDeclaration → FieldDeclaration
- def validate(context: BodyDeclarationVerifyContext): Unit
- Definition Classes
- ClassBodyDeclaration
- def verify(context: BodyDeclarationVerifyContext): Unit
- Definition Classes
- ApexPropertyDeclaration → 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): ApexPropertyDeclaration.this.type
- Definition Classes
- CST
- def withLocation(location: PathLocation): ApexPropertyDeclaration.this.type
- Definition Classes
- Positionable
- val writeAccess: Modifier
- Definition Classes
- ApexPropertyDeclaration → FieldDeclaration