public final class LocalReference extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalReference.Kind |
| Constructor and Description |
|---|
LocalReference(LocalReference.Kind kind,
String name) |
LocalReference(LocalReference.Kind kind,
String name,
boolean synthetic) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getIndex() |
LocalReference.Kind |
getKind() |
String |
getName() |
int |
hashCode() |
boolean |
isModuleState() |
boolean |
isSynthetic() |
void |
setIndex(int index) |
String |
toString() |
public LocalReference(LocalReference.Kind kind, String name)
public LocalReference(LocalReference.Kind kind, String name, boolean synthetic)
public LocalReference.Kind getKind()
public String getName()
public boolean isSynthetic()
public boolean isModuleState()
public int getIndex()
public void setIndex(int index)
Copyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.