ParserNode

io.joern.gosrc2cpg.parser.ParserAst.ParserNode
sealed trait ParserNode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ArrayType
trait BaseExpr
object BinaryExpr
object CallExpr
object IndexExpr
object KeyValueExpr
object ParenExpr
object SelectorExpr
object StarExpr
object StructType
object UnaryExpr
object BasicLit
object CompositeLit
object FuncLit
object Ident
trait BaseStmt
object AssignStmt
object BlockStmt
object BranchStmt
object DeclStmt
object ExprStmt
object ForStmt
object IfStmt
object IncDecStmt
object LabeledStmt
object RangeStmt
object ReturnStmt
object SwitchStmt
object CaseClause
object ChanType
object Ellipsis
object FieldList
object File
object FuncDecl
object FuncType
object GenDecl
object ImportSpec
object InterfaceType
object MapType
object TypeSpec
object Unknown
object ValueSpec
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any