public final class FloatType extends BuiltInType implements FixedSizeType
| Constructor and Description |
|---|
FloatType(AstLocation location,
java.lang.String name,
int tokenType)
Constructor from AST node location, the name and the token type.
|
| 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 FloatType(AstLocation location, java.lang.String name, int tokenType)
location - AST node location.name - Name of the AST node taken from grammar.tokenType - Grammar token type.public void accept(ZserioAstVisitor visitor)
AstNodepublic int getBitSize()
FixedSizeTypegetBitSize in interface FixedSizeTypeLast updated 2024-10-29 12:52:38