Class MethodFunctionNameSyntax
Represents a method-style function name syntax.
Inheritance
System.Object
MethodFunctionNameSyntax
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 MethodFunctionNameSyntax : FunctionNameSyntax
Properties
|
Improve this Doc
View Source
BaseName
The base name for this method.
Declaration
public FunctionNameSyntax BaseName { get; }
Property Value
|
Improve this Doc
View Source
ColonToken
Declaration
public SyntaxToken ColonToken { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override SyntaxToken Name { 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
Update(FunctionNameSyntax, SyntaxToken, SyntaxToken)
Declaration
public MethodFunctionNameSyntax Update(FunctionNameSyntax baseName, SyntaxToken colonToken, SyntaxToken name)
Parameters
Returns
|
Improve this Doc
View Source
WithBaseName(FunctionNameSyntax)
Declaration
public MethodFunctionNameSyntax WithBaseName(FunctionNameSyntax baseName)
Parameters
Returns
|
Improve this Doc
View Source
WithColonToken(SyntaxToken)
Declaration
public MethodFunctionNameSyntax WithColonToken(SyntaxToken colonToken)
Parameters
Returns
|
Improve this Doc
View Source
WithName(SyntaxToken)
Declaration
public MethodFunctionNameSyntax WithName(SyntaxToken name)
Parameters
Returns
Implements
IFormattable
Extension Methods