AstCreator

io.joern.jimple2cpg.passes.AstCreator
See theAstCreator companion class
object AstCreator

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AstCreator.type

Members list

Value members

Concrete methods

def column(node: Host): Option[Integer]
def line(node: Host): Option[Integer]
def withOrder[T, X](nodeList: List[T])(f: (T, Int) => X): Seq[X]
def withOrder[T, X](nodeList: Iterable[T])(f: (T, Int) => X): Seq[X]