AstNodeBuilder

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def newCallNode(astNode: IASTNode, name: String, fullname: String, dispatchType: String, order: Int): NewCall
protected def newControlStructureNode(node: IASTNode, controlStructureType: String, code: String, order: Int): NewControlStructure
protected def newJumpTarget(node: IASTNode, order: Int): NewJumpTarget
protected def newMethodRefNode(code: String, methodFullName: String, typeFullName: String, node: IASTNode): NewMethodRef
protected def newTypeDecl(name: String, fullname: String, filename: String, code: String, astParentType: String, astParentFullName: String, order: Int, inherits: Seq[String], alias: Option[String], line: Option[Integer], column: Option[Integer]): NewTypeDecl
protected def newUnknown(node: IASTNode, order: Int): NewUnknown