com.vladium.jcd.opcodes
Class IOpcodes.clinit

java.lang.Object
  extended bycom.vladium.jcd.opcodes.IOpcodes.clinit
Enclosing class:
IOpcodes

public static final class IOpcodes.clinit
extends java.lang.Object


Field Summary
(package private) static boolean[] _BRANCHES
           
(package private) static boolean[] _COMPOUND_CONDITIONAL_BRANCHES
           
(package private) static boolean[] _CONDITIONAL_BRANCHES
           
(package private) static int[] _NARROW_SIZE
           
(package private) static boolean[] _UNCONDITIONAL_BRANCHES
           
(package private) static int[] _WIDE_SIZE
           
 
Constructor Summary
IOpcodes.clinit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_CONDITIONAL_BRANCHES

static final boolean[] _CONDITIONAL_BRANCHES

_COMPOUND_CONDITIONAL_BRANCHES

static final boolean[] _COMPOUND_CONDITIONAL_BRANCHES

_UNCONDITIONAL_BRANCHES

static final boolean[] _UNCONDITIONAL_BRANCHES

_BRANCHES

static final boolean[] _BRANCHES

_NARROW_SIZE

static final int[] _NARROW_SIZE

_WIDE_SIZE

static final int[] _WIDE_SIZE
Constructor Detail

IOpcodes.clinit

public IOpcodes.clinit()