|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uka.ipd.sdq.ByCounter.execution.ArrayParameters
public class ArrayParameters
Recorded information about array creations; counts, dimension and types. All three arrays need to keep their indices in sync.
Constructor Summary | |
---|---|
ArrayParameters()
|
Method Summary | |
---|---|
static ArrayParameters |
add(ArrayParameters left,
ArrayParameters right)
Add up two ArrayParameters . |
static ArrayParameters |
copyFromCountingResult(CountingResult cr)
Copies array specific parameters from the CountingResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayParameters()
Method Detail |
---|
public static ArrayParameters copyFromCountingResult(CountingResult cr)
CountingResult
cr
- CountingResult
to copy from.
ArrayParameters
.public static ArrayParameters add(ArrayParameters left, ArrayParameters right)
ArrayParameters
.
left
- First operand.right
- Second operand.
ArrayParameters
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |