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, base: Base.Schema)

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. val alias: Property
  5. val aliasOf: EdgeType
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val astParentFullName: Property
  8. val astParentType: Property
  9. val binding: NodeType
  10. val binds: EdgeType
  11. val call: EdgeType
  12. val cdg: EdgeType
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val contains: EdgeType
  15. val detachedTrackingPoint: NodeType
  16. val dispatchType: Property
  17. val dispatchTypes: Seq[Constant]
  18. val dominate: EdgeType
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. val evalType: EdgeType
  22. val evaluationStrategies: Seq[Constant]
  23. val evaluationStrategy: Property
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. val implicitCall: NodeType
  28. val inheritsFrom: EdgeType
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val isMethodNeverOverridden: Property
  31. val methodParameterOut: NodeType
  32. val namespace: 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 parameterLink: EdgeType
  37. val postDominate: EdgeType
  38. val postExecutionCall: NodeType
  39. val propagate: EdgeType
  40. val reachingDef: EdgeType
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val tag: NodeType
  43. val taggedBy: EdgeType
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. val typeDeclAlias: EdgeType
  46. val value: Property
  47. val variable: Property
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped