ScopeTypes

io.joern.javasrc2cpg.util.Scope$.ScopeTypes$
object ScopeTypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ScopeTypes.type

Members list

Type members

Classlikes

case object BlockScope extends ScopeType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScopeType
class Object
trait Matchable
class Any
Show all
Self type
BlockScope.type
case class MethodScope(returnType: ExpectedType) extends ScopeType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ScopeType
class Object
trait Matchable
class Any
Show all
case object NamespaceScope extends ScopeType

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ScopeType
class Object
trait Matchable
class Any
Show all
Self type
sealed trait ScopeType

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BlockScope.type
class MethodScope
object NamespaceScope.type
case class TypeDeclScope(declNode: NewTypeDecl) extends ScopeType

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ScopeType
class Object
trait Matchable
class Any
Show all