Packages

c

com.nawforce.apexlink.cst

OuterBlockVerifyContext

final class OuterBlockVerifyContext extends BlockVerifyContext with OuterControlFlowContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OuterBlockVerifyContext
  2. OuterControlFlowContext
  3. BlockVerifyContext
  4. ControlFlowContext
  5. VerifyContext
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new OuterBlockVerifyContext(parentContext: VerifyContext, isStaticContext: Boolean, returnTypeName: TypeName = TypeNames.Void)

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
    BlockVerifyContextVerifyContext
  5. def addPath(path: ControlPath): ControlPath
    Definition Classes
    ControlFlowContext
  6. def addVar(name: Name, definition: CST, isReadOnly: Boolean, typeName: TypeName): Unit
    Definition Classes
    BlockVerifyContext
  7. def addVar(name: Name, definition: Option[CST], isReadOnly: Boolean, typeDeclaration: TypeDeclaration): Unit
    Definition Classes
    BlockVerifyContext
  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]) @native()
  10. def collectVars(accum: Map[Name, VarTypeAndDefinition]): Unit
    Definition Classes
    BlockVerifyContext
  11. def declaredVars: Map[Name, VarTypeAndDefinition]
    Definition Classes
    BlockVerifyContext
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getPaths: Array[ControlPath]
    Definition Classes
    ControlFlowContext
  18. 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
    BlockVerifyContextVerifyContext
  19. 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
    BlockVerifyContextVerifyContext
  20. def getVar(name: Name, markUsed: Boolean): Option[VarTypeAndDefinition]
    Definition Classes
    BlockVerifyContext
  21. def hasBranchingControl: Boolean
    Definition Classes
    ControlFlowContext
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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
    BlockVerifyContextVerifyContext
  25. val isStatic: Boolean
  26. def log(issue: Issue): Unit
    Definition Classes
    VerifyContext
  27. def logControlFlowIssues(): Unit
    Definition Classes
    OuterControlFlowContext
  28. def logError(location: PathLocation, msg: String): Unit
    Definition Classes
    VerifyContext
  29. def logMissing(location: PathLocation, msg: String): Unit
    Definition Classes
    VerifyContext
  30. def logUnreachableIssues(): Unit
    Definition Classes
    ControlFlowContext
  31. def missingIdentifier(location: PathLocation, typeName: TypeName, name: Name): Unit
    Definition Classes
    VerifyContext
  32. def missingType(location: PathLocation, typeName: TypeName): Unit
    Definition Classes
    VerifyContext
  33. def module: Module

    Module for current outer type

    Module for current outer type

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

    Get type declaration of 'super'

    Get type declaration of 'super'

    Definition Classes
    BlockVerifyContextVerifyContext
  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
    BlockVerifyContextVerifyContext
  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
    BlockVerifyContextVerifyContext
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. def withBranchingControl(): BlockVerifyContext
    Definition Classes
    ControlFlowContext

Inherited from BlockVerifyContext

Inherited from ControlFlowContext

Inherited from VerifyContext

Inherited from AnyRef

Inherited from Any

Ungrouped