public class UnpackFilter extends Object
| Constructor and Description |
|---|
UnpackFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockLength() |
int |
getBlockStart() |
int |
getExecCount() |
int |
getParentFilter() |
VMPreparedProgram |
getPrg() |
boolean |
isNextWindow() |
void |
setBlockLength(int blockLength) |
void |
setBlockStart(int blockStart) |
void |
setExecCount(int execCount) |
void |
setNextWindow(boolean nextWindow) |
void |
setParentFilter(int parentFilter) |
void |
setPrg(VMPreparedProgram prg) |
public int getBlockLength()
public void setBlockLength(int blockLength)
public int getBlockStart()
public void setBlockStart(int blockStart)
public int getExecCount()
public void setExecCount(int execCount)
public boolean isNextWindow()
public void setNextWindow(boolean nextWindow)
public int getParentFilter()
public void setParentFilter(int parentFilter)
public VMPreparedProgram getPrg()
public void setPrg(VMPreparedProgram prg)
Copyright © 2017. All rights reserved.