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) classArrayStateState implementing the behavior of an array class.(package private) classObjectStateState implementing the behavior of an object type.(package private) classPrimitiveStateState implementing the behavior of a primitive class.Fields in serp.bytecode declared as State Modifier and Type Field Description private StateBCClass. _statestatic StateState. INVALIDA 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) voidBCClass. setState(State state)Set the class state.
-