Searched defs:newOperation (Results 1 – 4 of 4) sorted by relevance
109 public BasicValue newOperation(final AbstractInsnNode insn) throws AnalyzerException { in newOperation() method in BasicInterpreter
79 public SourceValue newOperation(final AbstractInsnNode insn) { in newOperation() method in SourceInterpreter
159 public abstract V newOperation(AbstractInsnNode insn) throws AnalyzerException; in newOperation() method in Interpreter
1221 public MockValue newOperation(final AbstractInsnNode insn) { in newOperation() method in AnalyzerTest.MockInterpreter