Searched refs:binaryOperations (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/
H A DAccessorTestGenerator.java59 public final BinaryOperation[] binaryOperations; field in class:AccessorTestGenerator.TypeDef
60 public TypeDef(String name, UnaryOperation[] unaryOperations, BinaryOperation[] binaryOperations) { argument
63 this.binaryOperations = binaryOperations;

Completed in 98 milliseconds