Packages

package nodes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Annotation extends NodeRef[AnnotationDb] with AnnotationBase with StoredNode with AstNode
  2. trait AnnotationBase extends CpgNode with AstNodeBase with HasCode with HasName with HasFullName with HasOrder
  3. class AnnotationDb extends NodeDb with StoredNode with AstNode with AnnotationBase
  4. class AnnotationLiteral extends NodeRef[AnnotationLiteralDb] with AnnotationLiteralBase with StoredNode with Expression
  5. trait AnnotationLiteralBase extends CpgNode with ExpressionBase with HasDepthFirstOrder with HasInternalFlags with HasCode with HasName with HasOrder with HasArgumentIndex with HasColumnNumber with HasLineNumber
  6. class AnnotationLiteralDb extends NodeDb with StoredNode with Expression with AnnotationLiteralBase
  7. class AnnotationParameter extends NodeRef[AnnotationParameterDb] with AnnotationParameterBase with StoredNode with AstNode
  8. class AnnotationParameterAssign extends NodeRef[AnnotationParameterAssignDb] with AnnotationParameterAssignBase with StoredNode with AstNode
  9. trait AnnotationParameterAssignBase extends CpgNode with AstNodeBase with HasCode with HasOrder
  10. class AnnotationParameterAssignDb extends NodeDb with StoredNode with AstNode with AnnotationParameterAssignBase
  11. trait AnnotationParameterBase extends CpgNode with AstNodeBase with HasCode with HasOrder
  12. class AnnotationParameterDb extends NodeDb with StoredNode with AstNode with AnnotationParameterBase
  13. class ArrayInitializer extends NodeRef[ArrayInitializerDb] with ArrayInitializerBase with StoredNode with AstNode with Expression
  14. trait ArrayInitializerBase extends CpgNode with AstNodeBase with ExpressionBase with HasDepthFirstOrder with HasInternalFlags with HasCode with HasOrder with HasArgumentIndex with HasColumnNumber with HasLineNumber
  15. class ArrayInitializerDb extends NodeDb with StoredNode with AstNode with Expression with ArrayInitializerBase
  16. trait AstNode extends StoredNode with AstNodeBase
  17. trait AstNodeBase extends CpgNode with HasOrder
  18. class Binding extends NodeRef[BindingDb] with BindingBase with StoredNode
  19. trait BindingBase extends CpgNode with HasName with HasSignature with HasIsMethodNeverOverridden
  20. class BindingDb extends NodeDb with StoredNode with BindingBase
  21. class Block extends NodeRef[BlockDb] with BlockBase with StoredNode with Expression
  22. trait BlockBase extends CpgNode with ExpressionBase with HasCode with HasOrder with HasArgumentIndex with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  23. class BlockDb extends NodeDb with StoredNode with Expression with BlockBase
  24. class Call extends NodeRef[CallDb] with CallBase with StoredNode with Expression with CallRepr
  25. trait CallBase extends CpgNode with ExpressionBase with CallReprBase with HasCode with HasName with HasOrder with HasMethodInstFullName with HasMethodFullName with HasArgumentIndex with HasDispatchType with HasSignature with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasResolved with HasDepthFirstOrder with HasInternalFlags
  26. class CallChain extends NodeRef[CallChainDb] with CallChainBase with StoredNode
  27. trait CallChainBase extends CpgNode
  28. class CallChainDb extends NodeDb with StoredNode with CallChainBase
  29. class CallDb extends NodeDb with StoredNode with Expression with CallRepr with CallBase
  30. trait CallRepr extends StoredNode with CallReprBase with CfgNode
  31. trait CallReprBase extends CpgNode with HasCode with HasName with HasSignature with CfgNodeBase
  32. class CallSite extends NodeRef[CallSiteDb] with CallSiteBase with StoredNode
  33. trait CallSiteBase extends CpgNode
  34. class CallSiteDb extends NodeDb with StoredNode with CallSiteBase
  35. trait CfgNode extends StoredNode with CfgNodeBase with WithinMethod with AstNode
  36. trait CfgNodeBase extends CpgNode with HasLineNumber with HasColumnNumber with HasInternalFlags with HasCode with WithinMethodBase with AstNodeBase
  37. class ClosureBinding extends NodeRef[ClosureBindingDb] with ClosureBindingBase with StoredNode
  38. trait ClosureBindingBase extends CpgNode with HasClosureBindingId with HasEvaluationStrategy with HasClosureOriginalName
  39. class ClosureBindingDb extends NodeDb with StoredNode with ClosureBindingBase
  40. class Comment extends NodeRef[CommentDb] with CommentBase with StoredNode
  41. trait CommentBase extends CpgNode with HasLineNumber with HasCode
  42. class CommentDb extends NodeDb with StoredNode with CommentBase
  43. class ConfigFile extends NodeRef[ConfigFileDb] with ConfigFileBase with StoredNode with TrackingPoint
  44. trait ConfigFileBase extends CpgNode with TrackingPointBase with HasName with HasContent
  45. class ConfigFileDb extends NodeDb with StoredNode with TrackingPoint with ConfigFileBase
  46. class ControlStructure extends NodeRef[ControlStructureDb] with ControlStructureBase with StoredNode with Expression
  47. trait ControlStructureBase extends CpgNode with ExpressionBase with HasCode with HasColumnNumber with HasLineNumber with HasOrder with HasParserTypeName with HasArgumentIndex with HasDepthFirstOrder with HasInternalFlags
  48. class ControlStructureDb extends NodeDb with StoredNode with Expression with ControlStructureBase
  49. trait CpgNode extends AnyRef
  50. trait Declaration extends StoredNode with DeclarationBase
  51. trait DeclarationBase extends CpgNode with HasName
  52. class Dependency extends NodeRef[DependencyDb] with DependencyBase with StoredNode
  53. trait DependencyBase extends CpgNode with HasVersion with HasName with HasDependencyGroupId
  54. class DependencyDb extends NodeDb with StoredNode with DependencyBase
  55. class DetachedTrackingPoint extends NodeRef[DetachedTrackingPointDb] with DetachedTrackingPointBase with StoredNode with TrackingPoint
  56. trait DetachedTrackingPointBase extends CpgNode with TrackingPointBase
  57. class DetachedTrackingPointDb extends NodeDb with StoredNode with TrackingPoint with DetachedTrackingPointBase
  58. class DomAttribute extends NodeRef[DomAttributeDb] with DomAttributeBase with StoredNode
  59. trait DomAttributeBase extends CpgNode with HasName with HasValue
  60. class DomAttributeDb extends NodeDb with StoredNode with DomAttributeBase
  61. class DomNode extends NodeRef[DomNodeDb] with DomNodeBase with StoredNode
  62. trait DomNodeBase extends CpgNode with HasName
  63. class DomNodeDb extends NodeDb with StoredNode with DomNodeBase
  64. trait Expression extends StoredNode with ExpressionBase with TrackingPoint with CfgNode with AstNode
  65. trait ExpressionBase extends CpgNode with HasCode with HasOrder with HasArgumentIndex with TrackingPointBase with CfgNodeBase with AstNodeBase
  66. class FieldIdentifier extends NodeRef[FieldIdentifierDb] with FieldIdentifierBase with StoredNode with Expression
  67. trait FieldIdentifierBase extends CpgNode with ExpressionBase with HasCode with HasCanonicalName with HasOrder with HasArgumentIndex with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  68. class FieldIdentifierDb extends NodeDb with StoredNode with Expression with FieldIdentifierBase
  69. class File extends NodeRef[FileDb] with FileBase with StoredNode with AstNode
  70. trait FileBase extends CpgNode with AstNodeBase with HasName with HasOrder
  71. class FileDb extends NodeDb with StoredNode with AstNode with FileBase
  72. class Finding extends NodeRef[FindingDb] with FindingBase with StoredNode
  73. trait FindingBase extends CpgNode
  74. class FindingDb extends NodeDb with StoredNode with FindingBase
  75. class Flow extends NodeRef[FlowDb] with FlowBase with StoredNode
  76. trait FlowBase extends CpgNode
  77. class FlowDb extends NodeDb with StoredNode with FlowBase
  78. class Framework extends NodeRef[FrameworkDb] with FrameworkBase with StoredNode
  79. trait FrameworkBase extends CpgNode with HasName
  80. class FrameworkData extends NodeRef[FrameworkDataDb] with FrameworkDataBase with StoredNode
  81. trait FrameworkDataBase extends CpgNode with HasName with HasContent
  82. class FrameworkDataDb extends NodeDb with StoredNode with FrameworkDataBase
  83. class FrameworkDb extends NodeDb with StoredNode with FrameworkBase
  84. trait HasAliasTypeFullName extends AnyRef
  85. trait HasAnnotationFullName extends AnyRef
  86. trait HasAnnotationName extends AnyRef
  87. trait HasArgumentIndex extends AnyRef
  88. trait HasAstParentFullName extends AnyRef
  89. trait HasAstParentType extends AnyRef
  90. trait HasBinarySignature extends AnyRef
  91. trait HasCanonicalName extends AnyRef
  92. trait HasCategories extends AnyRef
  93. trait HasCategory extends AnyRef
  94. trait HasClassName extends AnyRef
  95. trait HasClassShortName extends AnyRef
  96. trait HasClosureBindingId extends AnyRef
  97. trait HasClosureOriginalName extends AnyRef
  98. trait HasCode extends AnyRef
  99. trait HasColumnNumber extends AnyRef
  100. trait HasColumnNumberEnd extends AnyRef
  101. trait HasContainedRef extends AnyRef
  102. trait HasContent extends AnyRef
  103. trait HasDependencyGroupId extends AnyRef
  104. trait HasDepthFirstOrder extends AnyRef
  105. trait HasDispatchType extends AnyRef
  106. trait HasDynamicTypeHintFullName extends AnyRef
  107. trait HasEvalType extends AnyRef
  108. trait HasEvaluationStrategy extends AnyRef
  109. trait HasEvaluationType extends AnyRef
  110. trait HasFilename extends AnyRef
  111. trait HasFingerprint extends AnyRef
  112. trait HasFullName extends AnyRef
  113. trait HasHasMapping extends AnyRef
  114. trait HasInheritsFromTypeFullName extends AnyRef
  115. trait HasInternalFlags extends AnyRef
  116. trait HasIsExternal extends AnyRef
  117. trait HasIsMethodNeverOverridden extends AnyRef
  118. trait HasIsStatic extends AnyRef
  119. trait HasKey extends AnyRef
  120. trait HasLanguage extends AnyRef
  121. trait HasLineNumber extends AnyRef
  122. trait HasLineNumberEnd extends AnyRef
  123. trait HasLiteralsToSink extends AnyRef
  124. trait HasMethodFullName extends AnyRef
  125. trait HasMethodInstFullName extends AnyRef
  126. trait HasMethodShortName extends AnyRef
  127. trait HasModifierType extends AnyRef
  128. trait HasName extends AnyRef
  129. trait HasNodeId extends AnyRef
  130. trait HasNodeLabel extends AnyRef
  131. trait HasOrder extends AnyRef
  132. trait HasOverlays extends AnyRef
  133. trait HasPackageName extends AnyRef
  134. trait HasParameterIndex extends AnyRef
  135. trait HasParserTypeName extends AnyRef
  136. trait HasPath extends AnyRef
  137. trait HasPattern extends AnyRef
  138. trait HasPolicyDirectories extends AnyRef
  139. trait HasResolved extends AnyRef
  140. trait HasSignature extends AnyRef
  141. trait HasSinkType extends AnyRef
  142. trait HasSourceType extends AnyRef
  143. trait HasSpid extends AnyRef
  144. trait HasSymbol extends AnyRef
  145. trait HasTypeDeclFullName extends AnyRef
  146. trait HasTypeFullName extends AnyRef
  147. trait HasValue extends AnyRef
  148. trait HasVarType extends AnyRef
  149. trait HasVersion extends AnyRef
  150. class Identifier extends NodeRef[IdentifierDb] with IdentifierBase with StoredNode with Expression with LocalLike
  151. trait IdentifierBase extends CpgNode with ExpressionBase with LocalLikeBase with HasCode with HasName with HasOrder with HasArgumentIndex with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  152. class IdentifierDb extends NodeDb with StoredNode with Expression with LocalLike with IdentifierBase
  153. class ImplicitCall extends NodeRef[ImplicitCallDb] with ImplicitCallBase with StoredNode with CallRepr with TrackingPoint
  154. trait ImplicitCallBase extends CpgNode with CallReprBase with TrackingPointBase with HasDepthFirstOrder with HasInternalFlags with HasCode with HasName with HasSignature with HasLineNumber with HasColumnNumber with HasOrder
  155. class ImplicitCallDb extends NodeDb with StoredNode with CallRepr with TrackingPoint with ImplicitCallBase
  156. class Ioflow extends NodeRef[IoflowDb] with IoflowBase with StoredNode
  157. trait IoflowBase extends CpgNode with HasFingerprint with HasLiteralsToSink
  158. class IoflowDb extends NodeDb with StoredNode with IoflowBase
  159. class JumpTarget extends NodeRef[JumpTargetDb] with JumpTargetBase with StoredNode with CfgNode with AstNode
  160. trait JumpTargetBase extends CpgNode with CfgNodeBase with AstNodeBase with HasCode with HasName with HasColumnNumber with HasLineNumber with HasOrder with HasParserTypeName with HasArgumentIndex with HasInternalFlags
  161. class JumpTargetDb extends NodeDb with StoredNode with CfgNode with AstNode with JumpTargetBase
  162. class KeyValuePair extends NodeRef[KeyValuePairDb] with KeyValuePairBase with StoredNode
  163. trait KeyValuePairBase extends CpgNode with HasKey with HasValue
  164. class KeyValuePairDb extends NodeDb with StoredNode with KeyValuePairBase
  165. class Literal extends NodeRef[LiteralDb] with LiteralBase with StoredNode with Expression
  166. trait LiteralBase extends CpgNode with ExpressionBase with HasCode with HasOrder with HasArgumentIndex with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  167. class LiteralDb extends NodeDb with StoredNode with Expression with LiteralBase
  168. class Local extends NodeRef[LocalDb] with LocalBase with StoredNode with Declaration with LocalLike with AstNode
  169. trait LocalBase extends CpgNode with DeclarationBase with LocalLikeBase with AstNodeBase with HasCode with HasName with HasClosureBindingId with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasOrder
  170. class LocalDb extends NodeDb with StoredNode with Declaration with LocalLike with AstNode with LocalBase
  171. trait LocalLike extends StoredNode with LocalLikeBase
  172. trait LocalLikeBase extends CpgNode with HasName
  173. class Location extends NodeRef[LocationDb] with LocationBase with StoredNode
  174. trait LocationBase extends CpgNode with HasSymbol with HasMethodFullName with HasMethodShortName with HasPackageName with HasLineNumber with HasClassName with HasClassShortName with HasNodeLabel with HasFilename
  175. class LocationDb extends NodeDb with StoredNode with LocationBase
  176. class MatchInfo extends NodeRef[MatchInfoDb] with MatchInfoBase with StoredNode
  177. trait MatchInfoBase extends CpgNode with HasPattern with HasCategory
  178. class MatchInfoDb extends NodeDb with StoredNode with MatchInfoBase
  179. class Member extends NodeRef[MemberDb] with MemberBase with StoredNode with Declaration with AstNode
  180. trait MemberBase extends CpgNode with DeclarationBase with AstNodeBase with HasCode with HasName with HasTypeFullName with HasDynamicTypeHintFullName with HasOrder
  181. class MemberDb extends NodeDb with StoredNode with Declaration with AstNode with MemberBase
  182. class MetaData extends NodeRef[MetaDataDb] with MetaDataBase with StoredNode
  183. trait MetaDataBase extends CpgNode with HasLanguage with HasVersion with HasOverlays with HasPolicyDirectories with HasSpid
  184. class MetaDataDb extends NodeDb with StoredNode with MetaDataBase
  185. class Method extends NodeRef[MethodDb] with MethodBase with StoredNode with Declaration with CfgNode with AstNode
  186. trait MethodBase extends CpgNode with DeclarationBase with CfgNodeBase with AstNodeBase with HasCode with HasName with HasFullName with HasIsExternal with HasSignature with HasAstParentType with HasAstParentFullName with HasLineNumber with HasColumnNumber with HasLineNumberEnd with HasColumnNumberEnd with HasOrder with HasFilename with HasHasMapping with HasDepthFirstOrder with HasInternalFlags with HasBinarySignature
  187. class MethodDb extends NodeDb with StoredNode with Declaration with CfgNode with AstNode with MethodBase
  188. class MethodInst extends NodeRef[MethodInstDb] with MethodInstBase with StoredNode with AstNode
  189. trait MethodInstBase extends CpgNode with AstNodeBase with HasName with HasSignature with HasFullName with HasMethodFullName with HasOrder
  190. class MethodInstDb extends NodeDb with StoredNode with AstNode with MethodInstBase
  191. class MethodParameterIn extends NodeRef[MethodParameterInDb] with MethodParameterInBase with StoredNode with Declaration with LocalLike with TrackingPoint with AstNode
  192. trait MethodParameterInBase extends CpgNode with DeclarationBase with LocalLikeBase with TrackingPointBase with AstNodeBase with HasCode with HasOrder with HasName with HasEvaluationStrategy with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber
  193. class MethodParameterInDb extends NodeDb with StoredNode with Declaration with LocalLike with TrackingPoint with AstNode with MethodParameterInBase
  194. class MethodParameterOut extends NodeRef[MethodParameterOutDb] with MethodParameterOutBase with StoredNode with Declaration with TrackingPoint with AstNode
  195. trait MethodParameterOutBase extends CpgNode with DeclarationBase with TrackingPointBase with AstNodeBase with HasCode with HasOrder with HasName with HasEvaluationStrategy with HasTypeFullName with HasLineNumber with HasColumnNumber
  196. class MethodParameterOutDb extends NodeDb with StoredNode with Declaration with TrackingPoint with AstNode with MethodParameterOutBase
  197. class MethodRef extends NodeRef[MethodRefDb] with MethodRefBase with StoredNode with Expression
  198. trait MethodRefBase extends CpgNode with ExpressionBase with HasCode with HasOrder with HasArgumentIndex with HasTypeFullName with HasDynamicTypeHintFullName with HasMethodInstFullName with HasMethodFullName with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  199. class MethodRefDb extends NodeDb with StoredNode with Expression with MethodRefBase
  200. class MethodReturn extends NodeRef[MethodReturnDb] with MethodReturnBase with StoredNode with CfgNode with TrackingPoint
  201. trait MethodReturnBase extends CpgNode with CfgNodeBase with TrackingPointBase with HasCode with HasEvaluationStrategy with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasOrder with HasDepthFirstOrder with HasInternalFlags
  202. class MethodReturnDb extends NodeDb with StoredNode with CfgNode with TrackingPoint with MethodReturnBase
  203. class MethodSummary extends NodeRef[MethodSummaryDb] with MethodSummaryBase with StoredNode
  204. trait MethodSummaryBase extends CpgNode with HasIsStatic with HasIsExternal with HasBinarySignature
  205. class MethodSummaryDb extends NodeDb with StoredNode with MethodSummaryBase
  206. class Modifier extends NodeRef[ModifierDb] with ModifierBase with StoredNode with AstNode
  207. trait ModifierBase extends CpgNode with AstNodeBase with HasModifierType with HasOrder
  208. class ModifierDb extends NodeDb with StoredNode with AstNode with ModifierBase
  209. class Namespace extends NodeRef[NamespaceDb] with NamespaceBase with StoredNode with AstNode
  210. trait NamespaceBase extends CpgNode with AstNodeBase with HasName with HasOrder
  211. class NamespaceBlock extends NodeRef[NamespaceBlockDb] with NamespaceBlockBase with StoredNode with AstNode
  212. trait NamespaceBlockBase extends CpgNode with AstNodeBase with HasName with HasFullName with HasOrder with HasFilename
  213. class NamespaceBlockDb extends NodeDb with StoredNode with AstNode with NamespaceBlockBase
  214. class NamespaceDb extends NodeDb with StoredNode with AstNode with NamespaceBase
  215. case class NewAnnotation(code: String = "", name: String = "", fullName: String = "", order: Integer = -1) extends NewNode with AnnotationBase with Product with Serializable
  216. case class NewAnnotationLiteral(depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None, code: String = "", name: String = "", order: Integer = -1, argumentIndex: Integer = -1, columnNumber: Option[Integer] = None, lineNumber: Option[Integer] = None) extends NewNode with AnnotationLiteralBase with Product with Serializable
  217. case class NewAnnotationParameter(code: String = "", order: Integer = -1) extends NewNode with AnnotationParameterBase with Product with Serializable
  218. case class NewAnnotationParameterAssign(code: String = "", order: Integer = -1) extends NewNode with AnnotationParameterAssignBase with Product with Serializable
  219. case class NewArrayInitializer(depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None, code: String = "", order: Integer = -1, argumentIndex: Integer = -1, columnNumber: Option[Integer] = None, lineNumber: Option[Integer] = None) extends NewNode with ArrayInitializerBase with Product with Serializable
  220. case class NewBinding(name: String = "", signature: String = "", isMethodNeverOverridden: Option[Boolean] = None) extends NewNode with BindingBase with Product with Serializable
  221. case class NewBlock(code: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with BlockBase with Product with Serializable
  222. case class NewCall(code: String = "", name: String = "", order: Integer = -1, methodInstFullName: Option[String] = None, methodFullName: String = "", argumentIndex: Integer = -1, dispatchType: String = "", signature: String = "", typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, resolved: Option[Boolean] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with CallBase with Product with Serializable
  223. case class NewCallChain(methods: List[MethodBase] = List(), calls: List[CallBase] = List()) extends NewNode with CallChainBase with Product with Serializable
  224. case class NewCallSite(method: MethodBase, call: CallBase, callerMethod: MethodBase) extends NewNode with CallSiteBase with Product with Serializable
  225. case class NewClosureBinding(closureBindingId: Option[String] = None, evaluationStrategy: String = "", closureOriginalName: Option[String] = None) extends NewNode with ClosureBindingBase with Product with Serializable
  226. case class NewComment(lineNumber: Option[Integer] = None, code: String = "") extends NewNode with CommentBase with Product with Serializable
  227. case class NewConfigFile(name: String = "", content: String = "") extends NewNode with ConfigFileBase with Product with Serializable
  228. case class NewControlStructure(code: String = "", columnNumber: Option[Integer] = None, lineNumber: Option[Integer] = None, order: Integer = -1, parserTypeName: String = "", argumentIndex: Integer = -1, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with ControlStructureBase with Product with Serializable
  229. case class NewDependency(version: String = "", name: String = "", dependencyGroupId: Option[String] = None) extends NewNode with DependencyBase with Product with Serializable
  230. case class NewDetachedTrackingPoint(cfgNode: CfgNodeBase) extends NewNode with DetachedTrackingPointBase with Product with Serializable
  231. case class NewDomAttribute(name: String = "", value: String = "") extends NewNode with DomAttributeBase with Product with Serializable
  232. case class NewDomNode(name: String = "", attributes: List[DomAttributeBase] = List()) extends NewNode with DomNodeBase with Product with Serializable
  233. case class NewFieldIdentifier(code: String = "", canonicalName: String = "", order: Integer = -1, argumentIndex: Integer = -1, lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with FieldIdentifierBase with Product with Serializable
  234. case class NewFile(name: String = "", order: Integer = -1) extends NewNode with FileBase with Product with Serializable
  235. case class NewFinding(evidence: List[CpgNode] = List(), keyValuePairs: List[KeyValuePairBase] = List()) extends NewNode with FindingBase with Product with Serializable
  236. case class NewFlow(points: List[ProgramPointBase] = List(), source: SourceBase, sink: SinkBase, transformations: List[TransformationBase] = List(), branchPoints: List[TrackingPointBase] = List(), cfgNodes: List[CfgNodeBase] = List()) extends NewNode with FlowBase with Product with Serializable
  237. case class NewFramework(name: String = "") extends NewNode with FrameworkBase with Product with Serializable
  238. case class NewFrameworkData(name: String = "", content: String = "") extends NewNode with FrameworkDataBase with Product with Serializable
  239. case class NewIdentifier(code: String = "", name: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with IdentifierBase with Product with Serializable
  240. case class NewImplicitCall(depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None, code: String = "", name: String = "", signature: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1) extends NewNode with ImplicitCallBase with Product with Serializable
  241. case class NewIoflow(fingerprint: String = "", literalsToSink: List[String] = List(), dataTags: List[TagBase] = List(), sourceDescriptorTags: List[TagBase] = List(), sinkDescriptorTags: List[TagBase] = List(), sourceTags: List[TagBase] = List(), dstTags: List[TagBase] = List(), source: SourceBase, sink: SinkBase, transforms: List[TransformBase] = List(), sourceDescriptorFlows: List[FlowBase] = List(), sinkDescriptorFlows: List[FlowBase] = List(), primaryFlow: FlowBase, triggerMethods: List[MethodBase] = List()) extends NewNode with IoflowBase with Product with Serializable
  242. case class NewJumpTarget(code: String = "", name: String = "", columnNumber: Option[Integer] = None, lineNumber: Option[Integer] = None, order: Integer = -1, parserTypeName: String = "", argumentIndex: Integer = -1, internalFlags: Option[Integer] = None) extends NewNode with JumpTargetBase with Product with Serializable
  243. case class NewKeyValuePair(key: String = "", value: String = "") extends NewNode with KeyValuePairBase with Product with Serializable
  244. case class NewLiteral(code: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with LiteralBase with Product with Serializable
  245. case class NewLocal(code: String = "", name: String = "", closureBindingId: Option[String] = None, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1) extends NewNode with LocalBase with Product with Serializable
  246. case class NewLocation(symbol: String = "", methodFullName: String = "", methodShortName: String = "", packageName: String = "", lineNumber: Option[Integer] = None, className: String = "", classShortName: String = "", nodeLabel: String = "", filename: String = "", node: Option[CpgNode] = None) extends NewNode with LocationBase with Product with Serializable
  247. case class NewMatchInfo(pattern: String = "", category: String = "") extends NewNode with MatchInfoBase with Product with Serializable
  248. case class NewMember(code: String = "", name: String = "", typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), order: Integer = -1) extends NewNode with MemberBase with Product with Serializable
  249. case class NewMetaData(language: String = "", version: String = "", overlays: List[String] = List(), policyDirectories: List[String] = List(), spid: Option[String] = None) extends NewNode with MetaDataBase with Product with Serializable
  250. case class NewMethod(code: String = "", name: String = "", fullName: String = "", isExternal: Boolean = false, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, lineNumberEnd: Option[Integer] = None, columnNumberEnd: Option[Integer] = None, order: Integer = -1, filename: String = "", hasMapping: Option[Boolean] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None, binarySignature: Option[String] = None) extends NewNode with MethodBase with Product with Serializable
  251. case class NewMethodInst(name: String = "", signature: String = "", fullName: String = "", methodFullName: String = "", order: Integer = -1) extends NewNode with MethodInstBase with Product with Serializable
  252. case class NewMethodParameterIn(code: String = "", order: Integer = -1, name: String = "", evaluationStrategy: String = "", typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None) extends NewNode with MethodParameterInBase with Product with Serializable
  253. case class NewMethodParameterOut(code: String = "", order: Integer = -1, name: String = "", evaluationStrategy: String = "", typeFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None) extends NewNode with MethodParameterOutBase with Product with Serializable
  254. case class NewMethodRef(code: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), methodInstFullName: Option[String] = None, methodFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with MethodRefBase with Product with Serializable
  255. case class NewMethodReturn(code: String = "", evaluationStrategy: String = "", typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with MethodReturnBase with Product with Serializable
  256. case class NewMethodSummary(isStatic: Boolean = false, isExternal: Boolean = false, binarySignature: Option[String] = None, method: MethodBase, parameters: List[MethodParameterInBase] = List(), outParameters: List[MethodParameterOutBase] = List(), returnParameter: MethodReturnBase, paramTypes: List[TypeBase] = List(), returnParameterType: TypeBase, tags: List[TagBase] = List(), paramTags: List[TagsBase] = List(), outParamTags: List[TagsBase] = List(), returnParamTags: List[TagBase] = List(), annotationParameters: List[SpAnnotationParameterBase] = List(), modifiers: List[ModifierBase] = List(), routes: List[RouteBase] = List()) extends NewNode with MethodSummaryBase with Product with Serializable
  257. case class NewModifier(modifierType: String = "", order: Integer = -1) extends NewNode with ModifierBase with Product with Serializable
  258. case class NewNamespace(name: String = "", order: Integer = -1) extends NewNode with NamespaceBase with Product with Serializable
  259. case class NewNamespaceBlock(name: String = "", fullName: String = "", order: Integer = -1, filename: String = "") extends NewNode with NamespaceBlockBase with Product with Serializable
  260. trait NewNode extends CpgNode

    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

  261. case class NewPackagePrefix(value: String = "") extends NewNode with PackagePrefixBase with Product with Serializable
  262. case class NewProgramPoint(elem: TrackingPointBase, method: Option[MethodBase] = None, methodTags: List[TagBase] = List(), paramTags: List[TagBase] = List()) extends NewNode with ProgramPointBase with Product with Serializable
  263. case class NewRead(triggerCallChains: List[CallChainBase] = List(), descriptorFlows: List[FlowBase] = List(), source: SourceBase) extends NewNode with ReadBase with Product with Serializable
  264. case class NewReturn(lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, order: Integer = -1, argumentIndex: Integer = -1, code: String = "", depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with ReturnBase with Product with Serializable
  265. case class NewRoute(path: String = "") extends NewNode with RouteBase with Product with Serializable
  266. case class NewSensitiveDataType(fullName: String = "", names: List[MatchInfoBase] = List(), members: List[SensitiveMemberBase] = List()) extends NewNode with SensitiveDataTypeBase with Product with Serializable
  267. case class NewSensitiveMember(name: String = "", names: List[MatchInfoBase] = List()) extends NewNode with SensitiveMemberBase with Product with Serializable
  268. case class NewSensitiveReference(ioflows: List[IoflowBase] = List()) extends NewNode with SensitiveReferenceBase with Product with Serializable
  269. case class NewSensitiveVariable(name: String = "", evalType: String = "", categories: List[String] = List(), node: LocalLikeBase) extends NewNode with SensitiveVariableBase with Product with Serializable
  270. case class NewSink(sinkType: String = "", node: TrackingPointBase, nodeType: TypeBase, method: MethodBase, methodTags: List[TagBase] = List(), callingMethod: Option[MethodBase] = None, callsite: Option[CallBase] = None, parameterIn: Option[MethodParameterInBase] = None, parameterInTags: List[TagBase] = List()) extends NewNode with SinkBase with Product with Serializable
  271. case class NewSource(sourceType: String = "", node: TrackingPointBase, method: MethodBase, methodTags: List[TagBase] = List(), callingMethod: Option[MethodBase] = None, callsite: Option[CallBase] = None, tags: List[TagBase] = List(), nodeType: TypeBase) extends NewNode with SourceBase with Product with Serializable
  272. case class NewSpAnnotationParameter(annotationName: String = "", annotationFullName: String = "", name: String = "", value: String = "") extends NewNode with SpAnnotationParameterBase with Product with Serializable
  273. case class NewSpBlacklist(tags: List[TagBase] = List()) extends NewNode with SpBlacklistBase with Product with Serializable
  274. case class NewTag(name: String = "", value: String = "") extends NewNode with TagBase with Product with Serializable
  275. case class NewTagNodePair(tag: TagBase, node: CpgNode) extends NewNode with TagNodePairBase with Product with Serializable
  276. case class NewTags(tags: List[TagBase] = List()) extends NewNode with TagsBase with Product with Serializable
  277. case class NewTransform(triggerCallChains: List[CallChainBase] = List(), descriptorFlows: List[FlowBase] = List(), call: CallBase, sink: SinkBase) extends NewNode with TransformBase with Product with Serializable
  278. case class NewTransformation(node: TrackingPointBase) extends NewNode with TransformationBase with Product with Serializable
  279. case class NewType(name: String = "", fullName: String = "", typeDeclFullName: String = "") extends NewNode with TypeBase with Product with Serializable
  280. case class NewTypeArgument(order: Integer = -1) extends NewNode with TypeArgumentBase with Product with Serializable
  281. case class NewTypeDecl(name: String = "", fullName: String = "", isExternal: Boolean = false, inheritsFromTypeFullName: List[String] = List(), astParentType: String = "", astParentFullName: String = "", aliasTypeFullName: Option[String] = None, order: Integer = -1, filename: String = "") extends NewNode with TypeDeclBase with Product with Serializable
  282. case class NewTypeParameter(name: String = "", order: Integer = -1) extends NewNode with TypeParameterBase with Product with Serializable
  283. case class NewTypeRef(code: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with TypeRefBase with Product with Serializable
  284. case class NewUnknown(code: String = "", parserTypeName: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None, internalFlags: Option[Integer] = None) extends NewNode with UnknownBase with Product with Serializable
  285. case class NewVariableInfo(varType: String = "", evaluationType: String = "", parameterIndex: Option[Integer] = None) extends NewNode with VariableInfoBase with Product with Serializable
  286. case class NewWrite(triggerCallChains: List[CallChainBase] = List(), descriptorFlows: List[FlowBase] = List(), sink: SinkBase, flows: List[FlowBase] = List()) extends NewNode with WriteBase with Product with Serializable
  287. class PackagePrefix extends NodeRef[PackagePrefixDb] with PackagePrefixBase with StoredNode
  288. trait PackagePrefixBase extends CpgNode with HasValue
  289. class PackagePrefixDb extends NodeDb with StoredNode with PackagePrefixBase
  290. class ProgramPoint extends NodeRef[ProgramPointDb] with ProgramPointBase with StoredNode
  291. trait ProgramPointBase extends CpgNode
  292. class ProgramPointDb extends NodeDb with StoredNode with ProgramPointBase
  293. class Read extends NodeRef[ReadDb] with ReadBase with StoredNode
  294. trait ReadBase extends CpgNode
  295. class ReadDb extends NodeDb with StoredNode with ReadBase
  296. class Return extends NodeRef[ReturnDb] with ReturnBase with StoredNode with Expression
  297. trait ReturnBase extends CpgNode with ExpressionBase with HasLineNumber with HasColumnNumber with HasOrder with HasArgumentIndex with HasCode with HasDepthFirstOrder with HasInternalFlags
  298. class ReturnDb extends NodeDb with StoredNode with Expression with ReturnBase
  299. class Route extends NodeRef[RouteDb] with RouteBase with StoredNode
  300. trait RouteBase extends CpgNode with HasPath
  301. class RouteDb extends NodeDb with StoredNode with RouteBase
  302. class SensitiveDataType extends NodeRef[SensitiveDataTypeDb] with SensitiveDataTypeBase with StoredNode
  303. trait SensitiveDataTypeBase extends CpgNode with HasFullName
  304. class SensitiveDataTypeDb extends NodeDb with StoredNode with SensitiveDataTypeBase
  305. class SensitiveMember extends NodeRef[SensitiveMemberDb] with SensitiveMemberBase with StoredNode
  306. trait SensitiveMemberBase extends CpgNode with HasName
  307. class SensitiveMemberDb extends NodeDb with StoredNode with SensitiveMemberBase
  308. class SensitiveReference extends NodeRef[SensitiveReferenceDb] with SensitiveReferenceBase with StoredNode
  309. trait SensitiveReferenceBase extends CpgNode
  310. class SensitiveReferenceDb extends NodeDb with StoredNode with SensitiveReferenceBase
  311. class SensitiveVariable extends NodeRef[SensitiveVariableDb] with SensitiveVariableBase with StoredNode
  312. trait SensitiveVariableBase extends CpgNode with HasName with HasEvalType with HasCategories
  313. class SensitiveVariableDb extends NodeDb with StoredNode with SensitiveVariableBase
  314. class Sink extends NodeRef[SinkDb] with SinkBase with StoredNode
  315. trait SinkBase extends CpgNode with HasSinkType
  316. class SinkDb extends NodeDb with StoredNode with SinkBase
  317. class Source extends NodeRef[SourceDb] with SourceBase with StoredNode
  318. trait SourceBase extends CpgNode with HasSourceType
  319. class SourceDb extends NodeDb with StoredNode with SourceBase
  320. class SpAnnotationParameter extends NodeRef[SpAnnotationParameterDb] with SpAnnotationParameterBase with StoredNode
  321. trait SpAnnotationParameterBase extends CpgNode with HasAnnotationName with HasAnnotationFullName with HasName with HasValue
  322. class SpAnnotationParameterDb extends NodeDb with StoredNode with SpAnnotationParameterBase
  323. class SpBlacklist extends NodeRef[SpBlacklistDb] with SpBlacklistBase with StoredNode
  324. trait SpBlacklistBase extends CpgNode
  325. class SpBlacklistDb extends NodeDb with StoredNode with SpBlacklistBase
  326. trait StoredNode extends Node with CpgNode with Product
  327. class Tag extends NodeRef[TagDb] with TagBase with StoredNode
  328. trait TagBase extends CpgNode with HasName with HasValue
  329. class TagDb extends NodeDb with StoredNode with TagBase
  330. class TagNodePair extends NodeRef[TagNodePairDb] with TagNodePairBase with StoredNode
  331. trait TagNodePairBase extends CpgNode
  332. class TagNodePairDb extends NodeDb with StoredNode with TagNodePairBase
  333. class Tags extends NodeRef[TagsDb] with TagsBase with StoredNode
  334. trait TagsBase extends CpgNode
  335. class TagsDb extends NodeDb with StoredNode with TagsBase
  336. trait TrackingPoint extends StoredNode with TrackingPointBase with WithinMethod
  337. trait TrackingPointBase extends CpgNode with WithinMethodBase
  338. class Transform extends NodeRef[TransformDb] with TransformBase with StoredNode
  339. trait TransformBase extends CpgNode
  340. class TransformDb extends NodeDb with StoredNode with TransformBase
  341. class Transformation extends NodeRef[TransformationDb] with TransformationBase with StoredNode
  342. trait TransformationBase extends CpgNode
  343. class TransformationDb extends NodeDb with StoredNode with TransformationBase
  344. class Type extends NodeRef[TypeDb] with TypeBase with StoredNode
  345. class TypeArgument extends NodeRef[TypeArgumentDb] with TypeArgumentBase with StoredNode with AstNode
  346. trait TypeArgumentBase extends CpgNode with AstNodeBase with HasOrder
  347. class TypeArgumentDb extends NodeDb with StoredNode with AstNode with TypeArgumentBase
  348. trait TypeBase extends CpgNode with HasName with HasFullName with HasTypeDeclFullName
  349. class TypeDb extends NodeDb with StoredNode with TypeBase
  350. class TypeDecl extends NodeRef[TypeDeclDb] with TypeDeclBase with StoredNode with AstNode
  351. trait TypeDeclBase extends CpgNode with AstNodeBase with HasName with HasFullName with HasIsExternal with HasInheritsFromTypeFullName with HasAstParentType with HasAstParentFullName with HasAliasTypeFullName with HasOrder with HasFilename
  352. class TypeDeclDb extends NodeDb with StoredNode with AstNode with TypeDeclBase
  353. class TypeParameter extends NodeRef[TypeParameterDb] with TypeParameterBase with StoredNode with AstNode
  354. trait TypeParameterBase extends CpgNode with AstNodeBase with HasName with HasOrder
  355. class TypeParameterDb extends NodeDb with StoredNode with AstNode with TypeParameterBase
  356. class TypeRef extends NodeRef[TypeRefDb] with TypeRefBase with StoredNode with Expression
  357. trait TypeRefBase extends CpgNode with ExpressionBase with HasCode with HasOrder with HasArgumentIndex with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  358. class TypeRefDb extends NodeDb with StoredNode with Expression with TypeRefBase
  359. class Unknown extends NodeRef[UnknownDb] with UnknownBase with StoredNode with Expression
  360. trait UnknownBase extends CpgNode with ExpressionBase with HasCode with HasParserTypeName with HasOrder with HasArgumentIndex with HasTypeFullName with HasDynamicTypeHintFullName with HasLineNumber with HasColumnNumber with HasDepthFirstOrder with HasInternalFlags
  361. class UnknownDb extends NodeDb with StoredNode with Expression with UnknownBase
  362. class VariableInfo extends NodeRef[VariableInfoDb] with VariableInfoBase with StoredNode
  363. trait VariableInfoBase extends CpgNode with HasVarType with HasEvaluationType with HasParameterIndex
  364. class VariableInfoDb extends NodeDb with StoredNode with VariableInfoBase
  365. trait WithinMethod extends StoredNode with WithinMethodBase
  366. trait WithinMethodBase extends CpgNode
  367. class Write extends NodeRef[WriteDb] with WriteBase with StoredNode
  368. trait WriteBase extends CpgNode
  369. class WriteDb extends NodeDb with StoredNode with WriteBase

Value Members

  1. object Annotation
  2. object AnnotationLiteral
  3. object AnnotationParameter
  4. object AnnotationParameterAssign
  5. object ArrayInitializer
  6. object Binding
  7. object Block
  8. object Call
  9. object CallChain
  10. object CallSite
  11. object ClosureBinding
  12. object Comment
  13. object ConfigFile
  14. object ControlStructure
  15. object Dependency
  16. object DetachedTrackingPoint
  17. object DomAttribute
  18. object DomNode
  19. object Factories
  20. object FieldIdentifier
  21. object File
  22. object Finding
  23. object Flow
  24. object Framework
  25. object FrameworkData
  26. object Identifier
  27. object ImplicitCall
  28. object Ioflow
  29. object JumpTarget
  30. object KeyValuePair
  31. object Literal
  32. object Local
  33. object Location
  34. object MatchInfo
  35. object Member
  36. object MetaData
  37. object Method
  38. object MethodInst
  39. object MethodParameterIn
  40. object MethodParameterOut
  41. object MethodRef
  42. object MethodReturn
  43. object MethodSummary
  44. object Modifier
  45. object Namespace
  46. object NamespaceBlock
  47. object NewAnnotation extends Serializable
  48. object NewAnnotationLiteral extends Serializable
  49. object NewAnnotationParameter extends Serializable
  50. object NewAnnotationParameterAssign extends Serializable
  51. object NewArrayInitializer extends Serializable
  52. object NewBinding extends Serializable
  53. object NewBlock extends Serializable
  54. object NewCall extends Serializable
  55. object NewCallChain extends Serializable
  56. object NewCallSite extends Serializable
  57. object NewClosureBinding extends Serializable
  58. object NewComment extends Serializable
  59. object NewConfigFile extends Serializable
  60. object NewControlStructure extends Serializable
  61. object NewDependency extends Serializable
  62. object NewDetachedTrackingPoint extends Serializable
  63. object NewDomAttribute extends Serializable
  64. object NewDomNode extends Serializable
  65. object NewFieldIdentifier extends Serializable
  66. object NewFile extends Serializable
  67. object NewFinding extends Serializable
  68. object NewFlow extends Serializable
  69. object NewFramework extends Serializable
  70. object NewFrameworkData extends Serializable
  71. object NewIdentifier extends Serializable
  72. object NewImplicitCall extends Serializable
  73. object NewIoflow extends Serializable
  74. object NewJumpTarget extends Serializable
  75. object NewKeyValuePair extends Serializable
  76. object NewLiteral extends Serializable
  77. object NewLocal extends Serializable
  78. object NewLocation extends Serializable
  79. object NewMatchInfo extends Serializable
  80. object NewMember extends Serializable
  81. object NewMetaData extends Serializable
  82. object NewMethod extends Serializable
  83. object NewMethodInst extends Serializable
  84. object NewMethodParameterIn extends Serializable
  85. object NewMethodParameterOut extends Serializable
  86. object NewMethodRef extends Serializable
  87. object NewMethodReturn extends Serializable
  88. object NewMethodSummary extends Serializable
  89. object NewModifier extends Serializable
  90. object NewNamespace extends Serializable
  91. object NewNamespaceBlock extends Serializable
  92. object NewPackagePrefix extends Serializable
  93. object NewProgramPoint extends Serializable
  94. object NewRead extends Serializable
  95. object NewReturn extends Serializable
  96. object NewRoute extends Serializable
  97. object NewSensitiveDataType extends Serializable
  98. object NewSensitiveMember extends Serializable
  99. object NewSensitiveReference extends Serializable
  100. object NewSensitiveVariable extends Serializable
  101. object NewSink extends Serializable
  102. object NewSource extends Serializable
  103. object NewSpAnnotationParameter extends Serializable
  104. object NewSpBlacklist extends Serializable
  105. object NewTag extends Serializable
  106. object NewTagNodePair extends Serializable
  107. object NewTags extends Serializable
  108. object NewTransform extends Serializable
  109. object NewTransformation extends Serializable
  110. object NewType extends Serializable
  111. object NewTypeArgument extends Serializable
  112. object NewTypeDecl extends Serializable
  113. object NewTypeParameter extends Serializable
  114. object NewTypeRef extends Serializable
  115. object NewUnknown extends Serializable
  116. object NewVariableInfo extends Serializable
  117. object NewWrite extends Serializable
  118. object PackagePrefix
  119. object ProgramPoint
  120. object PropertyErrorRegister
  121. object Read
  122. object Return
  123. object Route
  124. object SensitiveDataType
  125. object SensitiveMember
  126. object SensitiveReference
  127. object SensitiveVariable
  128. object Sink
  129. object Source
  130. object SpAnnotationParameter
  131. object SpBlacklist
  132. object Tag
  133. object TagNodePair
  134. object Tags
  135. object Transform
  136. object Transformation
  137. object Type
  138. object TypeArgument
  139. object TypeDecl
  140. object TypeParameter
  141. object TypeRef
  142. object Unknown
  143. object VariableInfo
  144. object Write

Ungrouped