Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JavaParser ¶
type JavaParser struct{}
JavaParser extracts knowledge graph nodes and edges from Java source files.
func (*JavaParser) Extensions ¶
func (p *JavaParser) Extensions() []string
func (*JavaParser) Language ¶
func (p *JavaParser) Language() parser.Language
func (*JavaParser) ParseFile ¶
func (p *JavaParser) ParseFile(filePath string, content []byte) (*parser.ParseResult, error)
Click to show internal directories.
Click to hide internal directories.