Package org.powermock.core.bytebuddy
Class Variable
- java.lang.Object
-
- org.powermock.core.bytebuddy.Variable
-
public class Variable extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariable.VariableAccess
-
Field Summary
Fields Modifier and Type Field Description private intoffsetprivate net.bytebuddy.description.type.TypeDescriptiontypeDefinitions
-
Constructor Summary
Constructors Modifier Constructor Description privateVariable(net.bytebuddy.description.type.TypeDescription typeDefinitions, int offset)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Variableof(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)
-
-
-
Method Detail
-
of
public static Variable of(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)
-
-