BytecodeHelper
.public final class BytecodeUtil extends Object
Bytecode
.Modifier and Type | Method and Description |
---|---|
static <A extends TraversalStrategy> |
findStrategies(Bytecode bytecode,
Class<A> clazz)
Deprecated.
As of release 3.4.9, replaced by
BytecodeHelper.findStrategies(Bytecode, Class) . |
@Deprecated public static <A extends TraversalStrategy> Iterator<A> findStrategies(Bytecode bytecode, Class<A> clazz)
BytecodeHelper.findStrategies(Bytecode, Class)
.Bytecode
to find TraversalStrategy
objects in the source instructions.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.