Interface FieldReq
- All Known Subinterfaces:
InstanceFieldReq, StaticFieldReq
- All Known Implementing Classes:
FieldForArrDirect, FieldForExitSlot, FieldForSpaceIndirect, FieldForUserop, FieldForVarnode
public interface FieldReq
A field request for a pre-fetched or pre-constructed element
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateLoadCode(JitCodeGenerator gen, org.objectweb.asm.MethodVisitor rv) Emit code to load the field onto the JVM stackname()Derive a suitable name for the field
-
Method Details
-
name
-
generateLoadCode
Emit code to load the field onto the JVM stack- Parameters:
gen- the code generatorrv- the visitor often for therunmethod, but could be the static initializer or constructor
-