|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.designwizard.extractor.asm.util.OpcodesTranslator
public class OpcodesTranslator
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 |
---|
public static final java.lang.String[] OPCODES
public static final java.lang.String[] TYPES
Constructor Detail |
---|
public OpcodesTranslator()
Method Detail |
---|
public static java.util.Collection<java.lang.String> extractOpcodes(int access)
int
- access The access of the entity.
Collection
object containing a String
representation of the opcodes
extracted from the given access.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |