Class Jcoder.Context
java.lang.Object
org.openjdk.asmtools.jcoder.Jcoder.Context
- Enclosing class:
Jcoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate booleanprivate booleanprivate booleanprivate boolean(package private) Stack<Jcoder.ContextVal> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidexit()intvoidinit()(package private) boolean(package private) booleanvoidsetConstantPoolIndex(int cpx) toString()(package private) voidupdate()
-
Field Details
-
stack
Stack<Jcoder.ContextVal> stack -
hasCP
private boolean hasCP -
hasMethods
private boolean hasMethods -
hasInterfaces
private boolean hasInterfaces -
hasFields
private boolean hasFields -
cpIndex
private int cpIndex
-
-
Constructor Details
-
Context
Context()
-
-
Method Details
-
isConstantPool
boolean isConstantPool() -
isAttribute
boolean isAttribute() -
init
public void init() -
update
void update() -
exit
void exit() -
toString
-
setConstantPoolIndex
public void setConstantPoolIndex(int cpx) -
getConstantPoolIndex
public int getConstantPoolIndex()
-