package
0.0.0-20180917073602-62694dd50b91
Repository: https://github.com/bazelbuild/tools_jvm_autodeps.git
Documentation: pkg.go.dev

# Functions

AlwaysRecover turns on unconditional recovery if found in the Options.ShouldTryToRecover field.
Build produces an AST for the input source, built by the parser registered for the language.
FromBytes returns a Tree backed by the provided bytes, or an error if it couldn't be created.

# Constants

Declarative ASTs are intended to be cached for "background" files (all files except for the one currently being edited).
Full ASTs contain are intended to be used for local modifications and refactorings of the currently open file.

# Structs

Node is an element of the AST.
Options contains parameters that control the shape of the produced AST.
Tree represents a language independent tree representation of the code as produced by parsers.

# Type aliases

Type is the type of the AST.