trait AstNodeBuilder extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstNodeBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBlockNode(node: IASTNode, typeFullName: String): NewBlock
- Attributes
- protected
- def newCallNode(node: IASTNode, name: String, fullname: String, dispatchType: String, argIndex: Int = -1): NewCall
- Attributes
- protected
- def newCommentNode(node: IASTNode, code: String, filename: String): NewComment
- Attributes
- protected
- def newControlStructureNode(node: IASTNode, controlStructureType: String, code: String): NewControlStructure
- Attributes
- protected
- def newFieldIdentifierNode(node: IASTNode, name: String, code: String): NewFieldIdentifier
- Attributes
- protected
- def newIdentifierNode(node: IASTNode, name: String, code: String, typeFullName: String): NewIdentifier
- Attributes
- protected
- def newJumpTargetNode(node: IASTNode): NewJumpTarget
- Attributes
- protected
- def newLiteralNode(node: IASTNode, code: String, typeFullName: String): NewLiteral
- Attributes
- protected
- def newLocalNode(node: IASTNode, name: String, code: String, typeFullName: String): NewLocal
- Attributes
- protected
- def newMemberNode(node: IASTNode, name: String, code: String, typeFullName: String): NewMember
- Attributes
- protected
- def newMethodNode(node: IASTNode, name: String, code: String, fullName: String, fileName: String, astParentType: Option[String] = None, astParentFullName: Option[String] = None): NewMethod
- Attributes
- protected
- def newMethodRefNode(code: String, methodFullName: String, typeFullName: String, node: IASTNode): NewMethodRef
- Attributes
- protected
- def newMethodReturnNode(node: IASTNode, typeFullName: String): NewMethodReturn
- Attributes
- protected
- def newNamespaceBlockNode(node: IASTNode, name: String, fullname: String, code: String, filename: String): NewNamespaceBlock
- Attributes
- protected
- def newParameterInNode(node: IASTNode, name: String, code: String, typeFullName: String, index: Int, evaluationStrategy: String, isVariadic: Boolean): NewMethodParameterIn
- Attributes
- protected
- def newReturnNode(node: IASTNode, code: String): NewReturn
- Attributes
- protected
- 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
- def newUnknownNode(node: IASTNode): NewUnknown
- Attributes
- protected
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated