org.designwizard.extractor.asm.util
Class OpcodesTranslator

java.lang.Object
  extended by org.designwizard.extractor.asm.util.OpcodesTranslator

public class OpcodesTranslator
extends java.lang.Object


Field Summary
static java.lang.String[] OPCODES
           
static java.lang.String[] TYPES
           
 
Constructor Summary
OpcodesTranslator()
           
 
Method Summary
static java.util.Collection<java.lang.String> extractOpcodes(int access)
          Extracts the opcodes from the given access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPCODES

public static final java.lang.String[] OPCODES

TYPES

public static final java.lang.String[] TYPES
Constructor Detail

OpcodesTranslator

public OpcodesTranslator()
Method Detail

extractOpcodes

public static java.util.Collection<java.lang.String> extractOpcodes(int access)
Extracts the opcodes from the given access.

Parameters:
int - access The access of the entity.
Returns:
A Collection object containing a String representation of the opcodes extracted from the given access.