object InternalDeclaration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InternalDeclaration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
chain(decls: List[InternalDeclaration], context: Context)(implicit parent: GlobalName): (List[(GlobalName, OMV)], Context)
build a dictionary from the declaration paths to OMV with their "primed" type, as well as a context with all the "primed" declarations
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def constrs(decls: List[InternalDeclaration]): List[Constructor]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromConstant(c: Constant, con: Controller, types: List[TypeLevel], ctx: Option[Context], isConstructor: Option[(Boolean, Option[GlobalName])] = None)(implicit parent: GlobalName): InternalDeclaration
convert the given constant into the appropriate internal declaration
convert the given constant into the appropriate internal declaration
- c
the constant to convert
- con
the controller
- isConstructor
(optional) whether the declaration is a constructor and if so its typelevel Needs to be given for constructors over defined typelevels
-
def
fromVarDecl(vd: VarDecl, ctx: Option[Context], con: Controller, types: List[TypeLevel], context: Context)(implicit parent: GlobalName): InternalDeclaration
convert the given VarDecl into the appropriate internal declaration
convert the given VarDecl into the appropriate internal declaration
- vd
the vd to convert
- con
the controller
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTypeLevel(tp: Term): Boolean
-
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 outs(decls: List[InternalDeclaration]): List[OutgoingTermLevel]
- def stats(decls: List[InternalDeclaration]): List[StatementLevel]
- def structureDeclaration(name: Option[String], context: Option[Context])(implicit parent: GlobalName): Constant
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def tm(d: InternalDeclaration): Option[Term]
- def tmls(decls: List[InternalDeclaration]): List[TermLevel]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def toVarDecl(d: InternalDeclaration)(implicit parent: GlobalName): VarDecl
- implicit def tp(d: InternalDeclaration): Term
- def tpls(decls: List[InternalDeclaration]): List[TypeLevel]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()