public final class BooleanType extends BuiltInType implements FixedSizeType
| Constructor and Description |
|---|
BooleanType(AstLocation location,
java.lang.String name)
Constructor from AST node location and the name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
int |
getBitSize()
Gets size of the type in bits.
|
getName, getPackagegetLocation, visitChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, visitChildrenpublic BooleanType(AstLocation location, java.lang.String name)
location - AST node location.name - Name of the AST node taken from grammar.public void accept(ZserioAstVisitor visitor)
AstNodepublic int getBitSize()
FixedSizeTypegetBitSize in interface FixedSizeTypeLast updated 2024-07-18 11:27:53