Property | Type | Description | |
---|---|---|---|
SourceFile | IPsiSourceFile |
Method | Description | |
---|---|---|
NTriplesParser ( ILexer lexer, CommonIdentifierIntern commonIdentifierIntern ) : JetBrains.Application | ||
ParseFile ( ) : IFile | ||
ParseNTriplesFile ( bool isFileReal, bool restoreWhitespaces = false ) : TreeElement | ||
parseNTriplesFile ( ) : TreeElement | ||
parsePrefix ( ) : TreeElement | ||
parsePrefixDeclaration ( ) : TreeElement | ||
parsePrefixName ( ) : TreeElement | ||
parseUriIdentifier ( ) : TreeElement |
Method | Description | |
---|---|---|
createToken ( ) : TreeElement |
Method | Description | |
---|---|---|
InsertMissingTokens ( TreeElement result, bool trimMissingTokens, ITokenIntern intern ) : void |
public NTriplesParser ( ILexer lexer, CommonIdentifierIntern commonIdentifierIntern ) : JetBrains.Application | ||
lexer | ILexer | |
commonIdentifierIntern | CommonIdentifierIntern | |
return | JetBrains.Application |
public ParseNTriplesFile ( bool isFileReal, bool restoreWhitespaces = false ) : TreeElement | ||
isFileReal | bool | |
restoreWhitespaces | bool | |
return | TreeElement |
public parsePrefixDeclaration ( ) : TreeElement | ||
return | TreeElement |