class Schema extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Schema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Schema(builder: SchemaBuilder, base: Base.Schema)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alias: Property
- val aliasOf: EdgeType
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val astParentFullName: Property
- val astParentType: Property
- val binding: NodeType
- val binds: EdgeType
- val call: EdgeType
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val contains: EdgeType
- val dispatchType: Property
- val dispatchTypes: Seq[Constant]
- val dynamicTypeHintFullName: Property
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val evalType: EdgeType
- val evaluationStrategies: Seq[Constant]
- val evaluationStrategy: Property
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val implicitCall: NodeType
- val inheritsFrom: EdgeType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isMethodNeverOverridden: Property
- val methodParameterOut: NodeType
- val namespace: NodeType
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parameterLink: EdgeType
- val policyDirectories: Property
- val postExecutionCall: NodeType
- val propagate: EdgeType
- val reachingDef: EdgeType
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tag: NodeType
- val taggedBy: EdgeType
- def toString(): String
- Definition Classes
- AnyRef → Any
- val typeDeclAlias: EdgeType
- val value: Property
- val variable: Property
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()