Class StepImpl
Import path
import codeql.actions.ast.internal.Ast
Direct supertypes
Indirect supertypes
Known direct subtypes
Fields
Predicates
getAChildNode | |
getAFollowingStep | Gets a step that follows this step. |
getAPrimaryQlClass | |
getATriggerEvent | Gets and Event triggering this node. |
getContainer | Gets the Runs or LocalJob that this step is in. |
getEnclosingJob | Gets the enclosing Job. |
getEnv | |
getId | Gets the ID of this step, if any. |
getIf | Gets the value of the |
getLocation | |
getNextStep | |
getNode | |
getParentNode | |
toString |
Inherited predicates
getEnclosingCompositeAction | Gets the enclosing composite action if any. | from AstNodeImpl |
getEnclosingStep | Gets the enclosing Step. | from AstNodeImpl |
getEnclosingWorkflow | Gets the enclosing workflow if any. | from AstNodeImpl |
getInScopeDefaultValue | from AstNodeImpl | |
getInScopeEnvVarExpr | Gets a environment variable expression by name in the scope of the current node. | from AstNodeImpl |