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()
// .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)
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
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Val
Op
Val
constructor
constructor
ALUOpConstant()
init()
Sub New()
// .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)
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