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

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