public class WorkerData extends Object
Modifier and Type | Field and Description |
---|---|
double[] |
doubleRegs |
int[] |
intRegs |
long[] |
longRegs |
BRefType<?>[] |
refRegs |
String[] |
stringRegs |
Constructor and Description |
---|
WorkerData(CodeAttributeInfo ci) |
WorkerData(WorkerDataIndex wdi) |
WorkerData(WorkerDataIndex wdi1,
WorkerDataIndex wdi2) |
public long[] longRegs
public double[] doubleRegs
public String[] stringRegs
public int[] intRegs
public BRefType<?>[] refRegs
public WorkerData(CodeAttributeInfo ci)
public WorkerData(WorkerDataIndex wdi)
public WorkerData(WorkerDataIndex wdi1, WorkerDataIndex wdi2)
Copyright © 2018 WSO2. All rights reserved.