Packages

class Schema extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Schema(builder: SchemaBuilder)

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. val ast: EdgeType
  6. val astNode: NodeBaseType
  7. val cfg: EdgeType
  8. val cfgNode: NodeBaseType
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val code: Property
  11. val columnNumber: Property
  12. val columnNumberEnd: Property
  13. val declaration: NodeBaseType
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val filename: Property
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val fullName: Property
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val hash: Property
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val isExternal: Property
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val lineNumber: Property
  25. val lineNumberEnd: Property
  26. val localLike: NodeBaseType
  27. val methodFullName: Property
  28. val modifier: NodeType
  29. val modifierType: Property
  30. val modifierTypes: Seq[Constant]
  31. val name: Property
  32. val namespaceBlock: NodeType
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val order: Property
  37. val parserTypeName: Property
  38. val ref: EdgeType
  39. val signature: Property
  40. val sourceFile: EdgeType
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val trackingPoint: NodeBaseType
  44. val typeDeclFullName: Property
  45. val typeFullName: Property
  46. val version: Property
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. val withinMethod: NodeBaseType

Inherited from AnyRef

Inherited from Any

Ungrouped