Class VariableAttributeSyntax
Represents a variable attribute syntax.
Inheritance
System.Object
VariableAttributeSyntax
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 VariableAttributeSyntax : LuaSyntaxNode
Properties
|
Improve this Doc
View Source
GreaterThanToken
Declaration
public SyntaxToken GreaterThanToken { get; }
Property Value
|
Improve this Doc
View Source
Identifier
The attribute name identifier token.
Declaration
public SyntaxToken Identifier { get; }
Property Value
|
Improve this Doc
View Source
LessThanToken
Declaration
public SyntaxToken LessThanToken { get; }
Property Value
|
Improve this Doc
View Source
Name
The name of the attribute.
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
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(SyntaxToken, SyntaxToken, SyntaxToken)
Declaration
public VariableAttributeSyntax Update(SyntaxToken lessThanToken, SyntaxToken identifier, SyntaxToken greaterThanToken)
Parameters
Returns
|
Improve this Doc
View Source
WithGreaterThanToken(SyntaxToken)
Declaration
public VariableAttributeSyntax WithGreaterThanToken(SyntaxToken greaterThanToken)
Parameters
Returns
|
Improve this Doc
View Source
WithIdentifier(SyntaxToken)
Declaration
public VariableAttributeSyntax WithIdentifier(SyntaxToken identifier)
Parameters
Returns
|
Improve this Doc
View Source
WithLessThanToken(SyntaxToken)
Declaration
public VariableAttributeSyntax WithLessThanToken(SyntaxToken lessThanToken)
Parameters
Returns
Implements
IFormattable
Extension Methods