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 class
Variable.VariableAccess
-
Field Summary
Fields Modifier and Type Field Description private int
offset
private net.bytebuddy.description.type.TypeDescription
typeDefinitions
-
Constructor Summary
Constructors Modifier Constructor Description private
Variable(net.bytebuddy.description.type.TypeDescription typeDefinitions, int offset)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Variable
of(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)
-
-