class NamespaceLocalPass extends LocalCreationPass[NamespaceBlock]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamespaceLocalPass
- LocalCreationPass
- AstNodeBuilder
- ConcurrentWriterCpgPass
- NewStyleCpgPassBase
- CpgPassBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NamespaceLocalPass(cpg: Cpg)
Type Members
- type DiffGraphBuilder = overflowdb.BatchedUpdate.DiffGraphBuilder
- Definition Classes
- NewStyleCpgPassBase
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addLocalsToAst(diffGraph: DiffGraphBuilder, bodyNode: AstNode, excludeIdentifierFn: (Identifier) => Boolean): Unit
- Attributes
- protected
- Definition Classes
- LocalCreationPass
- def addRefEdges(diffGraph: DiffGraphBuilder, localPairs: List[(NewLocal, List[Identifier])]): Unit
- Attributes
- protected
- Definition Classes
- LocalCreationPass
- def annotationNode(node: AstNode, code: String, name: String, fullName: String): NewAnnotation
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseLogger: Logger
- Attributes
- protected
- Definition Classes
- CpgPassBase
- def blockNode(node: AstNode, code: String, typeFullName: String): NewBlock
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def blockNode(node: AstNode): NewBlock
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def callNode(node: AstNode, code: String, name: String, methodFullName: String, dispatchType: String, signature: Option[String], typeFullName: Option[String]): NewCall
- Definition Classes
- AstNodeBuilder
- def callNode(node: AstNode, code: String, name: String, methodFullName: String, dispatchType: String): NewCall
- Definition Classes
- AstNodeBuilder
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def column(node: AstNode): Option[Integer]
- Attributes
- protected
- Definition Classes
- LocalCreationPass → AstNodeBuilder
- def columnEnd(node: AstNode): Option[Integer]
- Attributes
- protected
- Definition Classes
- LocalCreationPass → AstNodeBuilder
- def controlStructureNode(node: AstNode, controlStructureType: String, code: String): NewControlStructure
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def createAndApply(): Unit
- Definition Classes
- NewStyleCpgPassBase → CpgPassBase
- def createApplySerializeAndStore(serializedCpg: SerializedCpg, inverse: Boolean, prefix: String): Unit
- Definition Classes
- ConcurrentWriterCpgPass → CpgPassBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldIdentifierNode(node: AstNode, name: String, code: String): NewFieldIdentifier
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def finish(): Unit
- Definition Classes
- NewStyleCpgPassBase
- def generateOutFileName(prefix: String, outName: String, index: Int): String
- Attributes
- protected
- Definition Classes
- CpgPassBase
- def generateParts(): Array[NamespaceBlock]
- Definition Classes
- NamespaceLocalPass → NewStyleCpgPassBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIdentifiersInScope(node: AstNode): List[Identifier]
- Attributes
- protected
- Definition Classes
- LocalCreationPass
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identifierNode(node: AstNode, name: String, code: String, typeFullName: String, dynamicTypeHints: Seq[String]): NewIdentifier
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def init(): Unit
- Definition Classes
- NewStyleCpgPassBase
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def line(node: AstNode): Option[Integer]
- Attributes
- protected
- Definition Classes
- LocalCreationPass → AstNodeBuilder
- def lineEnd(node: AstNode): Option[Integer]
- Attributes
- protected
- Definition Classes
- LocalCreationPass → AstNodeBuilder
- def literalNode(node: AstNode, code: String, typeFullName: String, dynamicTypeHints: Seq[String]): NewLiteral
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def localNode(node: AstNode, name: String, code: String, typeFullName: String, closureBindingId: Option[String]): NewLocal
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def localsForIdentifiers(identifierMap: Map[String, List[Identifier]]): List[(NewLocal, List[Identifier])]
- Attributes
- protected
- Definition Classes
- LocalCreationPass
- def memberNode(node: AstNode, name: String, code: String, typeFullName: String, dynamicTypeHints: Seq[String]): NewMember
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def memberNode(node: AstNode, name: String, code: String, typeFullName: String): NewMember
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def methodNode(node: AstNode, name: String, code: String, fullName: String, signature: Option[String], fileName: String, astParentType: Option[String], astParentFullName: Option[String]): NewMethod
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def methodNode(node: AstNode, name: String, fullName: String, signature: String, fileName: String): NewMethod
- Definition Classes
- AstNodeBuilder
- def methodRefNode(node: AstNode, code: String, methodFullName: String, typeFullName: String): NewMethodRef
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- var nDiffT: Int
- Definition Classes
- ConcurrentWriterCpgPass
- def name: String
- Definition Classes
- CpgPassBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parameterInNode(node: AstNode, name: String, code: String, index: Int, isVariadic: Boolean, evaluationStrategy: String, typeFullName: Option[String]): NewMethodParameterIn
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def parameterInNode(node: AstNode, name: String, code: String, index: Int, isVariadic: Boolean, evaluationStrategy: String, typeFullName: String): NewMethodParameterIn
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def prependLocalsToBody(diffGraph: DiffGraphBuilder, bodyNode: AstNode, locals: List[NewLocal]): Unit
- Attributes
- protected
- Definition Classes
- LocalCreationPass
- def returnNode(node: AstNode, code: String): NewReturn
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def runOnPart(diffGraph: DiffGraphBuilder, namespace: NamespaceBlock): Unit
- Definition Classes
- NamespaceLocalPass → NewStyleCpgPassBase
- def runWithBuilder(externalBuilder: overflowdb.BatchedUpdate.DiffGraphBuilder): Int
- Definition Classes
- NewStyleCpgPassBase → CpgPassBase
- def runWithBuilderLogged(builder: overflowdb.BatchedUpdate.DiffGraphBuilder): Int
- Definition Classes
- CpgPassBase
- def store(overlay: GeneratedMessageV3, name: String, serializedCpg: SerializedCpg): Unit
- Attributes
- protected
- Definition Classes
- CpgPassBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeDeclNode(node: AstNode, name: String, fullName: String, filename: String, code: String, astParentType: String, astParentFullName: String, inherits: Seq[String], alias: Option[String]): NewTypeDecl
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def typeDeclNode(node: AstNode, name: String, fullName: String, fileName: String, inheritsFrom: Seq[String], alias: Option[String]): NewTypeDecl
- Definition Classes
- AstNodeBuilder
- def typeRefNode(node: AstNode, code: String, typeFullName: String): NewTypeRef
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- def unknownNode(node: AstNode, code: String): NewUnknown
- Attributes
- protected
- Definition Classes
- AstNodeBuilder
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withStartEndTimesLogged[A](fun: => A): A
- Attributes
- protected
- Definition Classes
- CpgPassBase
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated