Packages

c

com.nawforce.apexlink.cst

ScopeVerifyContext

abstract class ScopeVerifyContext extends VerifyContext with ControlFlowContext

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

Instance Constructors

  1. new ScopeVerifyContext(parentContext: VerifyContext)

Abstract Value Members

  1. abstract def isStatic: Boolean
  2. abstract def returnType: TypeName

Concrete 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
  7. def addVar(name: Name, definition: Option[CST], isReadOnly: Boolean, typeDeclaration: TypeDeclaration): Unit
  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]
  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

  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 log(issue: Issue): Unit
    Definition Classes
    VerifyContext
  26. def logError(location: PathLocation, msg: String): Unit
    Definition Classes
    VerifyContext
  27. def logMissing(location: PathLocation, msg: String): Unit
    Definition Classes
    VerifyContext
  28. def logUnreachableIssues(): Unit
    Definition Classes
    ControlFlowContext
  29. def missingIdentifier(location: PathLocation, typeName: TypeName, name: Name): Unit
    Definition Classes
    VerifyContext
  30. def missingType(location: PathLocation, typeName: TypeName): Unit
    Definition Classes
    VerifyContext
  31. 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
  32. def module: Module

    Module for current outer type

    Module for current outer type

    Definition Classes
    ScopeVerifyContextVerifyContext
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def parent(): Option[VerifyContext]
    Definition Classes
    ScopeVerifyContextVerifyContext
  37. def parentFlowContext: Option[ScopeVerifyContext]
    Definition Classes
    ControlFlowContext
  38. def referencedVars: Set[Name]
  39. 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
  40. 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
  41. def setControlRoot(context: ScopeVerifyContext with ControlFlowContext): ScopeVerifyContext
    Definition Classes
    ControlFlowContext
  42. def superType: Option[TypeDeclaration]

    Get type declaration of 'super'

    Get type declaration of 'super'

    Definition Classes
    ScopeVerifyContextVerifyContext
  43. def suppressIssues: Boolean

    Test if issues are currently being suppressed

    Test if issues are currently being suppressed

    Definition Classes
    VerifyContext
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. 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
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def typePlugin: Option[Plugin]

    Get Plugin instance for this type

    Get Plugin instance for this type

    Definition Classes
    ScopeVerifyContextVerifyContext
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. def withBranchingControl(): ScopeVerifyContext
    Definition Classes
    ControlFlowContext

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 ControlFlowContext

Inherited from VerifyContext

Inherited from AnyRef

Inherited from Any

Ungrouped