Packages

t

io.joern.c2cpg.astcreation

AstNodeBuilder

trait AstNodeBuilder extends AnyRef

Self Type
AstCreator
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstNodeBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def newBlockNode(node: IASTNode, typeFullName: String): NewBlock
    Attributes
    protected
  13. def newCallNode(node: IASTNode, name: String, fullname: String, dispatchType: String, argIndex: Int = -1): NewCall
    Attributes
    protected
  14. def newCommentNode(node: IASTNode, code: String, filename: String): NewComment
    Attributes
    protected
  15. def newControlStructureNode(node: IASTNode, controlStructureType: String, code: String): NewControlStructure
    Attributes
    protected
  16. def newFieldIdentifierNode(node: IASTNode, name: String, code: String): NewFieldIdentifier
    Attributes
    protected
  17. def newIdentifierNode(node: IASTNode, name: String, code: String, typeFullName: String): NewIdentifier
    Attributes
    protected
  18. def newJumpTargetNode(node: IASTNode): NewJumpTarget
    Attributes
    protected
  19. def newLiteralNode(node: IASTNode, code: String, typeFullName: String): NewLiteral
    Attributes
    protected
  20. def newLocalNode(node: IASTNode, name: String, code: String, typeFullName: String): NewLocal
    Attributes
    protected
  21. def newMemberNode(node: IASTNode, name: String, code: String, typeFullName: String): NewMember
    Attributes
    protected
  22. def newMethodNode(node: IASTNode, name: String, code: String, fullName: String, fileName: String, astParentType: Option[String] = None, astParentFullName: Option[String] = None): NewMethod
    Attributes
    protected
  23. def newMethodRefNode(code: String, methodFullName: String, typeFullName: String, node: IASTNode): NewMethodRef
    Attributes
    protected
  24. def newMethodReturnNode(node: IASTNode, typeFullName: String): NewMethodReturn
    Attributes
    protected
  25. def newNamespaceBlockNode(node: IASTNode, name: String, fullname: String, code: String, filename: String): NewNamespaceBlock
    Attributes
    protected
  26. def newParameterInNode(node: IASTNode, name: String, code: String, typeFullName: String, index: Int, evaluationStrategy: String, isVariadic: Boolean): NewMethodParameterIn
    Attributes
    protected
  27. def newReturnNode(node: IASTNode, code: String): NewReturn
    Attributes
    protected
  28. def newTypeDeclNode(node: IASTNode, name: String, fullName: String, filename: String, code: String, astParentType: String = "", astParentFullName: String = "", inherits: Seq[String] = Seq.empty, alias: Option[String] = None): NewTypeDecl
    Attributes
    protected
  29. def newUnknownNode(node: IASTNode): NewUnknown
    Attributes
    protected
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped