class ContextStack extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextStack
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ContextStack()
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 addGlobalVariable(name: String): Unit
- def addNonLocalVariable(name: String): Unit
- def addParameter(parameter: NewMethodParameterIn): Unit
- def addSpecialVariable(local: NewLocal): Unit
- def addVariableReference(identifier: NewIdentifier, memOp: MemoryOperation): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def astParent: NewNode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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
- 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.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findEnclosingTypeDecl(): Option[NewNode]
- def getAndIncLambdaCounter(): Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isClassContext: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 order: AutoIncIndex
- def pop(): Unit
- def pushClass(name: String, classNode: NewTypeDecl): Unit
- def pushMethod(name: String, methodNode: NewMethod, methodBlockNode: NewBlock, methodRefNode: Option[NewMethodRef]): Unit
- def pushSpecialContext(): Unit
- def qualName: String
- def setFileNamespaceBlock(namespaceBlock: NewNamespaceBlock): Unit
- 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()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated