Documentation ¶
Index ¶
- type BinOp
- type BinOpExpr
- type Block
- type Branch
- type BranchIf
- type Call
- type Const
- type ConstVisitor
- type Constant
- type CopyLocal
- type Drop
- type Expr
- type ExprVisitor
- type Func
- type FuncType
- type If
- type Int
- type Local
- type Loop
- type MoveLocal
- type Repr
- type Return
- type Sequence
- type Stmt
- type StmtVisitor
- type StoreLocal
- type String
- type UnOp
- type UnOpExpr
- type ValType
- type Visitor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExprVisitor ¶
type StmtVisitor ¶
type StoreLocal ¶
func (*StoreLocal) Accept ¶
func (s *StoreLocal) Accept(v Visitor) Repr
type Visitor ¶
type Visitor interface { ConstVisitor StmtVisitor ExprVisitor VisitFunc(f *Func) Repr }
Click to show internal directories.
Click to hide internal directories.