ImportSpec

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.ast
  • Platforms: .NET, .NET Standard 2.0, Island


 

constructor

 

constructor

 

ImportSpec()

 

init()

 

Sub New()

 

constructor(aDoc: Memory<CommentGroup>; aName: Memory<Ident>; aPath: Memory<BasicLit>; aComment: Memory<CommentGroup>; aEndPos: Pos)

 

ImportSpec(Memory<CommentGroup> aDoc, Memory<Ident> aName, Memory<BasicLit> aPath, Memory<CommentGroup> aComment, Pos aEndPos)

 

init(_ aDoc: Memory<CommentGroup>, _ aName: Memory<Ident>, _ aPath: Memory<BasicLit>, _ aComment: Memory<CommentGroup>, _ aEndPos: Pos)

 

Sub New(aDoc As Memory<CommentGroup>, aName As Memory<Ident>, aPath As Memory<BasicLit>, aComment As Memory<CommentGroup>, aEndPos As Pos)

Parameters:

  • aDoc:
  • aName:
  • aPath:
  • aComment:
  • aEndPos:

constructor (ImportSpec)

 

constructor(value: ImportSpec)

 

ImportSpec(ImportSpec value)

 

init(_ value: ImportSpec)

 

Sub New(value As ImportSpec)

Parameters:

  • value:

Comment

 

var Comment: Memory<CommentGroup>;

 

Memory<CommentGroup> Comment

 

var Comment: Memory<CommentGroup>

 

Comment Memory<CommentGroup>

 

FIELD Comment() As Memory<CommentGroup>

Doc

 

var Doc: Memory<CommentGroup>;

 

Memory<CommentGroup> Doc

 

var Doc: Memory<CommentGroup>

 

Doc Memory<CommentGroup>

 

FIELD Doc() As Memory<CommentGroup>

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

EndPos

 

var EndPos: Pos;

 

Pos EndPos

 

var EndPos: Pos

 

EndPos Pos

 

FIELD EndPos() As Pos

Name

 

var Name: Memory<Ident>;

 

Memory<Ident> Name

 

var Name: Memory<Ident>

 

Name Memory<Ident>

 

FIELD Name() As Memory<Ident>

Path

 

var Path: Memory<BasicLit>;

 

Memory<BasicLit> Path

 

var Path: Memory<BasicLit>

 

Path Memory<BasicLit>

 

FIELD Path() As Memory<BasicLit>

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos

 

Comment

 

var Comment: Memory<CommentGroup>;

 

Memory<CommentGroup> Comment

 

var Comment: Memory<CommentGroup>

 

Comment Memory<CommentGroup>

 

FIELD Comment() As Memory<CommentGroup>

Doc

 

var Doc: Memory<CommentGroup>;

 

Memory<CommentGroup> Doc

 

var Doc: Memory<CommentGroup>

 

Doc Memory<CommentGroup>

 

FIELD Doc() As Memory<CommentGroup>

EndPos

 

var EndPos: Pos;

 

Pos EndPos

 

var EndPos: Pos

 

EndPos Pos

 

FIELD EndPos() As Pos

Name

 

var Name: Memory<Ident>;

 

Memory<Ident> Name

 

var Name: Memory<Ident>

 

Name Memory<Ident>

 

FIELD Name() As Memory<Ident>

Path

 

var Path: Memory<BasicLit>;

 

Memory<BasicLit> Path

 

var Path: Memory<BasicLit>

 

Path Memory<BasicLit>

 

FIELD Path() As Memory<BasicLit>

 

constructor

 

constructor

 

ImportSpec()

 

init()

 

Sub New()

 

constructor(aDoc: Memory<CommentGroup>; aName: Memory<Ident>; aPath: Memory<BasicLit>; aComment: Memory<CommentGroup>; aEndPos: Pos)

 

ImportSpec(Memory<CommentGroup> aDoc, Memory<Ident> aName, Memory<BasicLit> aPath, Memory<CommentGroup> aComment, Pos aEndPos)

 

init(_ aDoc: Memory<CommentGroup>, _ aName: Memory<Ident>, _ aPath: Memory<BasicLit>, _ aComment: Memory<CommentGroup>, _ aEndPos: Pos)

 

Sub New(aDoc As Memory<CommentGroup>, aName As Memory<Ident>, aPath As Memory<BasicLit>, aComment As Memory<CommentGroup>, aEndPos As Pos)

Parameters:

  • aDoc:
  • aName:
  • aPath:
  • aComment:
  • aEndPos:

constructor (ImportSpec)

 

constructor(value: ImportSpec)

 

ImportSpec(ImportSpec value)

 

init(_ value: ImportSpec)

 

Sub New(value As ImportSpec)

Parameters:

  • value:

End Island

 

method End: Pos

 

Pos End()

 

func End() -> Pos

 

func End() Pos

 

Function End() As Pos

Pos Island

 

method Pos: Pos

 

Pos Pos()

 

func Pos() -> Pos

 

func Pos() Pos

 

Function Pos() As Pos