ParserNode

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BaseExpr
object BinaryExpr.type
object CallExpr.type
object ParenExpr.type
object SelectorExpr.type
object StarExpr.type
object TypeAssertExpr.type
object UnaryExpr.type
object BasicLit.type
object Ident.type
trait BaseStmt
object AssignStmt.type
object BlockStmt.type
object BranchStmt.type
object DeclStmt.type
object ExprStmt.type
object ForStmt.type
object IfStmt.type
object IncDecStmt.type
object LabeledStmt.type
object RangeStmt.type
object ReturnStmt.type
object SwitchStmt.type
object TypeSwitchStmt.type
object CaseClause.type
object Ellipsis.type
object File.type
object FuncDecl.type
object FuncType.type
object GenDecl.type
object ImportSpec.type
object InterfaceType.type
object Unknown.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