Packages

class Scope extends x2cpg.datastructures.Scope[String, NewNode, NewNode]

Linear Supertypes
x2cpg.datastructures.Scope[String, NewNode, NewNode], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scope
  2. Scope
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Scope()

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 addAnonymousMethod(methodAst: Ast): Unit
  5. def addConstOrStaticInitToScope(ast: Ast): Unit
  6. def addFieldInitToScope(ast: Ast): Unit
  7. def addToScope(identifier: String, variable: NewNode): NewNode
    Definition Classes
    Scope → Scope
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def getAndClearAnonymousMethods: List[Ast]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getConstAndStaticInits: List[Ast]
  15. def getEnclosingNamespaceName: Option[String]
  16. def getEnclosingTypeDeclType: Option[String]
  17. def getFieldInits: List[Ast]
  18. def getLocalsInScope: List[NewLocal]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def isEmpty: Boolean
    Definition Classes
    Scope
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lookupVariable(identifier: String): Option[NewNode]
    Definition Classes
    Scope
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def popScope(): Option[NewNode]
    Definition Classes
    Scope → Scope
  27. def pushNewScope(scopeNode: NewNode): Unit
    Definition Classes
    Scope → Scope
  28. var stack: List[ScopeElement[String, NewNode, NewNode]]
    Attributes
    protected
    Definition Classes
    Scope
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from x2cpg.datastructures.Scope[String, NewNode, NewNode]

Inherited from AnyRef

Inherited from Any

Ungrouped