Packages

package nodes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbstractNode extends AnyRef

    Abstract supertype for overflowdb.Node and NewNode

  2. trait AstNode extends Node with StoredNode with AstNodeBase
  3. trait AstNodeBase extends AbstractNode with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  4. trait AstNodeNew extends NewNode with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable
  5. class Binding extends NodeRef[BindingDb] with BindingBase with StoredNode
  6. trait BindingBase extends AbstractNode with HasMethodFullName with HasName with HasSignature
  7. class BindingDb extends NodeDb with StoredNode with BindingBase
  8. class Block extends NodeRef[BlockDb] with BlockBase with StoredNode with Expression
  9. trait BlockBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
  10. class BlockDb extends NodeDb with StoredNode with Expression with BlockBase
  11. class Call extends NodeRef[CallDb] with CallBase with StoredNode with Expression with CallRepr
  12. trait CallBase extends AbstractNode with ExpressionBase with CallReprBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDispatchType with HasDynamicTypeHintFullName with HasLineNumber with HasMethodFullName with HasName with HasOrder with HasSignature with HasTypeFullName
  13. class CallDb extends NodeDb with StoredNode with Expression with CallRepr with CallBase
  14. trait CallRepr extends Node with StoredNode with CallReprBase with CfgNode
  15. trait CallReprBase extends AbstractNode with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasSignature with CfgNodeBase
  16. trait CallReprNew extends NewNode with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasNameMutable with HasOrderMutable with HasSignatureMutable with CfgNodeNew
  17. trait CfgNode extends Node with StoredNode with CfgNodeBase with AstNode
  18. trait CfgNodeBase extends AbstractNode with HasCode with HasColumnNumber with HasLineNumber with HasOrder with AstNodeBase
  19. trait CfgNodeNew extends NewNode with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable with AstNodeNew
  20. class ClosureBinding extends NodeRef[ClosureBindingDb] with ClosureBindingBase with StoredNode
  21. trait ClosureBindingBase extends AbstractNode with HasClosureBindingId with HasClosureOriginalName with HasEvaluationStrategy
  22. class ClosureBindingDb extends NodeDb with StoredNode with ClosureBindingBase
  23. class Comment extends NodeRef[CommentDb] with CommentBase with StoredNode with AstNode
  24. trait CommentBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasFilename with HasLineNumber with HasOrder
  25. class CommentDb extends NodeDb with StoredNode with AstNode with CommentBase
  26. class ConfigFile extends NodeRef[ConfigFileDb] with ConfigFileBase with StoredNode
  27. trait ConfigFileBase extends AbstractNode with HasContent with HasName
  28. class ConfigFileDb extends NodeDb with StoredNode with ConfigFileBase
  29. class ControlStructure extends NodeRef[ControlStructureDb] with ControlStructureBase with StoredNode with Expression
  30. trait ControlStructureBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasControlStructureType with HasLineNumber with HasOrder with HasParserTypeName
  31. class ControlStructureDb extends NodeDb with StoredNode with Expression with ControlStructureBase
  32. trait Declaration extends Node with StoredNode with DeclarationBase
  33. trait DeclarationBase extends AbstractNode with HasName
  34. trait DeclarationNew extends NewNode with HasNameMutable
  35. class Dependency extends NodeRef[DependencyDb] with DependencyBase with StoredNode
  36. trait DependencyBase extends AbstractNode with HasDependencyGroupId with HasName with HasUsedIn with HasVersion
  37. class DependencyDb extends NodeDb with StoredNode with DependencyBase
  38. trait Expression extends Node with StoredNode with ExpressionBase with CfgNode with AstNode
  39. trait ExpressionBase extends AbstractNode with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder with CfgNodeBase with AstNodeBase
  40. trait ExpressionNew extends NewNode with HasArgumentIndexMutable with HasArgumentNameMutable with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable with CfgNodeNew with AstNodeNew
  41. class FieldIdentifier extends NodeRef[FieldIdentifierDb] with FieldIdentifierBase with StoredNode with Expression
  42. trait FieldIdentifierBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCanonicalName with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  43. class FieldIdentifierDb extends NodeDb with StoredNode with Expression with FieldIdentifierBase
  44. class File extends NodeRef[FileDb] with FileBase with StoredNode with AstNode
  45. trait FileBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasHash with HasLineNumber with HasName with HasOrder
  46. class FileDb extends NodeDb with StoredNode with AstNode with FileBase
  47. class Finding extends NodeRef[FindingDb] with FindingBase with StoredNode
  48. trait FindingBase extends AbstractNode
  49. class FindingDb extends NodeDb with StoredNode with FindingBase
  50. trait HasAliasTypeFullName extends AnyRef
  51. trait HasAliasTypeFullNameMutable extends HasAliasTypeFullName
  52. trait HasArgumentIndex extends AnyRef
  53. trait HasArgumentIndexMutable extends HasArgumentIndex
  54. trait HasArgumentName extends AnyRef
  55. trait HasArgumentNameMutable extends HasArgumentName
  56. trait HasAstParentFullName extends AnyRef
  57. trait HasAstParentFullNameMutable extends HasAstParentFullName
  58. trait HasAstParentType extends AnyRef
  59. trait HasAstParentTypeMutable extends HasAstParentType
  60. trait HasCanonicalName extends AnyRef
  61. trait HasCanonicalNameMutable extends HasCanonicalName
  62. trait HasClassName extends AnyRef
  63. trait HasClassNameMutable extends HasClassName
  64. trait HasClassShortName extends AnyRef
  65. trait HasClassShortNameMutable extends HasClassShortName
  66. trait HasClosureBindingId extends AnyRef
  67. trait HasClosureBindingIdMutable extends HasClosureBindingId
  68. trait HasClosureOriginalName extends AnyRef
  69. trait HasClosureOriginalNameMutable extends HasClosureOriginalName
  70. trait HasCode extends AnyRef
  71. trait HasCodeMutable extends HasCode
  72. trait HasColumnNumber extends AnyRef
  73. trait HasColumnNumberEnd extends AnyRef
  74. trait HasColumnNumberEndMutable extends HasColumnNumberEnd
  75. trait HasColumnNumberMutable extends HasColumnNumber
  76. trait HasContainedRef extends AnyRef
  77. trait HasContainedRefMutable extends HasContainedRef
  78. trait HasContent extends AnyRef
  79. trait HasContentMutable extends HasContent
  80. trait HasControlStructureType extends AnyRef
  81. trait HasControlStructureTypeMutable extends HasControlStructureType
  82. trait HasDependencyGroupId extends AnyRef
  83. trait HasDependencyGroupIdMutable extends HasDependencyGroupId
  84. trait HasDispatchType extends AnyRef
  85. trait HasDispatchTypeMutable extends HasDispatchType
  86. trait HasDynamicTypeHintFullName extends AnyRef
  87. trait HasDynamicTypeHintFullNameMutable extends HasDynamicTypeHintFullName
  88. trait HasEvaluationStrategy extends AnyRef
  89. trait HasEvaluationStrategyMutable extends HasEvaluationStrategy
  90. trait HasExplicitAs extends AnyRef
  91. trait HasExplicitAsMutable extends HasExplicitAs
  92. trait HasFilename extends AnyRef
  93. trait HasFilenameMutable extends HasFilename
  94. trait HasFullName extends AnyRef
  95. trait HasFullNameMutable extends HasFullName
  96. trait HasHash extends AnyRef
  97. trait HasHashMutable extends HasHash
  98. trait HasImportedAs extends AnyRef
  99. trait HasImportedAsMutable extends HasImportedAs
  100. trait HasImportedEntity extends AnyRef
  101. trait HasImportedEntityMutable extends HasImportedEntity
  102. trait HasInheritsFromTypeFullName extends AnyRef
  103. trait HasInheritsFromTypeFullNameMutable extends HasInheritsFromTypeFullName
  104. trait HasIsExplicit extends AnyRef
  105. trait HasIsExplicitMutable extends HasIsExplicit
  106. trait HasIsExternal extends AnyRef
  107. trait HasIsExternalMutable extends HasIsExternal
  108. trait HasIsVariadic extends AnyRef
  109. trait HasIsVariadicMutable extends HasIsVariadic
  110. trait HasIsWildcard extends AnyRef
  111. trait HasIsWildcardMutable extends HasIsWildcard
  112. trait HasKey extends AnyRef
  113. trait HasKeyMutable extends HasKey
  114. trait HasLanguage extends AnyRef
  115. trait HasLanguageMutable extends HasLanguage
  116. trait HasLineNumber extends AnyRef
  117. trait HasLineNumberEnd extends AnyRef
  118. trait HasLineNumberEndMutable extends HasLineNumberEnd
  119. trait HasLineNumberMutable extends HasLineNumber
  120. trait HasMethodFullName extends AnyRef
  121. trait HasMethodFullNameMutable extends HasMethodFullName
  122. trait HasMethodShortName extends AnyRef
  123. trait HasMethodShortNameMutable extends HasMethodShortName
  124. trait HasModifierType extends AnyRef
  125. trait HasModifierTypeMutable extends HasModifierType
  126. trait HasName extends AnyRef
  127. trait HasNameMutable extends HasName
  128. trait HasNodeLabel extends AnyRef
  129. trait HasNodeLabelMutable extends HasNodeLabel
  130. trait HasOrder extends AnyRef
  131. trait HasOrderMutable extends HasOrder
  132. trait HasOverlays extends AnyRef
  133. trait HasOverlaysMutable extends HasOverlays
  134. trait HasPackageName extends AnyRef
  135. trait HasPackageNameMutable extends HasPackageName
  136. trait HasParserTypeName extends AnyRef
  137. trait HasParserTypeNameMutable extends HasParserTypeName
  138. trait HasSignature extends AnyRef
  139. trait HasSignatureMutable extends HasSignature
  140. trait HasSymbol extends AnyRef
  141. trait HasSymbolMutable extends HasSymbol
  142. trait HasTypeDeclFullName extends AnyRef
  143. trait HasTypeDeclFullNameMutable extends HasTypeDeclFullName
  144. trait HasTypeFullName extends AnyRef
  145. trait HasTypeFullNameMutable extends HasTypeFullName
  146. trait HasUsedIn extends AnyRef
  147. trait HasUsedInMutable extends HasUsedIn
  148. trait HasValue extends AnyRef
  149. trait HasValueMutable extends HasValue
  150. trait HasVersion extends AnyRef
  151. trait HasVersionMutable extends HasVersion
  152. class Identifier extends NodeRef[IdentifierDb] with IdentifierBase with StoredNode with Expression
  153. trait IdentifierBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
  154. class IdentifierDb extends NodeDb with StoredNode with Expression with IdentifierBase
  155. class Import extends NodeRef[ImportDb] with ImportBase with StoredNode with AstNode
  156. trait ImportBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasExplicitAs with HasImportedAs with HasImportedEntity with HasIsExplicit with HasIsWildcard with HasLineNumber with HasOrder
  157. class ImportDb extends NodeDb with StoredNode with AstNode with ImportBase
  158. class JumpLabel extends NodeRef[JumpLabelDb] with JumpLabelBase with StoredNode with AstNode
  159. trait JumpLabelBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasParserTypeName
  160. class JumpLabelDb extends NodeDb with StoredNode with AstNode with JumpLabelBase
  161. class JumpTarget extends NodeRef[JumpTargetDb] with JumpTargetBase with StoredNode with CfgNode with AstNode
  162. trait JumpTargetBase extends AbstractNode with CfgNodeBase with AstNodeBase with HasArgumentIndex with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasParserTypeName
  163. class JumpTargetDb extends NodeDb with StoredNode with CfgNode with AstNode with JumpTargetBase
  164. class KeyValuePair extends NodeRef[KeyValuePairDb] with KeyValuePairBase with StoredNode
  165. trait KeyValuePairBase extends AbstractNode with HasKey with HasValue
  166. class KeyValuePairDb extends NodeDb with StoredNode with KeyValuePairBase
  167. class Literal extends NodeRef[LiteralDb] with LiteralBase with StoredNode with Expression
  168. trait LiteralBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
  169. class LiteralDb extends NodeDb with StoredNode with Expression with LiteralBase
  170. class Local extends NodeRef[LocalDb] with LocalBase with StoredNode with AstNode with Declaration
  171. trait LocalBase extends AbstractNode with AstNodeBase with DeclarationBase with HasClosureBindingId with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
  172. class LocalDb extends NodeDb with StoredNode with AstNode with Declaration with LocalBase
  173. class Location extends NodeRef[LocationDb] with LocationBase with StoredNode
  174. trait LocationBase extends AbstractNode with HasClassName with HasClassShortName with HasFilename with HasLineNumber with HasMethodFullName with HasMethodShortName with HasNodeLabel with HasPackageName with HasSymbol
  175. class LocationDb extends NodeDb with StoredNode with LocationBase
  176. class Member extends NodeRef[MemberDb] with MemberBase with StoredNode with AstNode with Declaration
  177. trait MemberBase extends AbstractNode with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
  178. class MemberDb extends NodeDb with StoredNode with AstNode with Declaration with MemberBase
  179. class MetaData extends NodeRef[MetaDataDb] with MetaDataBase with StoredNode
  180. trait MetaDataBase extends AbstractNode with HasHash with HasLanguage with HasOverlays with HasVersion
  181. class MetaDataDb extends NodeDb with StoredNode with MetaDataBase
  182. class Method extends NodeRef[MethodDb] with MethodBase with StoredNode with CfgNode with AstNode with Declaration
  183. trait MethodBase extends AbstractNode with CfgNodeBase with AstNodeBase with DeclarationBase with HasAstParentFullName with HasAstParentType with HasCode with HasColumnNumber with HasColumnNumberEnd with HasFilename with HasFullName with HasHash with HasIsExternal with HasLineNumber with HasLineNumberEnd with HasName with HasOrder with HasSignature
  184. class MethodDb extends NodeDb with StoredNode with CfgNode with AstNode with Declaration with MethodBase
  185. class MethodParameterIn extends NodeRef[MethodParameterInDb] with MethodParameterInBase with StoredNode with CfgNode with AstNode with Declaration
  186. trait MethodParameterInBase extends AbstractNode with CfgNodeBase with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasEvaluationStrategy with HasIsVariadic with HasLineNumber with HasName with HasOrder with HasTypeFullName
  187. class MethodParameterInDb extends NodeDb with StoredNode with CfgNode with AstNode with Declaration with MethodParameterInBase
  188. class MethodParameterOut extends NodeRef[MethodParameterOutDb] with MethodParameterOutBase with StoredNode with CfgNode with AstNode with Declaration
  189. trait MethodParameterOutBase extends AbstractNode with CfgNodeBase with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasEvaluationStrategy with HasIsVariadic with HasLineNumber with HasName with HasOrder with HasTypeFullName
  190. class MethodParameterOutDb extends NodeDb with StoredNode with CfgNode with AstNode with Declaration with MethodParameterOutBase
  191. class MethodRef extends NodeRef[MethodRefDb] with MethodRefBase with StoredNode with Expression
  192. trait MethodRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasMethodFullName with HasOrder with HasTypeFullName
  193. class MethodRefDb extends NodeDb with StoredNode with Expression with MethodRefBase
  194. class MethodReturn extends NodeRef[MethodReturnDb] with MethodReturnBase with StoredNode with CfgNode
  195. trait MethodReturnBase extends AbstractNode with CfgNodeBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasEvaluationStrategy with HasLineNumber with HasOrder with HasTypeFullName
  196. class MethodReturnDb extends NodeDb with StoredNode with CfgNode with MethodReturnBase
  197. class Modifier extends NodeRef[ModifierDb] with ModifierBase with StoredNode with AstNode
  198. trait ModifierBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasModifierType with HasOrder
  199. class ModifierDb extends NodeDb with StoredNode with AstNode with ModifierBase
  200. class Namespace extends NodeRef[NamespaceDb] with NamespaceBase with StoredNode with AstNode
  201. trait NamespaceBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
  202. class NamespaceBlock extends NodeRef[NamespaceBlockDb] with NamespaceBlockBase with StoredNode with AstNode
  203. trait NamespaceBlockBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasFilename with HasFullName with HasLineNumber with HasName with HasOrder
  204. class NamespaceBlockDb extends NodeDb with StoredNode with AstNode with NamespaceBlockBase
  205. class NamespaceDb extends NodeDb with StoredNode with AstNode with NamespaceBase
  206. class NewBinding extends NewNode with BindingBase
  207. class NewBlock extends NewNode with BlockBase with ExpressionNew
  208. class NewCall extends NewNode with CallBase with ExpressionNew with CallReprNew
  209. class NewClosureBinding extends NewNode with ClosureBindingBase
  210. class NewComment extends NewNode with CommentBase with AstNodeNew
  211. class NewConfigFile extends NewNode with ConfigFileBase
  212. class NewControlStructure extends NewNode with ControlStructureBase with ExpressionNew
  213. class NewDependency extends NewNode with DependencyBase
  214. class NewFieldIdentifier extends NewNode with FieldIdentifierBase with ExpressionNew
  215. class NewFile extends NewNode with FileBase with AstNodeNew
  216. class NewFinding extends NewNode with FindingBase
  217. class NewIdentifier extends NewNode with IdentifierBase with ExpressionNew
  218. class NewImport extends NewNode with ImportBase with AstNodeNew
  219. class NewJumpLabel extends NewNode with JumpLabelBase with AstNodeNew
  220. class NewJumpTarget extends NewNode with JumpTargetBase with CfgNodeNew with AstNodeNew
  221. class NewKeyValuePair extends NewNode with KeyValuePairBase
  222. class NewLiteral extends NewNode with LiteralBase with ExpressionNew
  223. class NewLocal extends NewNode with LocalBase with AstNodeNew with DeclarationNew
  224. class NewLocation extends NewNode with LocationBase
  225. class NewMember extends NewNode with MemberBase with AstNodeNew with DeclarationNew
  226. class NewMetaData extends NewNode with MetaDataBase
  227. class NewMethod extends NewNode with MethodBase with CfgNodeNew with AstNodeNew with DeclarationNew
  228. class NewMethodParameterIn extends NewNode with MethodParameterInBase with CfgNodeNew with AstNodeNew with DeclarationNew
  229. class NewMethodParameterOut extends NewNode with MethodParameterOutBase with CfgNodeNew with AstNodeNew with DeclarationNew
  230. class NewMethodRef extends NewNode with MethodRefBase with ExpressionNew
  231. class NewMethodReturn extends NewNode with MethodReturnBase with CfgNodeNew
  232. class NewModifier extends NewNode with ModifierBase with AstNodeNew
  233. class NewNamespace extends NewNode with NamespaceBase with AstNodeNew
  234. class NewNamespaceBlock extends NewNode with NamespaceBlockBase with AstNodeNew
  235. abstract class NewNode extends AbstractNode with DetachedNodeData with Product

    base type for all nodes that can be added to a graph, e.g.

    base type for all nodes that can be added to a graph, e.g. the diffgraph

  236. class NewReturn extends NewNode with ReturnBase with ExpressionNew
  237. class NewTag extends NewNode with TagBase
  238. class NewTagNodePair extends NewNode with TagNodePairBase
  239. class NewType extends NewNode with TypeBase
  240. class NewTypeArgument extends NewNode with TypeArgumentBase with AstNodeNew
  241. class NewTypeDecl extends NewNode with TypeDeclBase with AstNodeNew
  242. class NewTypeParameter extends NewNode with TypeParameterBase with AstNodeNew
  243. class NewTypeRef extends NewNode with TypeRefBase with ExpressionNew
  244. class NewUnknown extends NewNode with UnknownBase with ExpressionNew
  245. class Return extends NodeRef[ReturnDb] with ReturnBase with StoredNode with Expression
  246. trait ReturnBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  247. class ReturnDb extends NodeDb with StoredNode with Expression with ReturnBase
  248. trait StoredNode extends Node with AbstractNode with Product
  249. class Tag extends NodeRef[TagDb] with TagBase with StoredNode
  250. trait TagBase extends AbstractNode with HasName with HasValue
  251. class TagDb extends NodeDb with StoredNode with TagBase
  252. class TagNodePair extends NodeRef[TagNodePairDb] with TagNodePairBase with StoredNode
  253. trait TagNodePairBase extends AbstractNode
  254. class TagNodePairDb extends NodeDb with StoredNode with TagNodePairBase
  255. class Type extends NodeRef[TypeDb] with TypeBase with StoredNode
  256. class TypeArgument extends NodeRef[TypeArgumentDb] with TypeArgumentBase with StoredNode with AstNode
  257. trait TypeArgumentBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  258. class TypeArgumentDb extends NodeDb with StoredNode with AstNode with TypeArgumentBase
  259. trait TypeBase extends AbstractNode with HasFullName with HasName with HasTypeDeclFullName
  260. class TypeDb extends NodeDb with StoredNode with TypeBase
  261. class TypeDecl extends NodeRef[TypeDeclDb] with TypeDeclBase with StoredNode with AstNode
  262. trait TypeDeclBase extends AbstractNode with AstNodeBase with HasAliasTypeFullName with HasAstParentFullName with HasAstParentType with HasCode with HasColumnNumber with HasFilename with HasFullName with HasInheritsFromTypeFullName with HasIsExternal with HasLineNumber with HasName with HasOrder
  263. class TypeDeclDb extends NodeDb with StoredNode with AstNode with TypeDeclBase
  264. class TypeParameter extends NodeRef[TypeParameterDb] with TypeParameterBase with StoredNode with AstNode
  265. trait TypeParameterBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
  266. class TypeParameterDb extends NodeDb with StoredNode with AstNode with TypeParameterBase
  267. class TypeRef extends NodeRef[TypeRefDb] with TypeRefBase with StoredNode with Expression
  268. trait TypeRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
  269. class TypeRefDb extends NodeDb with StoredNode with Expression with TypeRefBase
  270. class Unknown extends NodeRef[UnknownDb] with UnknownBase with StoredNode with Expression
  271. trait UnknownBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasContainedRef with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasParserTypeName with HasTypeFullName
  272. class UnknownDb extends NodeDb with StoredNode with Expression with UnknownBase

