class ContextStack extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextStack
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ContextStack()

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 addGlobalVariable(name: String): Unit
  5. def addNonLocalVariable(name: String): Unit
  6. def addParameter(parameter: NewMethodParameterIn): Unit
  7. def addSpecialVariable(local: NewLocal): Unit
  8. def addVariableReference(identifier: NewIdentifier, memOp: MemoryOperation): Unit
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def astParent: NewNode
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def considerAsGlobalVariable(lhs: NewNode): Unit

    Assignments to variables on the module-level may be exported to other modules and behave as inter-procedurally global variables.

    Assignments to variables on the module-level may be exported to other modules and behave as inter-procedurally global variables.

    lhs

    the LHS node of an assignment

  13. def createIdentifierLinks(createLocal: (String, Option[String]) => NewLocal, createClosureBinding: (String, String) => NewClosureBinding, createAstEdge: (NewNode, NewNode, Int) => Unit, createRefEdge: (NewNode, NewNode) => Unit, createCaptureEdge: (NewNode, NewNode) => Unit): Unit
  14. def createMemberLinks(moduleTypeDecl: NewTypeDecl, astEdgeLinker: (NewNode, NewNode, Int) => Unit): Unit

    For module-methods, the variables of this method can be imported into other modules which resembles behaviour much like fields/members.

    For module-methods, the variables of this method can be imported into other modules which resembles behaviour much like fields/members. This inter-procedural accessibility should be marked via the module's type decl node.

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def findEnclosingTypeDecl(): Option[NewNode]
  18. def getAndIncLambdaCounter(): Int
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isClassContext: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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 order: AutoIncIndex
  27. def pop(): Unit
  28. def pushClass(name: String, classNode: NewTypeDecl): Unit
  29. def pushMethod(name: String, methodNode: NewMethod, methodBlockNode: NewBlock, methodRefNode: Option[NewMethodRef]): Unit
  30. def pushSpecialContext(): Unit
  31. def qualName: String
  32. def setFileNamespaceBlock(namespaceBlock: NewNamespaceBlock): Unit
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped