Packages

c

com.nawforce.apexlink.cst

LoopScopeVerifyContext

final class LoopScopeVerifyContext extends ScopeVerifyContext

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoopScopeVerifyContext
  2. ScopeVerifyContext
  3. ControlFlowContext
  4. VerifyContext
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LoopScopeVerifyContext(parentContext: ScopeVerifyContext)

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. def addDependency(dependent: Dependent): Unit

    Declare a dependency on dependent

    Declare a dependency on dependent

    Definition Classes
    ScopeVerifyContextVerifyContext
  5. def addPath(path: ControlPath): ControlPath
    Definition Classes
    ControlFlowContext
  6. def addVar(name: Name, definition: CST, isReadOnly: Boolean, typeName: TypeName, from: TypeDeclaration): Unit
    Definition Classes
    ScopeVerifyContext
  7. def addVar(name: Name, definition: Option[CST], isReadOnly: Boolean, typeDeclaration: TypeDeclaration): Unit
    Definition Classes
    ScopeVerifyContext
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def collectVars(accum: Map[Name, VarTypeAndDefinition]): Unit
  11. def declaredVars: Map[Name, VarTypeAndDefinition]
    Definition Classes
    ScopeVerifyContext
  12. def disableIssueReporting[T]()(op: => T): T
    Definition Classes
    VerifyContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def getPaths: Array[ControlPath]
    Definition Classes
    ControlFlowContext
  17. def getTypeAndAddDependency(typeName: TypeName, from: TypeDeclaration): TypeResponse

    Helper to locate a relative or absolute type and add as dependency if found

    Helper to locate a relative or absolute type and add as dependency if found

    Definition Classes
    ScopeVerifyContextVerifyContext
  18. def getTypeFor(typeName: TypeName, from: TypeDeclaration): TypeResponse

    Locate a type, typeName may be relative so searching must be performed wrt a typeDeclaration

    Locate a type, typeName may be relative so searching must be performed wrt a typeDeclaration

    Definition Classes
    ScopeVerifyContextVerifyContext
  19. def getVar(name: Name, markUsed: Boolean): Option[VarTypeAndDefinition]
  20. def hasBranchingControl: Boolean
    Definition Classes
    ControlFlowContext
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def isInLoop: Boolean

    Check if this context or any parent context is within a loop

    Check if this context or any parent context is within a loop

    Definition Classes
    ScopeVerifyContext
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isSaving: Boolean

    Test if result saving is enabled

    Test if result saving is enabled

    Definition Classes
    ScopeVerifyContextVerifyContext
  25. def isStatic: Boolean
  26. def log(issue: Issue): Unit
    Definition Classes
    VerifyContext
  27. def logError(location: PathLocation, msg: String): Unit
    Definition Classes
    VerifyContext
  28. def logMissing(location: PathLocation, msg: String): Unit
    Definition Classes
    VerifyContext
  29. def logUnreachableIssues(): Unit
    Definition Classes
    ControlFlowContext
  30. def missingIdentifier(location: PathLocation, typeName: TypeName, name: Name): Unit
    Definition Classes
    VerifyContext
  31. def missingType(location: PathLocation, typeName: TypeName): Unit
    Definition Classes
    VerifyContext
  32. def modifiers(pred: (Modifier) => Boolean): Boolean

    Test predicate returns true for a modifier on the containing scope

    Test predicate returns true for a modifier on the containing scope

    Definition Classes
    VerifyContext
  33. def module: Module

    Module for current outer type

    Module for current outer type

    Definition Classes
    ScopeVerifyContextVerifyContext
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. def parent(): Option[VerifyContext]
    Definition Classes
    ScopeVerifyContextVerifyContext
  38. def parentFlowContext: Option[ScopeVerifyContext]
    Definition Classes
    ControlFlowContext
  39. def referencedVars: Set[Name]
    Definition Classes
    ScopeVerifyContext
  40. def returnType: TypeName
  41. def saveResult(cst: CST, altLocation: Location, vars: Option[Map[Name, VarTypeAndDefinition]])(op: => ExprContext): ExprContext

    Save some result of a validation for later analysis with local var map

    Save some result of a validation for later analysis with local var map

    Definition Classes
    ScopeVerifyContextVerifyContext
  42. def saveResult(cst: CST, altLocation: Location)(op: => ExprContext): ExprContext

    Save some result of a validation for later analysis

    Save some result of a validation for later analysis

    Definition Classes
    ScopeVerifyContextVerifyContext
  43. def setControlRoot(context: ScopeVerifyContext with ControlFlowContext): ScopeVerifyContext
    Definition Classes
    ControlFlowContext
  44. def superType: Option[TypeDeclaration]

    Get type declaration of 'super'

    Get type declaration of 'super'

    Definition Classes
    ScopeVerifyContextVerifyContext
  45. def suppressIssues: Boolean

    Test if issues are currently being suppressed

    Test if issues are currently being suppressed

    Definition Classes
    VerifyContext
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def thisType: TypeDeclaration

    Get type declaration of 'this', this may be a trigger declaration

    Get type declaration of 'this', this may be a trigger declaration

    Definition Classes
    ScopeVerifyContextVerifyContext
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. def typePlugin: Option[Plugin]

    Get Plugin instance for this type

    Get Plugin instance for this type

    Definition Classes
    ScopeVerifyContextVerifyContext
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. def withBranchingControl(): ScopeVerifyContext
    Definition Classes
    ControlFlowContext
  54. def withUsageTracking[T](enabled: Boolean)(op: => T): T

    Temporarily set usage tracking for the duration of an operation

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ScopeVerifyContext

Inherited from ControlFlowContext

Inherited from VerifyContext

Inherited from AnyRef

Inherited from Any

Ungrouped