|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcetus.hir.Specifier
cetus.hir.PointerSpecifier
public class PointerSpecifier
Represents a C or C++ pointer.
| Field Summary | |
|---|---|
static PointerSpecifier |
CONST
const |
static PointerSpecifier |
CONST_VOLATILE
const volatile |
static PointerSpecifier |
UNQUALIFIED
|
static PointerSpecifier |
VOLATILE
volatile |
| Fields inherited from class cetus.hir.Specifier |
|---|
ABSTRACT, AUTO, BOOL, BOOLEAN, BYTE, CBOOL, CCOMPLEX, CHAR, CIMAGINARY, DOUBLE, EXPLICIT, EXTERN, FINAL, FLOAT, FRIEND, INLINE, INT, LONG, MUTABLE, NATIVE, PRIVATE, PROTECTED, PUBLIC, REFERENCE, REGISTER, RESTRICT, SHORT, SIGNED, STATIC, STRICTFP, SYNCHRONIZED, THREADSAFE, TRANSIENT, TYPEDEF, UNSIGNED, value, VIRTUAL, VOID, WCHAR_T |
| Method Summary | |
|---|---|
void |
print(java.io.OutputStream stream)
Print the code for the IR represented by the object. |
java.lang.String |
toString()
|
| Methods inherited from class cetus.hir.Specifier |
|---|
fromString, isCType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PointerSpecifier UNQUALIFIED
public static final PointerSpecifier CONST
public static final PointerSpecifier VOLATILE
public static final PointerSpecifier CONST_VOLATILE
| Method Detail |
|---|
public void print(java.io.OutputStream stream)
Printable
print in interface Printableprint in class Specifierstream - The stream on which to print the data.public java.lang.String toString()
toString in class Specifier
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||