public class ExternalCallParameter extends Object implements MeasurableSeffElement
Constructor and Description |
---|
ExternalCallParameter(CodeSection call,
int index)
Creates a parameter of an external call.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
CodeSection |
getCallCodeSection()
Gives the code section where the external call will be made.
|
int |
getIndex()
Gives the parameters index in the parameter list.
|
int |
hashCode() |
String |
toString() |
public ExternalCallParameter(CodeSection call, int index)
call
- The code section where the external call will be made. Must not be
null
.index
- The parameters index in the parameter list. Starting with 0
.public CodeSection getCallCodeSection()
public int getIndex()
0
.0
.