Documentation
¶
Index ¶
- type Runner
- type VarTable
- func (v VarTable) Dump()
- func (v *VarTable) GetField(name, field string) (*varTableItem, bool)
- func (v *VarTable) GetFieldAt(name string, idx int) (*varTableItem, bool)
- func (v *VarTable) GetVariable(name string) (*varTableItem, bool)
- func (v *VarTable) Names() []string
- func (v *VarTable) SetField(name, field string, item *varTableItem)
- func (v *VarTable) SetFieldAt(name string, idx int, item *varTableItem)
- func (v *VarTable) SetVariable(name string, item *varTableItem)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func New ¶
func New(packageName string, globalSymbolTable *symbolsglobal.Table, globalAllocSymbolTable *allocglobal.Table, contractTable *contracttable.Table) *Runner
type VarTable ¶
type VarTable struct {
// contains filtered or unexported fields
}
func (*VarTable) GetFieldAt ¶
func (*VarTable) GetVariable ¶
func (*VarTable) SetFieldAt ¶
func (*VarTable) SetVariable ¶
Click to show internal directories.
Click to hide internal directories.