public class ClassDefStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
protected InterpretedClassDef |
_cl |
BREAK_FALL_THROUGH, FALL_THROUGH, RETURN| Constructor and Description |
|---|
ClassDefStatement(Location location,
InterpretedClassDef cl) |
| Modifier and Type | Method and Description |
|---|---|
Value |
execute(Env env) |
java.lang.String |
toString() |
fallThrough, getLocation, getParent, isLoop, rethrow, rethrow, setParentprotected final InterpretedClassDef _cl
public ClassDefStatement(Location location, InterpretedClassDef cl)