public class Control
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
_obj
reference to an object *
|
static Control |
BREAK
the break control *
|
static Control |
CONTINUE
the continue control *
|
static Control |
EXIT
the exit
|
static Control |
RETURN
the return control *
|
Modifier | Constructor and Description |
---|---|
private |
Control() |
|
Control(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject()
Get the object
|
private java.lang.Object _obj
public static final Control BREAK
public static final Control CONTINUE
public static final Control RETURN
public static final Control EXIT