| Package | Description |
|---|---|
| org.jboss.classfilewriter | |
| org.jboss.classfilewriter.util | |
| org.jboss.weld.bean.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util.bytecode |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
CodeAttribute |
ClassMethod.getCodeAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static CodeAttribute |
Boxing.unbox(CodeAttribute ca,
java.lang.String desc) |
static CodeAttribute |
Boxing.unboxBoolean(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxByte(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxChar(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxDouble(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxFloat(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxInt(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxLong(CodeAttribute bc) |
static CodeAttribute |
Boxing.unboxShort(CodeAttribute bc) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyFactory.getMethodHandlerField(ClassFile file,
CodeAttribute b) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BytecodeUtils.addLoadInstruction(CodeAttribute code,
java.lang.String type,
int variable)
Adds the correct load instruction based on the type descriptor
|
void |
DeferredBytecode.apply(CodeAttribute codeAttribute) |
static void |
BytecodeUtils.pushClassType(CodeAttribute b,
java.lang.String classType)
Pushes a class type onto the stack from the string representation This can
also handle primitives
|
Copyright © 2015. All Rights Reserved.