Class IdentifierNameNotSupportedError
An error that represents the provided identifier not being supported in a provided tree.
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)
System.Object.ToString()
Namespace: Loretta.CodeAnalysis.Lua
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public class IdentifierNameNotSupportedError : RenameError, IEquatable<RenameError>, IEquatable<IdentifierNameNotSupportedError>
Constructors
| Improve this Doc View SourceIdentifierNameNotSupportedError(SyntaxTree)
An error that represents the provided identifier not being supported in a provided tree.
Declaration
public IdentifierNameNotSupportedError(SyntaxTree TreeWithoutSupport)
Parameters
Type | Name | Description |
---|---|---|
SyntaxTree | TreeWithoutSupport | The |
Properties
| Improve this Doc View SourceTreeWithoutSupport
Declaration
public SyntaxTree TreeWithoutSupport { get; set; }
Property Value
Type | Description |
---|---|
SyntaxTree |
Implements
System.IEquatable<T>
System.IEquatable<T>