AstForStatementsCreator

io.joern.javasrc2cpg.astcreation.statements.AstForStatementsCreator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type

Members list

Value members

Concrete methods

def astsForStatement(statement: Statement): Seq[Ast]

Inherited methods

def astForBlockStatement(stmt: BlockStmt, codeStr: String, prefixAsts: Seq[Ast]): Ast

Attributes

Inherited from:
AstForSimpleStatementsCreator
def astForFor(stmt: ForStmt): Ast

Attributes

Inherited from:
AstForForLoopsCreator
def astForForEach(stmt: ForEachStmt): Seq[Ast]

Attributes

Inherited from:
AstForForLoopsCreator