final class OuterBlockVerifyContext extends BlockVerifyContext with OuterControlFlowContext
- Alphabetic
- By Inheritance
- OuterBlockVerifyContext
- OuterControlFlowContext
- BlockVerifyContext
- ControlFlowContext
- VerifyContext
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new OuterBlockVerifyContext(parentContext: VerifyContext, isStaticContext: Boolean, returnTypeName: TypeName = TypeNames.Void)
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
- def addDependency(dependent: Dependent): Unit
Declare a dependency on dependent
Declare a dependency on dependent
- Definition Classes
- BlockVerifyContext → VerifyContext
- def addPath(path: ControlPath): ControlPath
- Definition Classes
- ControlFlowContext
- def addVar(name: Name, definition: CST, isReadOnly: Boolean, typeName: TypeName): Unit
- Definition Classes
- BlockVerifyContext
- def addVar(name: Name, definition: Option[CST], isReadOnly: Boolean, typeDeclaration: TypeDeclaration): Unit
- Definition Classes
- BlockVerifyContext
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectVars(accum: Map[Name, VarTypeAndDefinition]): Unit
- Definition Classes
- BlockVerifyContext
- def declaredVars: Map[Name, VarTypeAndDefinition]
- Definition Classes
- BlockVerifyContext
- def disableIssueReporting[T]()(op: => T): T
- Definition Classes
- VerifyContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- 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 getPaths: Array[ControlPath]
- Definition Classes
- ControlFlowContext
- 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
- BlockVerifyContext → VerifyContext
- 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
- BlockVerifyContext → VerifyContext
- def getVar(name: Name, markUsed: Boolean): Option[VarTypeAndDefinition]
- Definition Classes
- BlockVerifyContext
- def hasBranchingControl: Boolean
- Definition Classes
- ControlFlowContext
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSaving: Boolean
Test if result saving is enabled
Test if result saving is enabled
- Definition Classes
- BlockVerifyContext → VerifyContext
- val isStatic: Boolean
- Definition Classes
- OuterBlockVerifyContext → BlockVerifyContext
- def log(issue: Issue): Unit
- Definition Classes
- VerifyContext
- def logControlFlowIssues(): Unit
- Definition Classes
- OuterControlFlowContext
- def logError(location: PathLocation, msg: String): Unit
- Definition Classes
- VerifyContext
- def logMissing(location: PathLocation, msg: String): Unit
- Definition Classes
- VerifyContext
- def logUnreachableIssues(): Unit
- Definition Classes
- ControlFlowContext
- def missingIdentifier(location: PathLocation, typeName: TypeName, name: Name): Unit
- Definition Classes
- VerifyContext
- def missingType(location: PathLocation, typeName: TypeName): Unit
- Definition Classes
- VerifyContext
- def module: Module
Module for current outer type
Module for current outer type
- Definition Classes
- BlockVerifyContext → VerifyContext
- 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()
- def parent(): Option[VerifyContext]
- Definition Classes
- BlockVerifyContext → VerifyContext
- def parentFlowContext: Option[BlockVerifyContext]
- Definition Classes
- ControlFlowContext
- def referencedVars: Set[Name]
- Definition Classes
- BlockVerifyContext
- def returnType: TypeName
- Definition Classes
- OuterBlockVerifyContext → BlockVerifyContext
- 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
- BlockVerifyContext → VerifyContext
- 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
- BlockVerifyContext → VerifyContext
- def setControlRoot(context: BlockVerifyContext with ControlFlowContext): BlockVerifyContext
- Definition Classes
- ControlFlowContext
- def superType: Option[TypeDeclaration]
Get type declaration of 'super'
Get type declaration of 'super'
- Definition Classes
- BlockVerifyContext → VerifyContext
- def suppressIssues: Boolean
Test if issues are currently being suppressed
Test if issues are currently being suppressed
- Definition Classes
- VerifyContext
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- BlockVerifyContext → VerifyContext
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typePlugin: Option[Plugin]
Get Plugin instance for this type
Get Plugin instance for this type
- Definition Classes
- BlockVerifyContext → VerifyContext
- 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 withBranchingControl(): BlockVerifyContext
- Definition Classes
- ControlFlowContext