Class LocalDeclarationNameSyntax
Inheritance
System.Object
LocalDeclarationNameSyntax
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public sealed class LocalDeclarationNameSyntax : LuaSyntaxNode
Properties
|
Improve this Doc
View Source
Attribute
Declaration
public VariableAttributeSyntax Attribute { get; }
Property Value
|
Improve this Doc
View Source
AttributeName
The name of the attribute.
Declaration
public string AttributeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IdentifierName
Declaration
public IdentifierNameSyntax IdentifierName { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TypeBinding
Declaration
public TypeBindingSyntax TypeBinding { get; }
Property Value
Methods
|
Improve this Doc
View Source
Accept(LuaSyntaxVisitor)
Declaration
public override void Accept(LuaSyntaxVisitor visitor)
Parameters
Overrides
|
Improve this Doc
View Source
Accept<TResult>(LuaSyntaxVisitor<TResult>)
Declaration
public override TResult Accept<TResult>(LuaSyntaxVisitor<TResult> visitor)
Parameters
Returns
Type Parameters
Overrides
Loretta.CodeAnalysis.Lua.LuaSyntaxNode.Accept<TResult>(Loretta.CodeAnalysis.Lua.LuaSyntaxVisitor<TResult>)
|
Improve this Doc
View Source
Update(IdentifierNameSyntax, VariableAttributeSyntax, TypeBindingSyntax)
Declaration
public LocalDeclarationNameSyntax Update(IdentifierNameSyntax identifierName, VariableAttributeSyntax attribute, TypeBindingSyntax typeBinding)
Parameters
Returns
|
Improve this Doc
View Source
WithAttribute(VariableAttributeSyntax)
Declaration
public LocalDeclarationNameSyntax WithAttribute(VariableAttributeSyntax attribute)
Parameters
Returns
|
Improve this Doc
View Source
WithIdentifierName(IdentifierNameSyntax)
Declaration
public LocalDeclarationNameSyntax WithIdentifierName(IdentifierNameSyntax identifierName)
Parameters
Returns
|
Improve this Doc
View Source
WithTypeBinding(TypeBindingSyntax)
Declaration
public LocalDeclarationNameSyntax WithTypeBinding(TypeBindingSyntax typeBinding)
Parameters
Returns
Implements
IFormattable
Extension Methods