Uses of Class
serp.bytecode.State
-
Packages that use State Package Description serp.bytecode Bytecode Manipuation -
-
Uses of State in serp.bytecode
Subclasses of State in serp.bytecode Modifier and Type Class Description (package private) class
ArrayState
State implementing the behavior of an array class.(package private) class
ObjectState
State implementing the behavior of an object type.(package private) class
PrimitiveState
State implementing the behavior of a primitive class.Fields in serp.bytecode declared as State Modifier and Type Field Description private State
BCClass. _state
static State
State. INVALID
A singleton instance of this type that can be used to make a class invalid.Methods in serp.bytecode with parameters of type State Modifier and Type Method Description (package private) void
BCClass. setState(State state)
Set the class state.
-