public class Variable
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Variable.VariableAccess |
Modifier and Type | Field and Description |
---|---|
private int |
offset |
private net.bytebuddy.description.type.TypeDescription |
typeDefinitions |
Modifier | Constructor and Description |
---|---|
private |
Variable(net.bytebuddy.description.type.TypeDescription typeDefinitions,
int offset) |
Modifier and Type | Method and Description |
---|---|
static Variable |
of(net.bytebuddy.description.type.TypeDescription.Generic variableType,
int offset) |
private final net.bytebuddy.description.type.TypeDescription typeDefinitions
private final int offset
private Variable(net.bytebuddy.description.type.TypeDescription typeDefinitions, int offset)
public static Variable of(net.bytebuddy.description.type.TypeDescription.Generic variableType, int offset)