mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Update AST hierachy after #100.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import powershell
|
||||
|
||||
class AssignStmt extends @assignment_statement, Stmt {
|
||||
class AssignStmt extends @assignment_statement, PipelineBase {
|
||||
override SourceLocation getLocation() { assignment_statement_location(this, result) }
|
||||
|
||||
int getKind() { assignment_statement(this, result, _, _) }
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import powershell
|
||||
|
||||
class CmdBase extends @command_base, Stmt { }
|
||||
class CmdBase extends @command_base, Chainable { }
|
||||
|
||||
Reference in New Issue
Block a user