|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectaterm.test.TestFib
public class TestFib
| Field Summary | |
|---|---|
private ATermFactory |
factory
|
private AFun |
fib
|
private AFun |
plus
|
private AFun |
suc
|
private ATermAppl |
tzero
|
private AFun |
zero
|
| Constructor Summary | |
|---|---|
TestFib(ATermFactory factory)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
ATermAppl |
normalizeFib(ATermAppl t)
|
ATermAppl |
normalizePlus(ATermAppl t)
|
void |
test1()
|
void |
test2()
|
void |
test3(int n)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ATermFactory factory
private AFun zero
private AFun suc
private AFun plus
private AFun fib
private ATermAppl tzero
| Constructor Detail |
|---|
public TestFib(ATermFactory factory)
| Method Detail |
|---|
public static final void main(java.lang.String[] args)
public void test1()
public void test2()
public void test3(int n)
public ATermAppl normalizePlus(ATermAppl t)
public ATermAppl normalizeFib(ATermAppl t)
|
The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||