Interface INameValueSyntax
Assembly: DotLang.dll
Syntax
public interface INameValueSyntax
Properties
|
Improve this Doc
View Source
EqualsToken
Declaration
SyntaxToken EqualsToken { get; }
Property Value
|
Improve this Doc
View Source
NameToken
Declaration
SyntaxToken NameToken { get; }
Property Value
|
Improve this Doc
View Source
ValueToken
Declaration
SyntaxToken ValueToken { get; }
Property Value
Methods
|
Improve this Doc
View Source
Accept(SyntaxVisitor)
Declaration
void Accept(SyntaxVisitor visitor)
Parameters