Documentation ¶
Index ¶
- type ArithmeticOpExpr
- type AssignStmt
- type AttrGetExpr
- type BreakStmt
- type Comma3Expr
- type ConstExpr
- type ConstExprBase
- type DoBlockStmt
- type Expr
- type ExprBase
- type FalseExpr
- type Field
- type FuncCallExpr
- type FuncCallStmt
- type FuncDefStmt
- type FuncName
- type FunctionExpr
- type GenericForStmt
- type IdentExpr
- type IfStmt
- type LocalAssignStmt
- type LogicalOpExpr
- type NilExpr
- type Node
- type NumberExpr
- type NumberForStmt
- type ParList
- type Position
- type PositionHolder
- type RelationalOpExpr
- type RepeatStmt
- type ReturnStmt
- type Stmt
- type StmtBase
- type StringConcatOpExpr
- type StringExpr
- type TableExpr
- type Token
- type TrueExpr
- type UnaryLenOpExpr
- type UnaryMinusOpExpr
- type UnaryNotOpExpr
- type WhileStmt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignStmt ¶
type AttrGetExpr ¶
type Comma3Expr ¶
type Comma3Expr struct {
ExprBase
}
type ConstExprBase ¶
type ConstExprBase struct {
ExprBase
}
type DoBlockStmt ¶
type Expr ¶
type Expr interface { PositionHolder // contains filtered or unexported methods }
type FalseExpr ¶
type FalseExpr struct {
ConstExprBase
}
type FuncCallExpr ¶
type FuncCallStmt ¶
type FuncDefStmt ¶
type FuncDefStmt struct { StmtBase Name *FuncName Func *FunctionExpr }
type FunctionExpr ¶
type GenericForStmt ¶
type LocalAssignStmt ¶
type NilExpr ¶
type NilExpr struct {
ConstExprBase
}
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) SetLastLine ¶
type NumberExpr ¶
type NumberExpr struct { ConstExprBase Value string }
type NumberForStmt ¶
type PositionHolder ¶
type RepeatStmt ¶
type ReturnStmt ¶
type Stmt ¶
type Stmt interface { PositionHolder // contains filtered or unexported methods }
type StringConcatOpExpr ¶
type StringExpr ¶
type StringExpr struct { ConstExprBase Value string }
type TrueExpr ¶
type TrueExpr struct {
ConstExprBase
}
type UnaryLenOpExpr ¶
type UnaryMinusOpExpr ¶
type UnaryNotOpExpr ¶
Click to show internal directories.
Click to hide internal directories.