Class Modules::ModuleInstance
DEPRECATED: Use DataFlow::moduleImport
and DataFlow::ModuleImportNode
instead.
A data flow node that holds a module instance, that is, the result of an import of the module.
Direct supertypes
Indirect supertypes
Predicates
getAConstructorInvocation | Gets a |
getAMemberInvocation | Gets an invocation of the method or constructor named |
getAMethodCall | Gets a function call that invokes method |
getAPropertyRead | Gets a read access to property |
getPath | Gets the path from which the module is imported. |
Inherited predicates
analyze | Gets type inference results for this data flow node. | from DataFlowNode |
flowPred | Gets another flow node from which data may flow to this node in one step, either locally or non-locally. | from DataFlowNode |
getALocalSource | Gets a source flow node (that is, a node without a | from DataFlowNode |
getASource | Gets a source flow node (that is, a node without a | from DataFlowNode |
getLocation | Gets the location of the AST node underlying this data flow node. | from DataFlowNode |
isIncomplete | Holds if the flow information for this node is incomplete. | from DataFlowNode |
localFlowPred | Gets another flow node from which data may flow to this node in one local step. | from DataFlowNode |
nonLocalFlowPred | Gets another flow node from which data may flow to this node in one non-local step. | from DataFlowNode |
toString | Gets a textual representation of this element. | from DataFlowNode |