public final class StringType extends BuiltInType
| Constructor and Description |
|---|
StringType(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.
|
getName, getPackagegetLocation, visitChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, visitChildrenpublic StringType(AstLocation location, java.lang.String name)
location - AST node location.name - Name of the AST node taken from grammar.public void accept(ZserioAstVisitor visitor)
AstNodevisitor - Visitor to accept.Last updated 2024-07-18 11:27:53