Global

Location

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

Constants


RawFormat

 

const RawFormat: Mode = 1;

 

const Mode RawFormat = 1

 

static let RawFormat: Mode = 1

 

const RawFormat Mode = 1

 

Dim RawFormat As Mode = 1

SourcePos

 

const SourcePos: Mode = 8;

 

const Mode SourcePos = 8

 

static let SourcePos: Mode = 8

 

const SourcePos Mode = 8

 

Dim SourcePos As Mode = 8

TabIndent

 

const TabIndent: Mode = 2;

 

const Mode TabIndent = 2

 

static let TabIndent: Mode = 2

 

const TabIndent Mode = 2

 

Dim TabIndent As Mode = 2

UseSpaces

 

const UseSpaces: Mode = 4;

 

const Mode UseSpaces = 4

 

static let UseSpaces: Mode = 4

 

const UseSpaces Mode = 4

 

Dim UseSpaces As Mode = 4

Methods


Fprint

 

// .NET, .NET Standard 2.0
class method Fprint(output: Writer; fset: Memory<FileSet>; node: Object): error
// Island
class method Fprint(output: Writer; fset: Memory<FileSet>; node: Object): error

 

// .NET, .NET Standard 2.0
static error Fprint(Writer output, Memory<FileSet> fset, Object node)
// Island
static error Fprint(Writer output, Memory<FileSet> fset, Object node)

 

// .NET, .NET Standard 2.0
static func Fprint(_ output: Writer, _ fset: Memory<FileSet>, _ node: Object) -> error
// Island
static func Fprint(_ output: Writer, _ fset: Memory<FileSet>, _ node: Object) -> error

 

// .NET, .NET Standard 2.0
func Fprint(output Writer, fset Memory<FileSet>, node interface{}) error
// Island
func Fprint(output Writer, fset Memory<FileSet>, node interface{}) error

 

// .NET, .NET Standard 2.0
Shared Function Fprint(output As Writer, fset As Memory<FileSet>, node As Object) As error
// Island
Shared Function Fprint(output As Writer, fset As Memory<FileSet>, node As Object) As error

Parameters:

  • output:
  • fset:
  • node: