Class Expr
A common super-class that represents all kinds of expressions.
Import path
import java
Direct supertypes
Indirect supertypes
Known direct subtypes
- Annotation
- Argument
- ArgumentToExec
- ArithExpr
- ArrayAccess
- ArrayCreationExpr
- ArrayInit
- ArrayTypeAccess
- Assignment
- BinaryExpr
- BinaryExpr
- BitwiseExpr
- CastingExpr
- ChooseExpr
- ClassExpr
- ClassInstanceExpr
- CompileTimeConstantExpr
- ConditionalExpr
- ConstantBooleanExpr
- ConstantExpr
- ConstantIntegerExpr
- ConstantStringExpr
- ConversionSite
- CredentialsSink
- DirectFileReadExpr
- ErrorExpr
- ExplicitIntent
- ExprSystemGetPropertyTempDirTainted
- FileReadExpr
- HardcodedExpr
- InsecureAlgorithm
- InsecureLdapUrl
- InstallPackageAction
- InstanceAccess
- InstanceOfExpr
- IntComparableExpr
- IntersectionTypeAccess
- Literal
- LocalVariableDeclExpr
- LogicExpr
- MethodCall
- MockitoMockedObject
- NotInstanceOfExpr
- PackageAccess
- PatternExpr
- PredictableSeedExpr
- RecordPatternExpr
- RightShiftOp
- SafeSaxSource
- SafeXmlReaderFlowSink
- SensitiveExpr
- SensitiveSource
- SetCookieValue
- SetFileWorldWritable
- StmtExpr
- StringTemplateExpr
- SwitchExpr
- TypeAccess
- TypeLiteral
- UnaryExpr
- UnaryExpr
- UnionTypeAccess
- UnreachableExpr
- ValueDiscardingExpr
- VarAccess
- VariableUpdate
- WhenExpr
- WildcardTypeAccess
Predicates
getAChildExpr | Gets a child of this expression. |
getAnEnclosingStmt | Gets a statement that directly or transitively contains this expression, if any. This is equivalent to |
getBasicBlock | Gets the basic block in which this expression occurs, if any. |
getCompilationUnit | Gets the compilation unit in which this expression occurs. |
getControlFlowNode | Gets the |
getEnclosingCallable | Gets the callable in which this expression occurs, if any. |
getEnclosingStmt | Gets the statement containing this expression, if any. |
getHalsteadID | This statement’s Halstead ID (used to compute Halstead metrics). |
getIndex | Gets the index of this expression as a child of its parent. |
getKind | Gets the kind of this expression. |
getKotlinType | Gets the Kotlin type of this expression. |
getParent | Gets the parent of this expression. |
getType | Gets the type of this expression. |
getUnderlyingExpr | Gets the underlying expression looking through casts and not-nulls, if any. Otherwise just gets this expression. |
isCompileTimeConstant | Holds if this expression is a compile-time constant. |
isInStaticContext | Holds if this expression occurs in a static context. |
isNthChildOf | Holds if this expression is the child of the specified parent at the specified (zero-based) position. |
isParenthesized | Holds if this expression is parenthesized. |
toString | Gets a textual representation of this element. |
Inherited predicates
getAPrimaryQlClass | Gets the name of a primary CodeQL class to which this element belongs. | from Top |
getFile | Gets the file associated with this element. | from Top |
getLocation | Gets the source location for this element. | from Top |
getNumberOfCommentLines | Gets the number of comment lines that this element ranges over. | from Top |
getNumberOfLinesOfCode | Gets the number of lines of code that this element ranges over. | from Top |
getPrimaryQlClasses | Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs. | from Top |
getTotalNumberOfLines | Gets the total number of lines that this element ranges over, including lines of code, comment and whitespace-only lines. | from Top |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Top |