Holds if this assignment assigns rhs
to lhs
.
Gets a child node of this node.
from AstNode getAChildExprGets an expression that is a child node of this node in the AST.
from ExprParent getAChildStmtGets a statement that is a child node of this node in the AST.
from StmtParent getAnLhsGets a left-hand side of this assignment.
from Assignment getAnRhsGets a right-hand side of this assignment.
from Assignment getChildGets the i
th child node of this node.
Gets the i
th child expression of this node.
Gets the i
th child statement of this node.
Gets the innermost function definition to which this AST node belongs, if any.
from AstNode getFileGets the file this program element comes from.
from Locatable getFirstControlFlowNodeGets the first control-flow node in this statement.
from Stmt getKindGets the kind of this statement, which is an integer value representing the statement’s node type.
from Stmt getLhsGets the unique left-hand side of this assignment, if there is only one.
from Assignment getLhsGets the i
th left-hand side of this assignment (0-based).
Gets this element’s location.
from Locatable getNumChildGets the number of child nodes of this node.
from AstNode getNumChildExprGets the number of child expressions of this node.
from ExprParent getNumChildStmtGets the number of child statements of this node.
from StmtParent getNumLhsGets the number of left-hand sides of this assignment.
from Assignment getNumLinesGets the number of lines covered by this element.
from Locatable getNumRhsGets the number of right-hand sides of this assignment.
from Assignment getParentGets the parent node of this AST node, if any.
from AstNode getPrimaryQlClassesGets a comma-separated list of the names of the primary CodeQL classes to which this element belongs.
from AstNode getRhsGets the unique right-hand side of this assignment, if there is only one.
from Assignment getRhsGets the i
th right-hand side of this assignment (0-based).
Get an AstNode child, ordered by child kind and then by index.
from AstNode hasLocationInfoHolds if this element is at the specified location. The location spans column startcolumn
of line startline
to column endcolumn
of line endline
in file filepath
. For more information, see Locations.
Holds if the execution of this statement may produce observable side effects.
from Assignment toStringGets a textual representation of this element.
from AssignmentRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4