Class CompositeTypeNameSyntax
This node represents a composite name (.T)
Inheritance
System.Object
CompositeTypeNameSyntax
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 CompositeTypeNameSyntax : TypeNameSyntax
Properties
|
Improve this Doc
View Source
Base
Gets the name of the type.
Declaration
public TypeNameSyntax Base { get; }
Property Value
|
Improve this Doc
View Source
DotToken
Declaration
public SyntaxToken DotToken { get; }
Property Value
|
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 CompositeTypeNameSyntax AddTypeArgumentListArguments(params TypeSyntax[] items)
Parameters
Returns
|
Improve this Doc
View Source
Update(TypeNameSyntax, SyntaxToken, SyntaxToken, TypeArgumentListSyntax)
Declaration
public CompositeTypeNameSyntax Update(TypeNameSyntax base, SyntaxToken dotToken, SyntaxToken identifierToken, TypeArgumentListSyntax typeArgumentList)
Parameters
Returns
|
Improve this Doc
View Source
WithBase(TypeNameSyntax)
Declaration
public CompositeTypeNameSyntax WithBase(TypeNameSyntax base)
Parameters
Returns
|
Improve this Doc
View Source
WithDotToken(SyntaxToken)
Declaration
public CompositeTypeNameSyntax WithDotToken(SyntaxToken dotToken)
Parameters
Returns
|
Improve this Doc
View Source
WithIdentifierToken(SyntaxToken)
Declaration
public CompositeTypeNameSyntax WithIdentifierToken(SyntaxToken identifierToken)
Parameters
Returns
|
Improve this Doc
View Source
WithTypeArgumentList(TypeArgumentListSyntax)
Declaration
public CompositeTypeNameSyntax WithTypeArgumentList(TypeArgumentListSyntax typeArgumentList)
Parameters
Returns
Implements
IFormattable
Extension Methods