@Immutable public class LocalVariableDefinition extends Object
| Constructor and Description |
|---|
LocalVariableDefinition(String name,
int slot,
ParameterizedType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getSlot() |
ParameterizedType |
getType() |
String |
toString() |
public LocalVariableDefinition(String name, int slot, ParameterizedType type)
public String getName()
public int getSlot()
public ParameterizedType getType()
Copyright © 2012-2017. All Rights Reserved.