Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
LocalReference.Kind |
LocalReference.getKind() |
static LocalReference.Kind |
LocalReference.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalReference.Kind[] |
LocalReference.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LocalReference |
LocalReference.create(java.lang.Object name,
LocalReference.Kind kind) |
LocalReference |
LocalReference.kind(LocalReference.Kind k) |