ParserNode

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AssignStmt.type
trait BaseExprStmt
object BinaryExpr.type
object ExprStmt.type
object ParenExpr.type
object StarExpr.type
object UnaryExpr.type
object BasicLit.type
object BlockStmt.type
object DeclStmt.type
object Ellipsis.type
object File.type
object FuncDecl.type
object FuncType.type
object GenDecl.type
object Ident.type
object IfStmt.type
object ImportSpec.type
object IncDecStmt.type
object ReturnStmt.type
object SelectorExpr.type
object ValueSpec.type
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