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, VIRTUAL, VOID, VOLATILE, WCHAR_T| Constructor and Description |
|---|
BitfieldSpecifier(Expression e)
Constructs a bit field specifier from the given bit expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
print(java.io.PrintWriter o)
Prints the specifier on the specified print writer.
|
fromString, isCType, toStringpublic BitfieldSpecifier(Expression e)
e - the expression to be used as a bit field.