public class Jcoder.Context
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
hasCP |
private boolean |
hasFields |
private boolean |
hasInterfaces |
private boolean |
hasMethods |
(package private) java.util.Stack<Jcoder.ContextVal> |
stack |
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
exit() |
void |
init() |
(package private) boolean |
isConstantPool() |
java.lang.String |
toString() |
(package private) void |
update() |
java.util.Stack<Jcoder.ContextVal> stack
private boolean hasCP
private boolean hasMethods
private boolean hasInterfaces
private boolean hasFields