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[Int]
    Attributes
    protected
  11. def columnEnd(node: IASTNode): Option[Int]
    Attributes
    protected
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fileName(node: IASTNode): String
    Attributes
    protected
  15. def fixQualifiedName(name: String): String
    Attributes
    protected
  16. def fullName(node: IASTNode): String
    Attributes
    protected
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isQualifiedName(name: String): Boolean
    Attributes
    protected
  21. def lastNameOfQualifiedName(name: String): String
    Attributes
    protected
  22. def line(node: IASTNode): Option[Int]
    Attributes
    protected
  23. def lineEnd(node: IASTNode): Option[Int]
    Attributes
    protected
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def notHandledYet(node: IASTNode): Ast
    Attributes
    protected
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def nullSafeAst(node: IASTStatement, argIndex: Int = -1): Seq[Ast]
    Attributes
    protected
  29. def nullSafeAst(node: IASTExpression): Ast
    Attributes
    protected
  30. def nullSafeAst(node: IASTExpression, argIndex: Int): Ast
    Attributes
    protected
  31. def nullSafeCode(node: IASTNode): String
    Attributes
    protected
  32. def registerType(typeName: String): String
    Attributes
    protected
  33. def shortName(node: IASTNode): String
    Attributes
    protected
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def typeFor(node: IASTNode, stripKeywords: Boolean = true): String
    Attributes
    protected
    Annotations
    @nowarn()
  37. def typeForDeclSpecifier(spec: IASTNode, stripKeywords: Boolean = true, index: Int = 0): String
    Attributes
    protected
  38. def uniqueName(target: String, name: String, fullName: String): (String, String)
    Attributes
    protected
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. 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