public static final class Java.BasicType extends Java.Type
Modifier and Type | Field and Description |
---|---|
static int |
BOOLEAN |
static int |
BYTE |
static int |
CHAR |
static int |
DOUBLE |
static int |
FLOAT |
int |
index |
static int |
INT |
static int |
LONG |
static int |
SHORT |
static int |
VOID |
NOWHERE
Constructor and Description |
---|
Java.BasicType(Location location,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor.AtomVisitor visitor) |
void |
accept(Visitor.TypeVisitor visitor) |
String |
toString() |
getEnclosingScope, setEnclosingScope, toType
toLvalue, toLvalueOrPE, toRvalue, toRvalueOrPE, toTypeOrPE
getLocation, throwCompileException
public int index
public static final int VOID
public static final int BYTE
public static final int SHORT
public static final int CHAR
public static final int INT
public static final int LONG
public static final int FLOAT
public static final int DOUBLE
public static final int BOOLEAN
public Java.BasicType(Location location, int index)
public void accept(Visitor.TypeVisitor visitor)
public void accept(Visitor.AtomVisitor visitor)
Copyright © 2001-2012. All Rights Reserved.