public class FunctionCallCPEntry extends Object implements ConstantPoolEntry
FunctionReturnCPEntry contains register indexes of function arguments and register indexes to which
the return values should be stored in the current stack frame.ConstantPoolEntry.EntryType| Constructor and Description |
|---|
FunctionCallCPEntry(int flags,
int[] argRegs,
int[] retRegs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int[] |
getArgRegs() |
ConstantPoolEntry.EntryType |
getEntryType() |
int |
getFlags() |
int[] |
getRetRegs() |
int |
hashCode() |
public FunctionCallCPEntry(int flags,
int[] argRegs,
int[] retRegs)
public int getFlags()
public int[] getArgRegs()
public int[] getRetRegs()
public ConstantPoolEntry.EntryType getEntryType()
getEntryType in interface ConstantPoolEntryCopyright © 2018 WSO2. All rights reserved.