public final class MemoryAlias
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MemoryAlias.Kind |
Modifier and Type | Method and Description |
---|---|
static MemoryAlias |
forLocation(Expr locationExpr) |
static MemoryAlias |
forMemory(java.lang.String name,
MemoryResource memory,
int min,
int max) |
MemoryAlias.Kind |
getKind() |
Location |
getLocation() |
int |
getMax() |
MemoryResource |
getMemory() |
int |
getMin() |
java.lang.String |
getName() |
public static MemoryAlias forLocation(Expr locationExpr)
public static MemoryAlias forMemory(java.lang.String name, MemoryResource memory, int min, int max)
public MemoryAlias.Kind getKind()
public Location getLocation()
public java.lang.String getName()
public MemoryResource getMemory()
public int getMin()
public int getMax()