package
Version:
v0.37.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
type ASTDecl interface {
ASTDecl() ast.Decl
}
type ASTExpr interface {
ASTExpr() ast.Expr
}
type ASTSpec interface {
ASTSpec() ast.Spec
}
type ASTStmt interface {
ASTStmt() ast.Stmt
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.