Documentation ¶
Index ¶
Constants ¶
View Source
const Comparator = "Comparator"
Variables ¶
This section is empty.
Functions ¶
func GenerateASTHelpers ¶
GenerateASTHelpers loads the input code, constructs the necessary generators, and generates the rewriter and clone methods for the AST
Types ¶
type CloneOptions ¶ added in v0.16.0
type CloneOptions struct {
Exclude []string
}
type EqualsOptions ¶ added in v0.16.0
type EqualsOptions struct {
AllowCustom []string
}
type Options ¶ added in v0.16.0
type Options struct { Packages []string RootInterface string Clone CloneOptions Equals EqualsOptions }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.