|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ADFContext | |
|---|---|
| ec.gp | |
| Uses of ADFContext in ec.gp |
|---|
| Fields in ec.gp declared as ADFContext | |
|---|---|
ADFContext |
ADFStack.context_proto
|
protected ADFContext[] |
ADFStack.reserve
|
protected ADFContext[] |
ADFStack.stack
|
protected ADFContext[] |
ADFStack.substack
|
| Methods in ec.gp that return ADFContext | |
|---|---|
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. |
| Methods in ec.gp with parameters of type ADFContext | |
|---|---|
ADFContext |
ADFStack.push(ADFContext obj)
Pushes an ADFContext onto the main stack. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||