AstParseLevel

io.joern.csharpsrc2cpg.astcreation.AstParseLevel

Determines till what depth the AST creator will parse until.

Attributes

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

Members list

Type members

Enum entries

case case FULL_AST extends AstParseLevel

This level will parse the full AST.

This level will parse the full AST.

Attributes

case case SIGNATURES extends AstParseLevel

This level will parse all types and methods signatures, but exclude method bodies.

This level will parse all types and methods signatures, but exclude method bodies.

Attributes