Method | Description | |
---|---|---|
GetTokenText ( TokenNodeType token ) : string | ||
IsWhitespace ( string s ) : bool | ||
NTriplesLexer ( IBuffer buffer ) : JetBrains.ReSharper.Psi.ExtensionsAPI.Tree |
Method | Description | |
---|---|---|
GetKeywordTextByTokenType ( NodeType tokenType ) : string |
protected static GetKeywordTextByTokenType ( NodeType tokenType ) : string | ||
tokenType | NodeType | |
return | string |
public static GetTokenText ( TokenNodeType token ) : string | ||
token | TokenNodeType | |
return | string |
public static IsWhitespace ( string s ) : bool | ||
s | string | |
return | bool |
public NTriplesLexer ( IBuffer buffer ) : JetBrains.ReSharper.Psi.ExtensionsAPI.Tree | ||
buffer | IBuffer | |
return | JetBrains.ReSharper.Psi.ExtensionsAPI.Tree |