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