Value Members

  1. object AstNode
  2. object Binding
  3. object Block
  4. object Call
  5. object CallRepr
  6. object CfgNode
  7. object ClosureBinding
  8. object Comment
  9. object ConfigFile
  10. object ControlStructure
  11. object Declaration
  12. object Dependency
  13. object Expression
  14. object Factories
  15. object FieldIdentifier
  16. object File
  17. object Finding
  18. object Identifier
  19. object Import
  20. object JumpLabel
  21. object JumpTarget
  22. object KeyValuePair
  23. object Literal
  24. object Local
  25. object Location
  26. object Member
  27. object MetaData
  28. object Method
  29. object MethodParameterIn
  30. object MethodParameterOut
  31. object MethodRef
  32. object MethodReturn
  33. object Misc
  34. object Modifier
  35. object Namespace
  36. object NamespaceBlock
  37. object NewBinding
  38. object NewBlock
  39. object NewCall
  40. object NewClosureBinding
  41. object NewComment
  42. object NewConfigFile
  43. object NewControlStructure
  44. object NewDependency
  45. object NewFieldIdentifier
  46. object NewFile
  47. object NewFinding
  48. object NewIdentifier
  49. object NewImport
  50. object NewJumpLabel
  51. object NewJumpTarget
  52. object NewKeyValuePair
  53. object NewLiteral
  54. object NewLocal
  55. object NewLocation
  56. object NewMember
  57. object NewMetaData
  58. object NewMethod
  59. object NewMethodParameterIn
  60. object NewMethodParameterOut
  61. object NewMethodRef
  62. object NewMethodReturn
  63. object NewModifier
  64. object NewNamespace
  65. object NewNamespaceBlock
  66. object NewReturn
  67. object NewTag
  68. object NewTagNodePair
  69. object NewType
  70. object NewTypeArgument
  71. object NewTypeDecl
  72. object NewTypeParameter
  73. object NewTypeRef
  74. object NewUnknown
  75. object PropertyErrorRegister
  76. object Return
  77. object Tag
  78. object TagNodePair
  79. object Type
  80. object TypeArgument
  81. object TypeDecl
  82. object TypeParameter
  83. object TypeRef
  84. object Unknown

Ungrouped