public interface

ICNativeStatement

implements ICStatement
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICNativeStatement

Class Overview

A custom statement. By default, if a command name is not specified, the underlying native instruction is fetched and rendered in an __asm block.

If a command name is specified, the default generator generates it, along with the optional input and output operands: (out1, out2, ...) = COMMAND(in1, in2, ...)

Summary

Public Methods
abstract String getCommandName()
abstract List<ICElement> getInputElements()
abstract long getNativeAddress()
abstract List<ICElement> getOutputElements()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement

Public Methods

public abstract String getCommandName ()

public abstract List<ICElement> getInputElements ()

public abstract long getNativeAddress ()

public abstract List<ICElement> getOutputElements ()