trait AstCreatorHelper extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AstCreatorHelper
- 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 astForNode(node: IASTNode): Ast
- Attributes
- protected
- def astsForComments(iASTTranslationUnit: IASTTranslationUnit): Seq[Ast]
- Attributes
- protected
- def attachDependenciesAndImports(iASTTranslationUnit: IASTTranslationUnit): Unit
- Attributes
- protected
- def cleanType(rawType: String, stripKeywords: Boolean = true): String
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def column(node: IASTNode): Option[Integer]
- Attributes
- protected
- def columnEnd(node: IASTNode): Option[Integer]
- Attributes
- protected
- def dereferenceTypeFullName(fullName: String): String
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fileName(node: IASTNode): String
- Attributes
- protected
- def fixQualifiedName(name: String): String
- Attributes
- protected
- def fullName(node: IASTNode): String
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isIncludedNode(node: IASTNode): Boolean
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isQualifiedName(name: String): Boolean
- Attributes
- protected
- def lastNameOfQualifiedName(name: String): String
- Attributes
- protected
- def line(node: IASTNode): Option[Integer]
- Attributes
- protected
- def lineEnd(node: IASTNode): Option[Integer]
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notHandledYet(node: IASTNode): Ast
- Attributes
- protected
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def nullSafeAst(node: IASTStatement, argIndex: Int = -1): Seq[Ast]
- Attributes
- protected
- def nullSafeAst(node: IASTExpression): Ast
- Attributes
- protected
- def nullSafeAst(node: IASTExpression, argIndex: Int): Ast
- Attributes
- protected
- def nullSafeCode(node: IASTNode): String
- Attributes
- protected
- def registerType(typeName: String): String
- Attributes
- protected
- def shortName(node: IASTNode): String
- Attributes
- protected
- def shortenCode(code: String, length: Int = MaxCodeLength): String
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeFor(node: IASTNode, stripKeywords: Boolean = true): String
- Attributes
- protected
- Annotations
- @nowarn()
- def typeForDeclSpecifier(spec: IASTNode, stripKeywords: Boolean = true, index: Int = 0): String
- Attributes
- protected
- def uniqueName(target: String, name: String, fullName: String): (String, String)
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated