public class

Instruction

extends Object
implements Constants
java.lang.Object
   ↳ sun.tools.asm.Instruction
Known Direct Subclasses

Class Overview

An Java instruction WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

[Expand]
Inherited Constants
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Fields
public static final double SWITCHRATIO When deciding between a lookupswitch and a tableswitch, this value is used in determining how much size increase is acceptable.
[Expand]
Inherited Fields
From interface sun.tools.java.Constants
From interface sun.tools.java.RuntimeConstants
Public Constructors
Instruction(long where, int opc, Object value, boolean flagCondInverted)
Constructor
Instruction(boolean flagNoCovered, long where, int opc, Object value)
Constructor
Instruction(long where, int opc, boolean flagNoCovered)
Constructor
Instruction(long where, int opc, Object value)
Constructor
Public Methods
int getOpcode()
Accessor
Object getValue()
void setValue(Object value)
String toString()
toString
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final double SWITCHRATIO

When deciding between a lookupswitch and a tableswitch, this value is used in determining how much size increase is acceptable.

Public Constructors

public Instruction (long where, int opc, Object value, boolean flagCondInverted)

Constructor

public Instruction (boolean flagNoCovered, long where, int opc, Object value)

Constructor

public Instruction (long where, int opc, boolean flagNoCovered)

Constructor

public Instruction (long where, int opc, Object value)

Constructor

Public Methods

public int getOpcode ()

Accessor

public Object getValue ()

public void setValue (Object value)

public String toString ()

toString

Returns
  • a string representation of the object.