Nodes

io.joern.kotlin2cpg.ast.Nodes
object Nodes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Nodes.type

Members list

Value members

Concrete methods

def modifierNode(_type: String): NewModifier
def namespaceBlockNode(name: String, fullName: String, fileName: String): NewNamespaceBlock
def operatorCallNode(name: String, code: String, typeFullName: Option[String], line: Option[Integer], column: Option[Integer]): NewCall