astimport

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package astimport can be used to import Nodes manually into an AST.

This is useful when an AST should be created manually.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Importer

type Importer struct {
}

Importer imports Nodes into an existing AST. Always use NewImporter() to create a new Importer.

func (*Importer) ImportArgument

func (i *Importer) ImportArgument(ref int, from, to *ast.Document) int

func (*Importer) ImportArguments

func (i *Importer) ImportArguments(refs []int, from, to *ast.Document) []int

func (*Importer) ImportDirective

func (i *Importer) ImportDirective(ref int, from, to *ast.Document) int

func (*Importer) ImportDirectiveWithRename

func (i *Importer) ImportDirectiveWithRename(ref int, renameTo string, from, to *ast.Document) int

func (*Importer) ImportField

func (i *Importer) ImportField(ref int, from, to *ast.Document) int

func (*Importer) ImportListValues

func (i *Importer) ImportListValues(ref int, from, to *ast.Document) (refs []int)

func (*Importer) ImportObjectFields

func (i *Importer) ImportObjectFields(ref int, from, to *ast.Document) (refs []int)

func (*Importer) ImportType

func (i *Importer) ImportType(ref int, from, to *ast.Document) int

func (*Importer) ImportTypeWithRename

func (i *Importer) ImportTypeWithRename(ref int, from, to *ast.Document, renameTo string) int

func (*Importer) ImportValue

func (i *Importer) ImportValue(fromValue ast.Value, from, to *ast.Document) (value ast.Value)

func (*Importer) ImportVariableDefinition

func (i *Importer) ImportVariableDefinition(ref int, from, to *ast.Document) int

func (*Importer) ImportVariableDefinitionWithRename

func (i *Importer) ImportVariableDefinitionWithRename(ref int, from, to *ast.Document, renameTo string) int

func (*Importer) ImportVariableDefinitions

func (i *Importer) ImportVariableDefinitions(refs []int, from, to *ast.Document) []int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL