|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcetus.hir.Specifier
cetus.hir.BitfieldSpecifier
public class BitfieldSpecifier
BitfieldSpecifier represents the bit field declared in a structure.
| Field Summary |
|---|
| Fields inherited from class cetus.hir.Specifier |
|---|
ABSTRACT, AUTO, BOOL, BOOLEAN, BYTE, CBOOL, CCOMPLEX, CHAR, CIMAGINARY, CONST, 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, VOLATILE, WCHAR_T |
| Constructor Summary | |
|---|---|
BitfieldSpecifier(Expression e)
Constructs a bit field specifier from the given bit expression. |
|
| Method Summary | |
|---|---|
void |
print(java.io.OutputStream stream)
Prints the specifier to the output stream. |
java.lang.String |
toString()
Returns the string for the bit field. |
| 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 |
| Constructor Detail |
|---|
public BitfieldSpecifier(Expression e)
| Method Detail |
|---|
public void print(java.io.OutputStream stream)
print in interface Printableprint in class Specifierstream - the output stream.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 | ||||||||