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

Inherited from AnyRef

Inherited from Any

Ungrouped