Packages

c

com.nawforce.common.cst

OuterBlockVerifyContext

class OuterBlockVerifyContext extends BlockVerifyContext

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

Instance Constructors

  1. new OuterBlockVerifyContext(parentContext: VerifyContext, isStaticContext: Boolean)

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
    Definition Classes
    BlockVerifyContextVerifyContext
  5. def addVar(name: Name, location: LocationImpl, typeName: TypeName): Unit
    Definition Classes
    BlockVerifyContext
  6. def addVar(name: Name, typeDeclaration: TypeDeclaration): Unit
    Definition Classes
    BlockVerifyContext
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getTypeAndAddDependency(typeName: TypeName, from: Option[TypeDeclaration], excludeSObjects: Boolean = false): Either[TypeError, TypeDeclaration]
    Definition Classes
    BlockVerifyContextVerifyContext
  14. def getTypeFor(typeName: TypeName, from: Option[TypeDeclaration], excludeSObjects: Boolean = false): Either[TypeError, TypeDeclaration]
    Definition Classes
    BlockVerifyContextVerifyContext
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isStatic: Boolean
  18. def isVar(name: Name): Option[TypeDeclaration]
    Definition Classes
    BlockVerifyContext
  19. def log(issue: Issue): Unit
    Definition Classes
    VerifyContext
  20. def logError(location: LocationImpl, msg: String): Unit
    Definition Classes
    VerifyContext
  21. def missingIdentifier(location: LocationImpl, typeName: TypeName, name: Name): Unit
    Definition Classes
    VerifyContext
  22. def missingType(location: LocationImpl, typeName: TypeName): Unit
    Definition Classes
    VerifyContext
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parent(): Option[VerifyContext]
    Definition Classes
    BlockVerifyContextVerifyContext
  27. def pkg: PackageImpl
    Definition Classes
    BlockVerifyContextVerifyContext
  28. def superType: Option[TypeDeclaration]
    Definition Classes
    BlockVerifyContextVerifyContext
  29. def suppressWarnings: Boolean
    Definition Classes
    VerifyContext
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def thisType: Option[TypeDeclaration]
    Definition Classes
    BlockVerifyContextVerifyContext
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from BlockVerifyContext

Inherited from VerifyContext

Inherited from AnyRef

Inherited from Any

Ungrouped