Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.ast
- Platforms: .NET, .NET Standard 2.0, Island
Bad
const Bad: ObjKind = 0
const ObjKind Bad = 0
static let Bad: ObjKind = 0
const Bad ObjKind = 0
Const Bad As ObjKind = 0
Con
const Con: ObjKind = 2
const ObjKind Con = 2
static let Con: ObjKind = 2
const Con ObjKind = 2
Const Con As ObjKind = 2
FileExports
class method FileExports(src: Memory<File>): bool
static bool FileExports(Memory<File> src)
static func FileExports(_ src: Memory<File>) -> bool
func FileExports(src Memory<File>) bool
Shared Function FileExports(src As Memory<File>) As bool
Parameters:
- src:
FilterDecl
class method FilterDecl(decl: Decl; f: Filter): bool
static bool FilterDecl(Decl decl, Filter f)
static func FilterDecl(_ decl: Decl, _ f: Filter) -> bool
func FilterDecl(decl Decl, f Filter) bool
Shared Function FilterDecl(decl As Decl, f As Filter) As bool
Parameters:
- decl:
- f:
FilterFile
class method FilterFile(src: Memory<File>; f: Filter): bool
static bool FilterFile(Memory<File> src, Filter f)
static func FilterFile(_ src: Memory<File>, _ f: Filter) -> bool
func FilterFile(src Memory<File>, f Filter) bool
Shared Function FilterFile(src As Memory<File>, f As Filter) As bool
Parameters:
- src:
- f:
FilterFuncDuplicates
const FilterFuncDuplicates: MergeMode = 1
const MergeMode FilterFuncDuplicates = 1
static let FilterFuncDuplicates: MergeMode = 1
const FilterFuncDuplicates MergeMode = 1
Const FilterFuncDuplicates As MergeMode = 1
FilterImportDuplicates
const FilterImportDuplicates: MergeMode = 4
const MergeMode FilterImportDuplicates = 4
static let FilterImportDuplicates: MergeMode = 4
const FilterImportDuplicates MergeMode = 4
Const FilterImportDuplicates As MergeMode = 4
FilterPackage
class method FilterPackage(pkg: Memory<Package>; f: Filter): bool
static bool FilterPackage(Memory<Package> pkg, Filter f)
static func FilterPackage(_ pkg: Memory<Package>, _ f: Filter) -> bool
func FilterPackage(pkg Memory<Package>, f Filter) bool
Shared Function FilterPackage(pkg As Memory<Package>, f As Filter) As bool
Parameters:
- pkg:
- f:
FilterUnassociatedComments
const FilterUnassociatedComments: MergeMode = 2
const MergeMode FilterUnassociatedComments = 2
static let FilterUnassociatedComments: MergeMode = 2
const FilterUnassociatedComments MergeMode = 2
Const FilterUnassociatedComments As MergeMode = 2
Fprint
class method Fprint(w: Writer; fset: Memory<FileSet>; x: Object; f: FieldFilter): error
static error Fprint(Writer w, Memory<FileSet> fset, Object x, FieldFilter f)
static func Fprint(_ w: Writer, _ fset: Memory<FileSet>, _ x: Object, _ f: FieldFilter) -> error
func Fprint(w Writer, fset Memory<FileSet>, x interface{}, f FieldFilter) error
Shared Function Fprint(w As Writer, fset As Memory<FileSet>, x As Object, f As FieldFilter) As error
Parameters:
- w:
- fset:
- x:
- f:
Fun
const Fun: ObjKind = 5
const ObjKind Fun = 5
static let Fun: ObjKind = 5
const Fun ObjKind = 5
Const Fun As ObjKind = 5
Inspect
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
class method Inspect(node: Node; f: Func<Node, Boolean>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
class method Inspect(node: Node; f: Func<go.ast.Node,RemObjects.Elements.System.Boolean>)
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
static void Inspect(Node node, Func<Node, Boolean> f)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
static void Inspect(Node node, Func<go.ast.Node,RemObjects.Elements.System.Boolean> f)
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
static func Inspect(_ node: Node, _ f: Func<Node, Boolean>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
static func Inspect(_ node: Node, _ f: Func<go.ast.Node,RemObjects.Elements.System.Boolean>)
// .NET, .NET Standard 2.0
func Inspect(node Node, f Func<Node, Boolean>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
func Inspect(node Node, f Func<go.ast.Node,RemObjects.Elements.System.Boolean>) void
// Island-watchOS-armv7k
func Inspect(node Node, f Func<Node, Boolean>) void
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Shared Sub Inspect(node As Node, f As Func (Of Node, Boolean))
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Shared Sub Inspect(node As Node, f As Func<go.ast.Node,RemObjects.Elements.System.Boolean>)
Parameters:
- node:
- f:
IsExported
class method IsExported(name: string): bool
static bool IsExported(string name)
static func IsExported(_ name: string) -> bool
func IsExported(name string) bool
Shared Function IsExported(name As string) As bool
Parameters:
- name:
Lbl
const Lbl: ObjKind = 6
const ObjKind Lbl = 6
static let Lbl: ObjKind = 6
const Lbl ObjKind = 6
Const Lbl As ObjKind = 6
MergePackageFiles
class method MergePackageFiles(pkg: Memory<Package>; mode: MergeMode): Memory<File>
static Memory<File> MergePackageFiles(Memory<Package> pkg, MergeMode mode)
static func MergePackageFiles(_ pkg: Memory<Package>, _ mode: MergeMode) -> Memory<File>
func MergePackageFiles(pkg Memory<Package>, mode MergeMode) Memory<File>
Shared Function MergePackageFiles(pkg As Memory<Package>, mode As MergeMode) As Memory<File>
Parameters:
- pkg:
- mode:
NewCommentMap
class method NewCommentMap(fset: Memory<FileSet>; node: Node; comments: Slice<Memory<CommentGroup>>): CommentMap
static CommentMap NewCommentMap(Memory<FileSet> fset, Node node, Slice<Memory<CommentGroup>> comments)
static func NewCommentMap(_ fset: Memory<FileSet>, _ node: Node, _ comments: Slice<Memory<CommentGroup>>) -> CommentMap
func NewCommentMap(fset Memory<FileSet>, node Node, comments Slice<Memory<CommentGroup>>) CommentMap
Shared Function NewCommentMap(fset As Memory<FileSet>, node As Node, comments As Slice<Memory<CommentGroup>>) As CommentMap
Parameters:
- fset:
- node:
- comments:
NewIdent
class method NewIdent(name: string): Memory<Ident>
static Memory<Ident> NewIdent(string name)
static func NewIdent(_ name: string) -> Memory<Ident>
func NewIdent(name string) Memory<Ident>
Shared Function NewIdent(name As string) As Memory<Ident>
Parameters:
- name:
NewObj
class method NewObj(kind: ObjKind; name: string): Memory<Object>
static Memory<Object> NewObj(ObjKind kind, string name)
static func NewObj(_ kind: ObjKind, _ name: string) -> Memory<Object>
func NewObj(kind ObjKind, name string) Memory<Object>
Shared Function NewObj(kind As ObjKind, name As string) As Memory<Object>
Parameters:
- kind:
- name:
NewPackage
class method NewPackage(fset: Memory<FileSet>; files: Map<string, Memory<File>>; importer: Importer; universe: Memory<Scope>): tuple of (Memory<Package>, error)
static (Memory<Package>, error) NewPackage(Memory<FileSet> fset, Map<string, Memory<File>> files, Importer importer, Memory<Scope> universe)
static func NewPackage(_ fset: Memory<FileSet>, _ files: Map<string, Memory<File>>, _ importer: Importer, _ universe: Memory<Scope>) -> tuple of (Memory<Package>, error)
func NewPackage(fset Memory<FileSet>, files Map<string, Memory<File>>, importer Importer, universe Memory<Scope>) tuple of (Memory<Package>, error)
Shared Function NewPackage(fset As Memory<FileSet>, files As Map<string, Memory<File>>, importer As Importer, universe As Memory<Scope>) As Tuple (Of Memory<Package>, error)
Parameters:
- fset:
- files:
- importer:
- universe:
NewScope
class method NewScope(outer: Memory<Scope>): Memory<Scope>
static Memory<Scope> NewScope(Memory<Scope> outer)
static func NewScope(_ outer: Memory<Scope>) -> Memory<Scope>
func NewScope(outer Memory<Scope>) Memory<Scope>
Shared Function NewScope(outer As Memory<Scope>) As Memory<Scope>
Parameters:
- outer:
NotNilFilter
class method NotNilFilter(_: string; v: Value): bool
static bool NotNilFilter(string _, Value v)
static func NotNilFilter(_ _: string, _ v: Value) -> bool
func NotNilFilter(_ string, v Value) bool
Shared Function NotNilFilter(_ As string, v As Value) As bool
Parameters:
- _:
- v:
PackageExports
class method PackageExports(pkg: Memory<Package>): bool
static bool PackageExports(Memory<Package> pkg)
static func PackageExports(_ pkg: Memory<Package>) -> bool
func PackageExports(pkg Memory<Package>) bool
Shared Function PackageExports(pkg As Memory<Package>) As bool
Parameters:
- pkg:
Pkg
const Pkg: ObjKind = 1
const ObjKind Pkg = 1
static let Pkg: ObjKind = 1
const Pkg ObjKind = 1
Const Pkg As ObjKind = 1
class method Print(fset: Memory<FileSet>; x: Object): error
static error Print(Memory<FileSet> fset, Object x)
static func Print(_ fset: Memory<FileSet>, _ x: Object) -> error
func Print(fset Memory<FileSet>, x interface{}) error
Shared Function Print(fset As Memory<FileSet>, x As Object) As error
Parameters:
- fset:
- x:
RECV
const RECV: ChanDir = 2
const ChanDir RECV = 2
static let RECV: ChanDir = 2
const RECV ChanDir = 2
Const RECV As ChanDir = 2
SEND
const SEND: ChanDir = 1
const ChanDir SEND = 1
static let SEND: ChanDir = 1
const SEND ChanDir = 1
Const SEND As ChanDir = 1
SortImports
class method SortImports(fset: Memory<FileSet>; f: Memory<File>)
static void SortImports(Memory<FileSet> fset, Memory<File> f)
static func SortImports(_ fset: Memory<FileSet>, _ f: Memory<File>)
// .NET, .NET Standard 2.0
func SortImports(fset Memory<FileSet>, f Memory<File>)
// Island
func SortImports(fset Memory<FileSet>, f Memory<File>) void
Shared Sub SortImports(fset As Memory<FileSet>, f As Memory<File>)
Parameters:
- fset:
- f:
Typ
const Typ: ObjKind = 3
const ObjKind Typ = 3
static let Typ: ObjKind = 3
const Typ ObjKind = 3
Const Typ As ObjKind = 3
Var
const Var: ObjKind = 4
const ObjKind Var = 4
static let Var: ObjKind = 4
const Var ObjKind = 4
Const Var As ObjKind = 4
Walk
class method Walk(v: Visitor; node: Node)
static void Walk(Visitor v, Node node)
static func Walk(_ v: Visitor, _ node: Node)
// .NET, .NET Standard 2.0
func Walk(v Visitor, node Node)
// Island
func Walk(v Visitor, node Node) void
Shared Sub Walk(v As Visitor, node As Node)
Parameters:
- v:
- node:
Bad
const Bad: ObjKind = 0
const ObjKind Bad = 0
static let Bad: ObjKind = 0
const Bad ObjKind = 0
Const Bad As ObjKind = 0
Con
const Con: ObjKind = 2
const ObjKind Con = 2
static let Con: ObjKind = 2
const Con ObjKind = 2
Const Con As ObjKind = 2
FilterFuncDuplicates
const FilterFuncDuplicates: MergeMode = 1
const MergeMode FilterFuncDuplicates = 1
static let FilterFuncDuplicates: MergeMode = 1
const FilterFuncDuplicates MergeMode = 1
Const FilterFuncDuplicates As MergeMode = 1
FilterImportDuplicates
const FilterImportDuplicates: MergeMode = 4
const MergeMode FilterImportDuplicates = 4
static let FilterImportDuplicates: MergeMode = 4
const FilterImportDuplicates MergeMode = 4
Const FilterImportDuplicates As MergeMode = 4
FilterUnassociatedComments
const FilterUnassociatedComments: MergeMode = 2
const MergeMode FilterUnassociatedComments = 2
static let FilterUnassociatedComments: MergeMode = 2
const FilterUnassociatedComments MergeMode = 2
Const FilterUnassociatedComments As MergeMode = 2
Fun
const Fun: ObjKind = 5
const ObjKind Fun = 5
static let Fun: ObjKind = 5
const Fun ObjKind = 5
Const Fun As ObjKind = 5
Lbl
const Lbl: ObjKind = 6
const ObjKind Lbl = 6
static let Lbl: ObjKind = 6
const Lbl ObjKind = 6
Const Lbl As ObjKind = 6
Pkg
const Pkg: ObjKind = 1
const ObjKind Pkg = 1
static let Pkg: ObjKind = 1
const Pkg ObjKind = 1
Const Pkg As ObjKind = 1
RECV
const RECV: ChanDir = 2
const ChanDir RECV = 2
static let RECV: ChanDir = 2
const RECV ChanDir = 2
Const RECV As ChanDir = 2
SEND
const SEND: ChanDir = 1
const ChanDir SEND = 1
static let SEND: ChanDir = 1
const SEND ChanDir = 1
Const SEND As ChanDir = 1
Typ
const Typ: ObjKind = 3
const ObjKind Typ = 3
static let Typ: ObjKind = 3
const Typ ObjKind = 3
Const Typ As ObjKind = 3
Var
const Var: ObjKind = 4
const ObjKind Var = 4
static let Var: ObjKind = 4
const Var ObjKind = 4
Const Var As ObjKind = 4
FileExports
class method FileExports(src: Memory<File>): bool
static bool FileExports(Memory<File> src)
static func FileExports(_ src: Memory<File>) -> bool
func FileExports(src Memory<File>) bool
Shared Function FileExports(src As Memory<File>) As bool
Parameters:
- src:
FilterDecl
class method FilterDecl(decl: Decl; f: Filter): bool
static bool FilterDecl(Decl decl, Filter f)
static func FilterDecl(_ decl: Decl, _ f: Filter) -> bool
func FilterDecl(decl Decl, f Filter) bool
Shared Function FilterDecl(decl As Decl, f As Filter) As bool
Parameters:
- decl:
- f:
FilterFile
class method FilterFile(src: Memory<File>; f: Filter): bool
static bool FilterFile(Memory<File> src, Filter f)
static func FilterFile(_ src: Memory<File>, _ f: Filter) -> bool
func FilterFile(src Memory<File>, f Filter) bool
Shared Function FilterFile(src As Memory<File>, f As Filter) As bool
Parameters:
- src:
- f:
FilterPackage
class method FilterPackage(pkg: Memory<Package>; f: Filter): bool
static bool FilterPackage(Memory<Package> pkg, Filter f)
static func FilterPackage(_ pkg: Memory<Package>, _ f: Filter) -> bool
func FilterPackage(pkg Memory<Package>, f Filter) bool
Shared Function FilterPackage(pkg As Memory<Package>, f As Filter) As bool
Parameters:
- pkg:
- f:
Fprint
class method Fprint(w: Writer; fset: Memory<FileSet>; x: Object; f: FieldFilter): error
static error Fprint(Writer w, Memory<FileSet> fset, Object x, FieldFilter f)
static func Fprint(_ w: Writer, _ fset: Memory<FileSet>, _ x: Object, _ f: FieldFilter) -> error
func Fprint(w Writer, fset Memory<FileSet>, x interface{}, f FieldFilter) error
Shared Function Fprint(w As Writer, fset As Memory<FileSet>, x As Object, f As FieldFilter) As error
Parameters:
- w:
- fset:
- x:
- f:
Inspect
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
class method Inspect(node: Node; f: Func<Node, Boolean>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
class method Inspect(node: Node; f: Func<go.ast.Node,RemObjects.Elements.System.Boolean>)
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
static void Inspect(Node node, Func<Node, Boolean> f)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
static void Inspect(Node node, Func<go.ast.Node,RemObjects.Elements.System.Boolean> f)
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
static func Inspect(_ node: Node, _ f: Func<Node, Boolean>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
static func Inspect(_ node: Node, _ f: Func<go.ast.Node,RemObjects.Elements.System.Boolean>)
// .NET, .NET Standard 2.0
func Inspect(node Node, f Func<Node, Boolean>)
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
func Inspect(node Node, f Func<go.ast.Node,RemObjects.Elements.System.Boolean>) void
// Island-watchOS-armv7k
func Inspect(node Node, f Func<Node, Boolean>) void
// .NET, .NET Standard 2.0, Island-watchOS-armv7k
Shared Sub Inspect(node As Node, f As Func (Of Node, Boolean))
// Island-Android, Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows
Shared Sub Inspect(node As Node, f As Func<go.ast.Node,RemObjects.Elements.System.Boolean>)
Parameters:
- node:
- f:
IsExported
class method IsExported(name: string): bool
static bool IsExported(string name)
static func IsExported(_ name: string) -> bool
func IsExported(name string) bool
Shared Function IsExported(name As string) As bool
Parameters:
- name:
MergePackageFiles
class method MergePackageFiles(pkg: Memory<Package>; mode: MergeMode): Memory<File>
static Memory<File> MergePackageFiles(Memory<Package> pkg, MergeMode mode)
static func MergePackageFiles(_ pkg: Memory<Package>, _ mode: MergeMode) -> Memory<File>
func MergePackageFiles(pkg Memory<Package>, mode MergeMode) Memory<File>
Shared Function MergePackageFiles(pkg As Memory<Package>, mode As MergeMode) As Memory<File>
Parameters:
- pkg:
- mode:
NewCommentMap
class method NewCommentMap(fset: Memory<FileSet>; node: Node; comments: Slice<Memory<CommentGroup>>): CommentMap
static CommentMap NewCommentMap(Memory<FileSet> fset, Node node, Slice<Memory<CommentGroup>> comments)
static func NewCommentMap(_ fset: Memory<FileSet>, _ node: Node, _ comments: Slice<Memory<CommentGroup>>) -> CommentMap
func NewCommentMap(fset Memory<FileSet>, node Node, comments Slice<Memory<CommentGroup>>) CommentMap
Shared Function NewCommentMap(fset As Memory<FileSet>, node As Node, comments As Slice<Memory<CommentGroup>>) As CommentMap
Parameters:
- fset:
- node:
- comments:
NewIdent
class method NewIdent(name: string): Memory<Ident>
static Memory<Ident> NewIdent(string name)
static func NewIdent(_ name: string) -> Memory<Ident>
func NewIdent(name string) Memory<Ident>
Shared Function NewIdent(name As string) As Memory<Ident>
Parameters:
- name:
NewObj
class method NewObj(kind: ObjKind; name: string): Memory<Object>
static Memory<Object> NewObj(ObjKind kind, string name)
static func NewObj(_ kind: ObjKind, _ name: string) -> Memory<Object>
func NewObj(kind ObjKind, name string) Memory<Object>
Shared Function NewObj(kind As ObjKind, name As string) As Memory<Object>
Parameters:
- kind:
- name:
NewPackage
class method NewPackage(fset: Memory<FileSet>; files: Map<string, Memory<File>>; importer: Importer; universe: Memory<Scope>): tuple of (Memory<Package>, error)
static (Memory<Package>, error) NewPackage(Memory<FileSet> fset, Map<string, Memory<File>> files, Importer importer, Memory<Scope> universe)
static func NewPackage(_ fset: Memory<FileSet>, _ files: Map<string, Memory<File>>, _ importer: Importer, _ universe: Memory<Scope>) -> tuple of (Memory<Package>, error)
func NewPackage(fset Memory<FileSet>, files Map<string, Memory<File>>, importer Importer, universe Memory<Scope>) tuple of (Memory<Package>, error)
Shared Function NewPackage(fset As Memory<FileSet>, files As Map<string, Memory<File>>, importer As Importer, universe As Memory<Scope>) As Tuple (Of Memory<Package>, error)
Parameters:
- fset:
- files:
- importer:
- universe:
NewScope
class method NewScope(outer: Memory<Scope>): Memory<Scope>
static Memory<Scope> NewScope(Memory<Scope> outer)
static func NewScope(_ outer: Memory<Scope>) -> Memory<Scope>
func NewScope(outer Memory<Scope>) Memory<Scope>
Shared Function NewScope(outer As Memory<Scope>) As Memory<Scope>
Parameters:
- outer:
NotNilFilter
class method NotNilFilter(_: string; v: Value): bool
static bool NotNilFilter(string _, Value v)
static func NotNilFilter(_ _: string, _ v: Value) -> bool
func NotNilFilter(_ string, v Value) bool
Shared Function NotNilFilter(_ As string, v As Value) As bool
Parameters:
- _:
- v:
PackageExports
class method PackageExports(pkg: Memory<Package>): bool
static bool PackageExports(Memory<Package> pkg)
static func PackageExports(_ pkg: Memory<Package>) -> bool
func PackageExports(pkg Memory<Package>) bool
Shared Function PackageExports(pkg As Memory<Package>) As bool
Parameters:
- pkg:
class method Print(fset: Memory<FileSet>; x: Object): error
static error Print(Memory<FileSet> fset, Object x)
static func Print(_ fset: Memory<FileSet>, _ x: Object) -> error
func Print(fset Memory<FileSet>, x interface{}) error
Shared Function Print(fset As Memory<FileSet>, x As Object) As error
Parameters:
- fset:
- x:
SortImports
class method SortImports(fset: Memory<FileSet>; f: Memory<File>)
static void SortImports(Memory<FileSet> fset, Memory<File> f)
static func SortImports(_ fset: Memory<FileSet>, _ f: Memory<File>)
// .NET, .NET Standard 2.0
func SortImports(fset Memory<FileSet>, f Memory<File>)
// Island
func SortImports(fset Memory<FileSet>, f Memory<File>) void
Shared Sub SortImports(fset As Memory<FileSet>, f As Memory<File>)
Parameters:
- fset:
- f:
Walk
class method Walk(v: Visitor; node: Node)
static void Walk(Visitor v, Node node)
static func Walk(_ v: Visitor, _ node: Node)
// .NET, .NET Standard 2.0
func Walk(v Visitor, node Node)
// Island
func Walk(v Visitor, node Node) void
Shared Sub Walk(v As Visitor, node As Node)
Parameters:
- v:
- node: