Class StatementSyntax
The base class for statements.
Inheritance
System.Object
StatementSyntax
Implements
IFormattable
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)
Namespace: Loretta.CodeAnalysis.Lua.Syntax
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public abstract class StatementSyntax : LuaSyntaxNode
Properties
| Improve this Doc View SourceSemicolonToken
The semicolon at the end of the statement (if any).
Declaration
public abstract SyntaxToken SemicolonToken { get; }
Property Value
Type | Description |
---|---|
SyntaxToken |
Methods
| Improve this Doc View SourceWithSemicolonToken(SyntaxToken)
Declaration
public StatementSyntax WithSemicolonToken(SyntaxToken semicolonToken)
Parameters
Type | Name | Description |
---|---|---|
SyntaxToken | semicolonToken |
Returns
Type | Description |
---|---|
StatementSyntax |
Implements
IFormattable