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. val aliasTypeFullName: Property
  5. val argument: EdgeType
  6. val argumentIndex: Property
  7. val arrayInitializer: NodeType
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val ast: EdgeType
  10. val astNode: NodeBaseType
  11. val bindsTo: EdgeType
  12. val block: NodeType
  13. val callNode: NodeType
  14. val callRepr: NodeBaseType
  15. val canonicalName: Property
  16. val capturedBy: EdgeType
  17. val cfg: EdgeType
  18. val cfgNode: NodeBaseType
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. val code: Property
  21. val columnNumber: Property
  22. val columnNumberEnd: Property
  23. val condition: EdgeType
  24. val containedRef: Property
  25. val containsNode: EdgeType
  26. val controlStructure: NodeType
  27. val controlStructureType: Property
  28. val controlStructureTypes: Seq[Constant]
  29. val declaration: NodeBaseType
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. val expression: NodeBaseType
  33. val fieldIdentifier: NodeType
  34. val file: NodeType
  35. val filename: Property
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  37. val fullName: Property
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. val hash: Property
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. val identifier: NodeType
  42. val index: Property
  43. val inheritsFromTypeFullName: Property
  44. val isExternal: Property
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. val jumpTarget: NodeType
  47. val language: Property
  48. val languages: Seq[Constant]
  49. val lineNumber: Property
  50. val lineNumberEnd: Property
  51. val literal: NodeType
  52. val local: NodeType
  53. val localLike: NodeBaseType
  54. val localName: Property
  55. val member: NodeType
  56. val metaData: NodeType
  57. val method: NodeType
  58. val methodFullName: Property
  59. val methodInst: NodeType
  60. val methodInstFullName: Property
  61. val methodParameterIn: NodeType
  62. val methodRef: NodeType
  63. val methodReturn: NodeType
  64. val modifier: NodeType
  65. val modifierType: Property
  66. val modifierTypes: Seq[Constant]
  67. val name: Property
  68. val namespaceBlock: NodeType
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. val order: Property
  73. val overlays: Property
  74. val parserTypeName: Property
  75. val receiver: EdgeType
  76. val ref: EdgeType
  77. val ret: NodeType
  78. val signature: Property
  79. val sourceFile: EdgeType
  80. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  81. def toString(): String
    Definition Classes
    AnyRef → Any
  82. val tpe: NodeType
  83. val trackingPoint: NodeBaseType
  84. val typeArgument: NodeType
  85. val typeDecl: NodeType
  86. val typeDeclFullName: Property
  87. val typeFullName: Property
  88. val typeParameter: NodeType
  89. val typeRef: NodeType
  90. val unknown: NodeType
  91. val version: Property
  92. val vtable: EdgeType
  93. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  94. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  95. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  96. val withinMethod: NodeBaseType

Inherited from AnyRef

Inherited from Any

Ungrouped