Modifier and Type | Method and Description |
---|---|
static <A extends TraversalStrategy> |
findStrategies(Bytecode bytecode,
Class<A> clazz)
Parses
Bytecode to find TraversalStrategy objects in the source instructions. |
public static <A extends TraversalStrategy> Iterator<A> findStrategies(Bytecode bytecode, Class<A> clazz)
Bytecode
to find TraversalStrategy
objects in the source instructions.Copyright © 2013–2020 Apache Software Foundation. All rights reserved.