trait VerifyContext extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- VerifyContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addDependency(dependent: Dependent): Unit
Declare a dependency on dependent
- abstract def getTypeAndAddDependency(typeName: TypeName, from: TypeDeclaration): TypeResponse
Helper to locate a relative or absolute type and add as dependency if found
- abstract def getTypeFor(typeName: TypeName, from: TypeDeclaration): TypeResponse
Locate a type, typeName may be relative so searching must be performed wrt a typeDeclaration
- abstract def isSaving: Boolean
Test if result saving is enabled
- abstract def module: Module
Module for current outer type
- abstract def parent(): Option[VerifyContext]
- abstract 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
- abstract def saveResult(cst: CST, altLocation: Location)(op: => ExprContext): ExprContext
Save some result of a validation for later analysis
- abstract def superType: Option[TypeDeclaration]
Get type declaration of 'super'
- abstract def thisType: TypeDeclaration
Get type declaration of 'this', this may be a trigger declaration
- abstract def typePlugin: Option[Plugin]
Get Plugin instance for this type
Concrete 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
- 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 disableIssueReporting[T]()(op: => T): T
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(issue: Issue): Unit
- def logError(location: PathLocation, msg: String): Unit
- def logMissing(location: PathLocation, msg: String): Unit
- def missingIdentifier(location: PathLocation, typeName: TypeName, name: Name): Unit
- def missingType(location: PathLocation, typeName: TypeName): Unit
- 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 suppressIssues: Boolean
Test if issues are currently being suppressed
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()