Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PythonNumMethods ¶
Types ¶
type JavaFile ¶
type JavaFile struct { Source []byte Path string Root *sitter.Node Metrics *JavaFileMetrics }
func NewJavaFile ¶
func NewJavaFileFromContents ¶
type JavaFileMetrics ¶
type PythonFile ¶
type PythonFile struct { Source []byte Path string Root *sitter.Node Metrics *PythonFileMetrics }
func NewPythonFile ¶
func NewPythonFile(path string) *PythonFile
func NewPythonFileFromContents ¶
func NewPythonFileFromContents(path string, contents []byte) *PythonFile
func (*PythonFile) Parse ¶
func (pf *PythonFile) Parse()
Click to show internal directories.
Click to hide internal directories.