Documentation
¶
Index ¶
- type Stmt
- func (s *Stmt) FlagAssign()
- func (s *Stmt) FlagCall()
- func (s *Stmt) FlagDeclare()
- func (s *Stmt) FlagExpr()
- func (s *Stmt) FlagFor()
- func (s *Stmt) FlagIfElse()
- func (s *Stmt) FlagRange()
- func (s *Stmt) Reset()
- func (s Stmt) UsesAssign() bool
- func (s Stmt) UsesCall() bool
- func (s Stmt) UsesDeclare() bool
- func (s Stmt) UsesExpr() bool
- func (s Stmt) UsesFor() bool
- func (s Stmt) UsesIfElse() bool
- func (s Stmt) UsesRange() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stmt ¶
type Stmt uint64
func (*Stmt) FlagAssign ¶
func (s *Stmt) FlagAssign()
func (*Stmt) FlagDeclare ¶
func (s *Stmt) FlagDeclare()
func (*Stmt) FlagIfElse ¶
func (s *Stmt) FlagIfElse()
func (Stmt) UsesAssign ¶
func (Stmt) UsesDeclare ¶
func (Stmt) UsesIfElse ¶
Click to show internal directories.
Click to hide internal directories.