Class StructurallyCompared
A base class for doing structural comparisons of program elements.
Clients must override the candidate()
method to identify the
nodes for which structural comparison will be interesting.
Import path
import Expressions.Clones
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
candidate | Gets a candidate node that we may want to structurally compare this node to. |
candidateInternal | Gets a node that structurally corresponds to this node, either because it is a candidate node, or because it is at the same position relative to a candidate node as this node. |
same | Holds if the subtree rooted at this node is structurally equal to the subtree rooted at node |
Inherited predicates
getAChild | Gets a child node of this node. | from ASTNode |
getAChildExpr | Gets a child expression of this node. | from ASTNode |
getAChildStmt | Gets a child statement of this node. | from ASTNode |
getAPrimaryQlClass | Gets the primary QL class for the Locatable. | from Locatable |
getAToken | Gets a token belonging to this element. | from ASTNode |
getChild | Gets the | from ASTNode |
getChildExpr | Gets the | from ASTNode |
getChildStmt | Gets the | from ASTNode |
getChildTypeExpr | Gets the | from ASTNode |
getContainer | Gets the function or toplevel to which this node belongs. | from NodeInStmtContainer |
getEndLine | Gets the line on which this element ends. | from Locatable |
getFile | Gets the file this program element comes from. | from ASTNode |
getFirstControlFlowNode | Gets the first control flow node belonging to this syntactic entity. | from ASTNode |
getFirstToken | Gets the first token belonging to this element. | from ASTNode |
getLastToken | Gets the last token belonging to this element. | from ASTNode |
getLocation | Gets this element’s location. | from ASTNode |
getNumChild | Gets the number of child nodes of this node. | from ASTNode |
getNumChildExpr | Gets the number of child expressions of this node. | from ASTNode |
getNumChildStmt | Gets the number of child statements of this node. | from ASTNode |
getNumLines | Gets the number of lines covered by this element. | from Locatable |
getParent | Gets the parent node of this node, if any. | from ASTNode |
getStartLine | Gets the line on which this element starts. | from Locatable |
getTopLevel | Gets the toplevel syntactic unit to which this element belongs. | from ASTNode |
inExternsFile | Holds if this syntactic entity belongs to an externs file. | from ASTNode |
isAmbient | Holds if this is part of an ambient declaration or type annotation in a TypeScript file. | from ASTNode |
toString | Gets a textual representation of this element. | from Locatable |