Packages

trait AstCreatorHelper extends AnyRef

Self Type
AstCreator
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AstCreatorHelper
  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 astForNode(node: IASTNode): Ast
    Attributes
    protected
  6. def astsForComments(iASTTranslationUnit: IASTTranslationUnit): Seq[Ast]
    Attributes
    protected
  7. def attachDependenciesAndImports(iASTTranslationUnit: IASTTranslationUnit): Unit
    Attributes
    protected
  8. def cleanType(rawType: String, stripKeywords: Boolean = true): String
    Attributes
    protected
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def column(node: IASTNode): Option[Integer]
    Attributes
    protected
  11. def columnEnd(node: IASTNode): Option[Integer]
    Attributes
    protected
  12. def dereferenceTypeFullName(fullName: String): String
    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fileName(node: IASTNode): String
    Attributes
    protected
  16. def fixQualifiedName(name: String): String
    Attributes
    protected
  17. def fullName(node: IASTNode): String
    Attributes
    protected
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def isIncludedNode(node: IASTNode): Boolean
    Attributes
    protected
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isQualifiedName(name: String): Boolean
    Attributes
    protected
  23. def lastNameOfQualifiedName(name: String): String
    Attributes
    protected
  24. def line(node: IASTNode): Option[Integer]
    Attributes
    protected
  25. def lineEnd(node: IASTNode): Option[Integer]
    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def notHandledYet(node: IASTNode): Ast
    Attributes
    protected
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def nullSafeAst(node: IASTStatement, argIndex: Int = -1): Seq[Ast]
    Attributes
    protected
  31. def nullSafeAst(node: IASTExpression): Ast
    Attributes
    protected
  32. def nullSafeAst(node: IASTExpression, argIndex: Int): Ast
    Attributes
    protected
  33. def nullSafeCode(node: IASTNode): String
    Attributes
    protected
  34. def registerType(typeName: String): String
    Attributes
    protected
  35. def shortName(node: IASTNode): String
    Attributes
    protected
  36. def shortenCode(code: String, length: Int = MaxCodeLength): String
    Attributes
    protected
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def typeFor(node: IASTNode, stripKeywords: Boolean = true): String
    Attributes
    protected
    Annotations
    @nowarn()
  40. def typeForDeclSpecifier(spec: IASTNode, stripKeywords: Boolean = true, index: Int = 0): String
    Attributes
    protected
  41. def uniqueName(target: String, name: String, fullName: String): (String, String)
    Attributes
    protected
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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