Packages

package nodes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbstractNode extends NodeOrDetachedNode

    Abstract supertype for overflowdb.Node and NewNode

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

  256. class NewReturn extends NewNode with ReturnBase with ExpressionNew
  257. class NewTag extends NewNode with TagBase
  258. class NewTagNodePair extends NewNode with TagNodePairBase
  259. class NewType extends NewNode with TypeBase
  260. class NewTypeArgument extends NewNode with TypeArgumentBase with AstNodeNew
  261. class NewTypeDecl extends NewNode with TypeDeclBase with AstNodeNew
  262. class NewTypeParameter extends NewNode with TypeParameterBase with AstNodeNew
  263. class NewTypeRef extends NewNode with TypeRefBase with ExpressionNew
  264. class NewUnknown extends NewNode with UnknownBase with ExpressionNew
  265. class Return extends NodeRef[ReturnDb] with ReturnBase with StoredNode with Expression
  266. trait ReturnBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  267. class ReturnDb extends NodeDb with StoredNode with Expression with ReturnBase
  268. trait StoredNode extends Node with AbstractNode with Product
  269. class Tag extends NodeRef[TagDb] with TagBase with StoredNode
  270. trait TagBase extends AbstractNode with HasName with HasValue
  271. class TagDb extends NodeDb with StoredNode with TagBase
  272. class TagNodePair extends NodeRef[TagNodePairDb] with TagNodePairBase with StoredNode
  273. trait TagNodePairBase extends AbstractNode
  274. class TagNodePairDb extends NodeDb with StoredNode with TagNodePairBase
  275. class Type extends NodeRef[TypeDb] with TypeBase with StoredNode
  276. class TypeArgument extends NodeRef[TypeArgumentDb] with TypeArgumentBase with StoredNode with AstNode
  277. trait TypeArgumentBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasOrder
  278. class TypeArgumentDb extends NodeDb with StoredNode with AstNode with TypeArgumentBase
  279. trait TypeBase extends AbstractNode with HasFullName with HasName with HasTypeDeclFullName
  280. class TypeDb extends NodeDb with StoredNode with TypeBase
  281. class TypeDecl extends NodeRef[TypeDeclDb] with TypeDeclBase with StoredNode with AstNode
  282. 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
  283. class TypeDeclDb extends NodeDb with StoredNode with AstNode with TypeDeclBase
  284. class TypeParameter extends NodeRef[TypeParameterDb] with TypeParameterBase with StoredNode with AstNode
  285. trait TypeParameterBase extends AbstractNode with AstNodeBase with HasCode with HasColumnNumber with HasLineNumber with HasName with HasOrder
  286. class TypeParameterDb extends NodeDb with StoredNode with AstNode with TypeParameterBase
  287. class TypeRef extends NodeRef[TypeRefDb] with TypeRefBase with StoredNode with Expression
  288. trait TypeRefBase extends AbstractNode with ExpressionBase with HasArgumentIndex with HasArgumentName with HasCode with HasColumnNumber with HasDynamicTypeHintFullName with HasLineNumber with HasOrder with HasTypeFullName
  289. class TypeRefDb extends NodeDb with StoredNode with Expression with TypeRefBase
  290. class Unknown extends NodeRef[UnknownDb] with UnknownBase with StoredNode with Expression
  291. 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
  292. class UnknownDb extends NodeDb with StoredNode with Expression with UnknownBase

Value Members

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

Ungrouped