| Package | Description |
|---|---|
| ec.gp |
| Modifier and Type | Field and Description |
|---|---|
ADFContext |
ADFStack.context_proto |
protected ADFContext[] |
ADFStack.reserve |
protected ADFContext[] |
ADFStack.stack |
protected ADFContext[] |
ADFStack.substack |
| Modifier and Type | Method and Description |
|---|---|
ADFContext |
ADFStack.get()
Returns an ADFContext from the stack's reserve, or creates one
fresh if there are none in reserve.
|
ADFContext |
ADFStack.push(ADFContext obj)
Pushes an ADFContext onto the main stack.
|
ADFContext |
ADFStack.top(int n)
Returns the nth item in the stack (0-indexed), or null if
this goes to the bottom of the stack.
|
| Modifier and Type | Method and Description |
|---|---|
ADFContext |
ADFStack.push(ADFContext obj)
Pushes an ADFContext onto the main stack.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.