public class Register extends Object
Modifier and Type | Method and Description |
---|---|
void |
add(VarCell varCell) |
void |
addAll(Collection<VarCell> varCells) |
void |
becomes(Register register) |
Term |
getBinding() |
Collection<VarCell> |
getCells() |
void |
setBinding(Term binding) |
public Register(Term binding)
binding
- the initial term binding associated to this register.public Term getBinding()
public void setBinding(Term binding)
public void addAll(Collection<VarCell> varCells)
public void add(VarCell varCell)
public Collection<VarCell> getCells()
public void becomes(Register register)
Copyright © 2014. All rights reserved.