ALUOpConstant

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

 

ALUOpConstant()

 

init()

 

Sub New()

constructor (ALUOp, UInt32)

 

// .NET, .NET Standard 2.0
constructor(aOp: ALUOp; aVal: UInt32)
// Island
constructor(aOp: ALUOp; aVal: uint32)

 

// .NET, .NET Standard 2.0
ALUOpConstant(ALUOp aOp, UInt32 aVal)
// Island
ALUOpConstant(ALUOp aOp, uint32 aVal)

 

// .NET, .NET Standard 2.0
init(_ aOp: ALUOp, _ aVal: UInt32)
// Island
init(_ aOp: ALUOp, _ aVal: uint32)

 

// .NET, .NET Standard 2.0
Sub New(aOp As ALUOp, aVal As UInt32)
// Island
Sub New(aOp As ALUOp, aVal As uint32)

Parameters:

  • aOp:
  • aVal:

constructor (ALUOpConstant)

 

constructor(value: ALUOpConstant)

 

ALUOpConstant(ALUOpConstant value)

 

init(_ value: ALUOpConstant)

 

Sub New(value As ALUOpConstant)

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)

Op

 

var Op: ALUOp;

 

ALUOp Op

 

var Op: ALUOp

 

Op ALUOp

 

FIELD Op() As ALUOp

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string

Val

 

var Val: uint32;

 

uint32 Val

 

var Val: uint32

 

Val uint32

 

FIELD Val() As uint32

 

Op

 

var Op: ALUOp;

 

ALUOp Op

 

var Op: ALUOp

 

Op ALUOp

 

FIELD Op() As ALUOp

Val

 

var Val: uint32;

 

uint32 Val

 

var Val: uint32

 

Val uint32

 

FIELD Val() As uint32

 

constructor

 

constructor

 

ALUOpConstant()

 

init()

 

Sub New()

constructor (ALUOp, UInt32)

 

// .NET, .NET Standard 2.0
constructor(aOp: ALUOp; aVal: UInt32)
// Island
constructor(aOp: ALUOp; aVal: uint32)

 

// .NET, .NET Standard 2.0
ALUOpConstant(ALUOp aOp, UInt32 aVal)
// Island
ALUOpConstant(ALUOp aOp, uint32 aVal)

 

// .NET, .NET Standard 2.0
init(_ aOp: ALUOp, _ aVal: UInt32)
// Island
init(_ aOp: ALUOp, _ aVal: uint32)

 

// .NET, .NET Standard 2.0
Sub New(aOp As ALUOp, aVal As UInt32)
// Island
Sub New(aOp As ALUOp, aVal As uint32)

Parameters:

  • aOp:
  • aVal:

constructor (ALUOpConstant)

 

constructor(value: ALUOpConstant)

 

ALUOpConstant(ALUOpConstant value)

 

init(_ value: ALUOpConstant)

 

Sub New(value As ALUOpConstant)

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