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

Inherited from AnyRef

Inherited from Any

Ungrouped