JumpIfX

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.net.bpf
  • Platforms: .NET, .NET Standard 2.0, Island


 

constructor

 

constructor

 

JumpIfX()

 

init()

 

Sub New()

constructor (JumpTest, Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aCond: JumpTest; aSkipTrue: Byte; aSkipFalse: Byte)
// Island
constructor(aCond: JumpTest; aSkipTrue: uint8; aSkipFalse: uint8)

 

// .NET, .NET Standard 2.0
JumpIfX(JumpTest aCond, Byte aSkipTrue, Byte aSkipFalse)
// Island
JumpIfX(JumpTest aCond, uint8 aSkipTrue, uint8 aSkipFalse)

 

// .NET, .NET Standard 2.0
init(_ aCond: JumpTest, _ aSkipTrue: Byte, _ aSkipFalse: Byte)
// Island
init(_ aCond: JumpTest, _ aSkipTrue: uint8, _ aSkipFalse: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aCond As JumpTest, aSkipTrue As Byte, aSkipFalse As Byte)
// Island
Sub New(aCond As JumpTest, aSkipTrue As uint8, aSkipFalse As uint8)

Parameters:

  • aCond:
  • aSkipTrue:
  • aSkipFalse:

constructor (JumpIfX)

 

constructor(value: JumpIfX)

 

JumpIfX(JumpIfX value)

 

init(_ value: JumpIfX)

 

Sub New(value As JumpIfX)

Parameters:

  • value:

Assemble

 

method Assemble: tuple of (RawInstruction, error)

 

(RawInstruction, error) Assemble()

 

func Assemble() -> (RawInstruction, error)

 

func Assemble() tuple of (RawInstruction, error)

 

Function Assemble() As Tuple (Of RawInstruction, error)

Cond

 

var Cond: JumpTest;

 

JumpTest Cond

 

var Cond: JumpTest

 

Cond JumpTest

 

FIELD Cond() As JumpTest

SkipFalse

 

var SkipFalse: uint8;

 

uint8 SkipFalse

 

var SkipFalse: uint8

 

SkipFalse uint8

 

FIELD SkipFalse() As uint8

SkipTrue

 

var SkipTrue: uint8;

 

uint8 SkipTrue

 

var SkipTrue: uint8

 

SkipTrue uint8

 

FIELD SkipTrue() As uint8

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

 

Cond

 

var Cond: JumpTest;

 

JumpTest Cond

 

var Cond: JumpTest

 

Cond JumpTest

 

FIELD Cond() As JumpTest

SkipFalse

 

var SkipFalse: uint8;

 

uint8 SkipFalse

 

var SkipFalse: uint8

 

SkipFalse uint8

 

FIELD SkipFalse() As uint8

SkipTrue

 

var SkipTrue: uint8;

 

uint8 SkipTrue

 

var SkipTrue: uint8

 

SkipTrue uint8

 

FIELD SkipTrue() As uint8

 

constructor

 

constructor

 

JumpIfX()

 

init()

 

Sub New()

constructor (JumpTest, Byte, Byte)

 

// .NET, .NET Standard 2.0
constructor(aCond: JumpTest; aSkipTrue: Byte; aSkipFalse: Byte)
// Island
constructor(aCond: JumpTest; aSkipTrue: uint8; aSkipFalse: uint8)

 

// .NET, .NET Standard 2.0
JumpIfX(JumpTest aCond, Byte aSkipTrue, Byte aSkipFalse)
// Island
JumpIfX(JumpTest aCond, uint8 aSkipTrue, uint8 aSkipFalse)

 

// .NET, .NET Standard 2.0
init(_ aCond: JumpTest, _ aSkipTrue: Byte, _ aSkipFalse: Byte)
// Island
init(_ aCond: JumpTest, _ aSkipTrue: uint8, _ aSkipFalse: uint8)

 

// .NET, .NET Standard 2.0
Sub New(aCond As JumpTest, aSkipTrue As Byte, aSkipFalse As Byte)
// Island
Sub New(aCond As JumpTest, aSkipTrue As uint8, aSkipFalse As uint8)

Parameters:

  • aCond:
  • aSkipTrue:
  • aSkipFalse:

constructor (JumpIfX)

 

constructor(value: JumpIfX)

 

JumpIfX(JumpIfX value)

 

init(_ value: JumpIfX)

 

Sub New(value As JumpIfX)

Parameters:

  • value:

Assemble

 

method Assemble: tuple of (RawInstruction, error)

 

(RawInstruction, error) Assemble()

 

func Assemble() -> (RawInstruction, error)

 

func Assemble() tuple of (RawInstruction, error)

 

Function Assemble() As Tuple (Of RawInstruction, error)

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string