public abstract class BuiltInType extends AstNodeBase implements ZserioType
| Constructor and Description |
|---|
BuiltInType(AstLocation location,
java.lang.String name)
Constructor from AST node location and the name.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the symbol stored in the package.
|
Package |
getPackage()
Gets the package in which this symbol is defined.
|
getLocation, visitChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getLocation, visitChildrenpublic BuiltInType(AstLocation location, java.lang.String name)
location - AST node location.name - Name of the AST node taken from grammar.public Package getPackage()
PackageSymbolgetPackage in interface PackageSymbolpublic java.lang.String getName()
PackageSymbolgetName in interface PackageSymbolLast updated 2024-07-18 11:31:32