public final class TemplateParameter extends AstNodeBase implements ScopeSymbol
| Constructor and Description |
|---|
TemplateParameter(AstLocation location,
java.lang.String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
java.lang.String |
getName()
Gets the name of the symbol stored in the lexical scope.
|
getLocation, visitChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, visitChildrenpublic TemplateParameter(AstLocation location, java.lang.String name)
location - AST node location.name - Name of the template parameter.public void accept(ZserioAstVisitor visitor)
AstNodepublic java.lang.String getName()
ScopeSymbolgetName in interface ScopeSymbolLast updated 2024-10-29 12:52:38