EnumScope

io.joern.csharpsrc2cpg.datastructures.EnumScope
case class EnumScope(fullName: String, aliasFor: String) extends TypeLikeScope

An enumeration type.

Value parameters

aliasFor

the integer equivalent type that this represents

fullName

the enum full name

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypedScopeElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product