public final class Parameter extends AstNodeBase implements ScopeSymbol
| Constructor and Description |
|---|
Parameter(AstLocation location,
TypeReference typeReference,
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.
|
TypeReference |
getTypeReference()
Gets reference to the parameter's type.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
getLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic Parameter(AstLocation location, TypeReference typeReference, java.lang.String name)
location - AST node location.typeReference - Reference to the type of the parameter.name - Name of the parameter.public void accept(ZserioAstVisitor visitor)
AstNodepublic void visitChildren(ZserioAstVisitor visitor)
AstNodevisitChildren in interface AstNodevisitChildren in class AstNodeBasevisitor - Visitor to use.public java.lang.String getName()
ScopeSymbolgetName in interface ScopeSymbolpublic TypeReference getTypeReference()
Last updated 2024-10-29 12:56:13