Packages

c

com.nawforce.apexlink.cst

InnerBlockVerifyContext

final class InnerBlockVerifyContext extends BlockVerifyContext

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

Instance Constructors

  1. new InnerBlockVerifyContext(parentContext: BlockVerifyContext)

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, typeName: TypeName): Unit
    Definition Classes
    BlockVerifyContext
  7. def addVar(name: Name, definition: Option[CST], 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
  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 getControlRoot(): ControlFlowContext
    Definition Classes
    ControlFlowContext
  18. def getPaths: Array[ControlPath]
    Definition Classes
    ControlFlowContext
  19. 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
  20. 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
  21. def getVar(name: Name, markUsed: Boolean): Option[VarTypeAndDefinition]
  22. def hasBranchingControl(): Boolean
    Definition Classes
    ControlFlowContext
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isSaving: Boolean

    Test if result saving is enabled

    Test if result saving is enabled

    Definition Classes
    BlockVerifyContextVerifyContext
  26. def isStatic: Boolean
  27. def log(issue: Issue): Unit
    Definition Classes
    VerifyContext
  28. def logError(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 module: Module

    Module for current outer type

    Module for current outer type

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

    Get type declaration of 'super'

    Get type declaration of 'super'

    Definition Classes
    BlockVerifyContextVerifyContext
  44. def suppressIssues: Boolean

    Test if issues are currently being suppressed

    Test if issues are currently being suppressed

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

    Get Plugin instance for this type

    Get Plugin instance for this type

    Definition Classes
    BlockVerifyContextVerifyContext
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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. def withBranchingControl(): BlockVerifyContext
    Definition Classes
    ControlFlowContext

Inherited from BlockVerifyContext

Inherited from ControlFlowContext

Inherited from VerifyContext

Inherited from AnyRef

Inherited from Any

Ungrouped