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 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 CallRepr with Expression
  12. trait CallBase extends AbstractNode with CallReprBase with ExpressionBase 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 CallRepr with Expression 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
  24. trait CommentBase extends AbstractNode with HasCode with HasFilename with HasLineNumber
  25. class CommentDb extends NodeDb with StoredNode 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 AstNode with CfgNode
  39. trait ExpressionBase extends AbstractNode with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder with AstNodeBase with CfgNodeBase
  40. trait ExpressionNew extends NewNode with HasArgumentIndexMutable with HasArgumentNameMutable with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable with AstNodeNew with CfgNodeNew
  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 JumpTarget extends NodeRef[JumpTargetDb] with JumpTargetBase with StoredNode with AstNode with CfgNode
  159. trait JumpTargetBase extends AbstractNode with AstNodeBase with CfgNodeBase with HasArgumentIndex with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder with HasParserTypeName
  160. class JumpTargetDb extends NodeDb with StoredNode with AstNode with CfgNode with JumpTargetBase
  161. class KeyValuePair extends NodeRef[KeyValuePairDb] with KeyValuePairBase with StoredNode
  162. trait KeyValuePairBase extends AbstractNode with HasKey with HasValue
  163. class KeyValuePairDb extends NodeDb with StoredNode with KeyValuePairBase
  164. class Literal extends NodeRef[LiteralDb] with LiteralBase with StoredNode with Expression
  165. trait LiteralBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
  166. class LiteralDb extends NodeDb with StoredNode with Expression with LiteralBase
  167. class Local extends NodeRef[LocalDb] with LocalBase with StoredNode with AstNode with Declaration
  168. trait LocalBase extends AbstractNode with AstNodeBase with DeclarationBase with HasClosureBindingId with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
  169. class LocalDb extends NodeDb with StoredNode with AstNode with Declaration with LocalBase
  170. class Location extends NodeRef[LocationDb] with LocationBase with StoredNode
  171. trait LocationBase extends AbstractNode with HasClassName with HasClassShortName with HasFilename with HasLineNumber with HasMethodFullName with HasMethodShortName with HasNodeLabel with HasPackageName with HasSymbol
  172. class LocationDb extends NodeDb with StoredNode with LocationBase
  173. class Member extends NodeRef[MemberDb] with MemberBase with StoredNode with AstNode with Declaration
  174. trait MemberBase extends AbstractNode with AstNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasName with HasOrder with HasTypeFullName
  175. class MemberDb extends NodeDb with StoredNode with AstNode with Declaration with MemberBase
  176. class MetaData extends NodeRef[MetaDataDb] with MetaDataBase with StoredNode
  177. trait MetaDataBase extends AbstractNode with HasHash with HasLanguage with HasOverlays with HasVersion
  178. class MetaDataDb extends NodeDb with StoredNode with MetaDataBase
  179. class Method extends NodeRef[MethodDb] with MethodBase with StoredNode with AstNode with CfgNode with Declaration
  180. trait MethodBase extends AbstractNode with AstNodeBase with CfgNodeBase 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
  181. class MethodDb extends NodeDb with StoredNode with AstNode with CfgNode with Declaration with MethodBase
  182. class MethodParameterIn extends NodeRef[MethodParameterInDb] with MethodParameterInBase with StoredNode with AstNode with CfgNode with Declaration
  183. trait MethodParameterInBase extends AbstractNode with AstNodeBase with CfgNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasEvaluationStrategy with HasIsVariadic with HasLineNumber with HasName with HasOrder with HasTypeFullName
  184. class MethodParameterInDb extends NodeDb with StoredNode with AstNode with CfgNode with Declaration with MethodParameterInBase
  185. class MethodParameterOut extends NodeRef[MethodParameterOutDb] with MethodParameterOutBase with StoredNode with AstNode with CfgNode with Declaration
  186. trait MethodParameterOutBase extends AbstractNode with AstNodeBase with CfgNodeBase with DeclarationBase with HasCode with HasColumnNumber with HasEvaluationStrategy with HasIsVariadic with HasLineNumber with HasName with HasOrder with HasTypeFullName
  187. class MethodParameterOutDb extends NodeDb with StoredNode with AstNode with CfgNode with Declaration with MethodParameterOutBase
  188. class MethodRef extends NodeRef[MethodRefDb] with MethodRefBase with StoredNode with Expression
  189. trait MethodRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasMethodFullName with HasOrder with HasTypeFullName
  190. class MethodRefDb extends NodeDb with StoredNode with Expression with MethodRefBase
  191. class MethodReturn extends NodeRef[MethodReturnDb] with MethodReturnBase with StoredNode with CfgNode
  192. trait MethodReturnBase extends AbstractNode with CfgNodeBase with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasEvaluationStrategy with HasLineNumber with HasOrder with HasTypeFullName
  193. class MethodReturnDb extends NodeDb with StoredNode with CfgNode with MethodReturnBase
  194. class Modifier extends NodeRef[ModifierDb] with ModifierBase with StoredNode with AstNode
  195. trait ModifierBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasModifierType with HasOrder
  196. class ModifierDb extends NodeDb with StoredNode with AstNode with ModifierBase
  197. class Namespace extends NodeRef[NamespaceDb] with NamespaceBase with StoredNode with AstNode
  198. trait NamespaceBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
  199. class NamespaceBlock extends NodeRef[NamespaceBlockDb] with NamespaceBlockBase with StoredNode with AstNode
  200. trait NamespaceBlockBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasFilename with HasFullName with HasLineNumber with HasName with HasOrder
  201. class NamespaceBlockDb extends NodeDb with StoredNode with AstNode with NamespaceBlockBase
  202. class NamespaceDb extends NodeDb with StoredNode with AstNode with NamespaceBase
  203. class NewBinding extends NewNode with BindingBase
  204. class NewBlock extends NewNode with BlockBase with ExpressionNew
  205. class NewCall extends NewNode with CallBase with CallReprNew with ExpressionNew
  206. class NewClosureBinding extends NewNode with ClosureBindingBase
  207. class NewComment extends NewNode with CommentBase
  208. class NewConfigFile extends NewNode with ConfigFileBase
  209. class NewControlStructure extends NewNode with ControlStructureBase with ExpressionNew
  210. class NewDependency extends NewNode with DependencyBase
  211. class NewFieldIdentifier extends NewNode with FieldIdentifierBase with ExpressionNew
  212. class NewFile extends NewNode with FileBase with AstNodeNew
  213. class NewFinding extends NewNode with FindingBase
  214. class NewIdentifier extends NewNode with IdentifierBase with ExpressionNew
  215. class NewImport extends NewNode with ImportBase with AstNodeNew
  216. class NewJumpTarget extends NewNode with JumpTargetBase with AstNodeNew with CfgNodeNew
  217. class NewKeyValuePair extends NewNode with KeyValuePairBase
  218. class NewLiteral extends NewNode with LiteralBase with ExpressionNew
  219. class NewLocal extends NewNode with LocalBase with AstNodeNew with DeclarationNew
  220. class NewLocation extends NewNode with LocationBase
  221. class NewMember extends NewNode with MemberBase with AstNodeNew with DeclarationNew
  222. class NewMetaData extends NewNode with MetaDataBase
  223. class NewMethod extends NewNode with MethodBase with AstNodeNew with CfgNodeNew with DeclarationNew
  224. class NewMethodParameterIn extends NewNode with MethodParameterInBase with AstNodeNew with CfgNodeNew with DeclarationNew
  225. class NewMethodParameterOut extends NewNode with MethodParameterOutBase with AstNodeNew with CfgNodeNew with DeclarationNew
  226. class NewMethodRef extends NewNode with MethodRefBase with ExpressionNew
  227. class NewMethodReturn extends NewNode with MethodReturnBase with CfgNodeNew
  228. class NewModifier extends NewNode with ModifierBase with AstNodeNew
  229. class NewNamespace extends NewNode with NamespaceBase with AstNodeNew
  230. class NewNamespaceBlock extends NewNode with NamespaceBlockBase with AstNodeNew
  231. trait NewNode extends AbstractNode 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

  232. class NewReturn extends NewNode with ReturnBase with ExpressionNew
  233. class NewTag extends NewNode with TagBase
  234. class NewTagNodePair extends NewNode with TagNodePairBase
  235. class NewType extends NewNode with TypeBase
  236. class NewTypeArgument extends NewNode with TypeArgumentBase with AstNodeNew
  237. class NewTypeDecl extends NewNode with TypeDeclBase with AstNodeNew
  238. class NewTypeParameter extends NewNode with TypeParameterBase with AstNodeNew
  239. class NewTypeRef extends NewNode with TypeRefBase with ExpressionNew
  240. class NewUnknown extends NewNode with UnknownBase with ExpressionNew
  241. class Return extends NodeRef[ReturnDb] with ReturnBase with StoredNode with Expression
  242. trait ReturnBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  243. class ReturnDb extends NodeDb with StoredNode with Expression with ReturnBase
  244. trait StoredNode extends Node with AbstractNode with Product
  245. class Tag extends NodeRef[TagDb] with TagBase with StoredNode
  246. trait TagBase extends AbstractNode with HasName with HasValue
  247. class TagDb extends NodeDb with StoredNode with TagBase
  248. class TagNodePair extends NodeRef[TagNodePairDb] with TagNodePairBase with StoredNode
  249. trait TagNodePairBase extends AbstractNode
  250. class TagNodePairDb extends NodeDb with StoredNode with TagNodePairBase
  251. class Type extends NodeRef[TypeDb] with TypeBase with StoredNode
  252. class TypeArgument extends NodeRef[TypeArgumentDb] with TypeArgumentBase with StoredNode with AstNode
  253. trait TypeArgumentBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  254. class TypeArgumentDb extends NodeDb with StoredNode with AstNode with TypeArgumentBase
  255. trait TypeBase extends AbstractNode with HasFullName with HasName with HasTypeDeclFullName
  256. class TypeDb extends NodeDb with StoredNode with TypeBase
  257. class TypeDecl extends NodeRef[TypeDeclDb] with TypeDeclBase with StoredNode with AstNode
  258. 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
  259. class TypeDeclDb extends NodeDb with StoredNode with AstNode with TypeDeclBase
  260. class TypeParameter extends NodeRef[TypeParameterDb] with TypeParameterBase with StoredNode with AstNode
  261. trait TypeParameterBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
  262. class TypeParameterDb extends NodeDb with StoredNode with AstNode with TypeParameterBase
  263. class TypeRef extends NodeRef[TypeRefDb] with TypeRefBase with StoredNode with Expression
  264. trait TypeRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
  265. class TypeRefDb extends NodeDb with StoredNode with Expression with TypeRefBase
  266. class Unknown extends NodeRef[UnknownDb] with UnknownBase with StoredNode with Expression
  267. 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
  268. 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 JumpTarget
  21. object KeyValuePair
  22. object Literal
  23. object Local
  24. object Location
  25. object Member
  26. object MetaData
  27. object Method
  28. object MethodParameterIn
  29. object MethodParameterOut
  30. object MethodRef
  31. object MethodReturn
  32. object Misc
  33. object Modifier
  34. object Namespace
  35. object NamespaceBlock
  36. object NewBinding
  37. object NewBlock
  38. object NewCall
  39. object NewClosureBinding
  40. object NewComment
  41. object NewConfigFile
  42. object NewControlStructure
  43. object NewDependency
  44. object NewFieldIdentifier
  45. object NewFile
  46. object NewFinding
  47. object NewIdentifier
  48. object NewImport
  49. object NewJumpTarget
  50. object NewKeyValuePair
  51. object NewLiteral
  52. object NewLocal
  53. object NewLocation
  54. object NewMember
  55. object NewMetaData
  56. object NewMethod
  57. object NewMethodParameterIn
  58. object NewMethodParameterOut
  59. object NewMethodRef
  60. object NewMethodReturn
  61. object NewModifier
  62. object NewNamespace
  63. object NewNamespaceBlock
  64. object NewReturn
  65. object NewTag
  66. object NewTagNodePair
  67. object NewType
  68. object NewTypeArgument
  69. object NewTypeDecl
  70. object NewTypeParameter
  71. object NewTypeRef
  72. object NewUnknown
  73. object PropertyErrorRegister
  74. object Return
  75. object Tag
  76. object TagNodePair
  77. object Type
  78. object TypeArgument
  79. object TypeDecl
  80. object TypeParameter
  81. object TypeRef
  82. object Unknown

Ungrouped