An expression, viewed as a node in a data flow graph.
Note that because of control-flow splitting, one Expr
may correspond
to multiple ExprNode
s, just like it may correspond to multiple
ControlFlow::Node
s.
Import path
import csharp
Direct supertypes
Indirect supertypes
Known direct subtypes
- AspNetCoreQueryRemoteFlowSource
- AspNetQueryStringRemoteFlowSource
- AspNetUnvalidatedQueryStringRemoteFlowSource
- AspNetUserInputRemoteFlowSource
- ExponentialRegexSink
- ExternalLocationSink
- GuardedDataFlowNode
- GuidSanitizedExpr
- HtmlSink
- KeySanitizer
- MicrosoftOwinRequestRemoteFlowSource
- MicrosoftOwinStringFlowSource
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- Sanitizer
- SimpleTypeSanitizedExpr
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Sink
- Source
- Source
- Source
- SystemNetHttpRequestMessageRemoteFlowSource
Predicates
getExpr |
Gets the expression corresponding to this node. |
getExprAtNode |
Gets the expression corresponding to this node, at control flow node |
Inherited predicates
asDefinition |
Gets the definition corresponding to this node, if any. |
from Node |
asDefinitionAtNode |
Gets the definition corresponding to this node, at control flow node |
from Node |
asExpr |
Gets the expression corresponding to this node, if any. |
from Node |
asExprAtNode |
Gets the expression corresponding to this node, at control flow node |
from Node |
asParameter |
Gets the parameter corresponding to this node, if any. |
from Node |
getControlFlowNode |
Gets the control flow node corresponding to this node, if any. |
from Node |
getEnclosingCallable |
Gets the enclosing callable of this node. |
from Node |
getLocation |
Gets the location of this node. |
from Node |
getType |
Gets the type of this node. |
from Node |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
from Node |
toString |
Gets a textual representation of this node. |
from Node |