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