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 controlStructure: NodeType
  25. val controlStructureType: Property
  26. val controlStructureTypes: Seq[Constant]
  27. val declaration: NodeBaseType
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. val expression: NodeBaseType
  31. val fieldIdentifier: NodeType
  32. val file: NodeType
  33. val filename: Property
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  35. val fullName: Property
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. val hash: Property
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. val identifier: NodeType
  40. val inheritsFromTypeFullName: Property
  41. val isExternal: Property
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. val jumpTarget: NodeType
  44. val language: Property
  45. val languages: Seq[Constant]
  46. val lineNumber: Property
  47. val lineNumberEnd: Property
  48. val literal: NodeType
  49. val local: NodeType
  50. val localLike: NodeBaseType
  51. val member: NodeType
  52. val metaData: NodeType
  53. val method: NodeType
  54. val methodFullName: Property
  55. val methodInst: NodeType
  56. val methodParameterIn: NodeType
  57. val methodRef: NodeType
  58. val methodReturn: NodeType
  59. val modifier: NodeType
  60. val modifierType: Property
  61. val modifierTypes: Seq[Constant]
  62. val name: Property
  63. val namespaceBlock: NodeType
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. val order: Property
  68. val overlays: Property
  69. val parserTypeName: Property
  70. val receiver: EdgeType
  71. val ref: EdgeType
  72. val ret: NodeType
  73. val signature: Property
  74. val sourceFile: EdgeType
  75. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  76. def toString(): String
    Definition Classes
    AnyRef → Any
  77. val tpe: NodeType
  78. val trackingPoint: NodeBaseType
  79. val typeArgument: NodeType
  80. val typeDecl: NodeType
  81. val typeDeclFullName: Property
  82. val typeFullName: Property
  83. val typeParameter: NodeType
  84. val typeRef: NodeType
  85. val unknown: NodeType
  86. val version: Property
  87. val vtable: EdgeType
  88. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  90. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  91. val withinMethod: NodeBaseType

Inherited from AnyRef

Inherited from Any

Ungrouped