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

Inherited from AnyRef

Inherited from Any

Ungrouped