public final class BytecodeHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
detachElements(Bytecode bytecode) |
static Bytecode |
filterInstructions(Bytecode bytecode,
Predicate<Bytecode.Instruction> predicate) |
static Optional<String> |
getLambdaLanguage(Bytecode bytecode) |
static void |
removeBindings(Bytecode bytecode) |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.