Documentation
¶
Index ¶
- Constants
- type AssignStmt
- type BasicLit
- type BinaryExpr
- type BlockStmt
- type BranchStmt
- type CallExpr
- type EmptyStmt
- type Expr
- type ExprStmt
- type ForStmt
- type FuncLit
- type Ident
- type IfStmt
- type IndexExpr
- type LabeledStmt
- type Object
- type ParenExpr
- type RangeStmt
- type SelectorExpr
- type Stmt
- type UnaryExpr
Constants ¶
View Source
const ( Go = iota // target is Go JS // target is JavaScript )
View Source
const (
Kind = Go
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignStmt ¶
type AssignStmt = ast.AssignStmt
type BinaryExpr ¶
type BinaryExpr = ast.BinaryExpr
type BranchStmt ¶
type BranchStmt = ast.BranchStmt
type LabeledStmt ¶
type LabeledStmt = ast.LabeledStmt
type SelectorExpr ¶
type SelectorExpr = ast.SelectorExpr
Click to show internal directories.
Click to hide internal directories.