Class SimpleTypeNameSyntax
This node reperesents a simple name (T).
Inheritance
System.Object
SimpleTypeNameSyntax
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 SimpleTypeNameSyntax : TypeNameSyntax
Properties
|
Improve this Doc
View Source
IdentifierToken
Gets the name of the type.
Declaration
public SyntaxToken IdentifierToken { get; }
Property Value
|
Improve this Doc
View Source
TypeArgumentList
The type argument list for this generic type.
Declaration
public override TypeArgumentListSyntax TypeArgumentList { get; }
Property Value
Overrides
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
AddTypeArgumentListArguments(TypeSyntax[])
Declaration
public SimpleTypeNameSyntax AddTypeArgumentListArguments(params TypeSyntax[] items)
Parameters
Returns
|
Improve this Doc
View Source
Update(SyntaxToken, TypeArgumentListSyntax)
Declaration
public SimpleTypeNameSyntax Update(SyntaxToken identifierToken, TypeArgumentListSyntax typeArgumentList)
Parameters
Returns
|
Improve this Doc
View Source
WithIdentifierToken(SyntaxToken)
Declaration
public SimpleTypeNameSyntax WithIdentifierToken(SyntaxToken identifierToken)
Parameters
Returns
|
Improve this Doc
View Source
WithTypeArgumentList(TypeArgumentListSyntax)
Declaration
public SimpleTypeNameSyntax WithTypeArgumentList(TypeArgumentListSyntax typeArgumentList)
Parameters
Returns
Implements
IFormattable
Extension Methods