Decompiled Code For HLOOKUP( C115, D$114:G$116, 2.0, false )
The expression
=HLOOKUP( C115, D$114:G$116, 2.0, false )
is compiled to the following class(es):
package org.formulacompiler.gen; import org.formulacompiler.runtime.Computation; import org.formulacompiler.runtime.FormulaException; import org.formulacompiler.runtime.internal.Environment; import org.formulacompiler.runtime.internal.Runtime_v2; import org.formulacompiler.tests.reference.base.Inputs; import org.formulacompiler.tests.reference.base.Outputs; final class $Root extends Outputs implements Computation { private final Inputs $inputs; final Environment $environment; private String[] $constarr$0; $Root(Inputs inputs, Environment environment) { $environment = environment; $inputs = inputs; } final String get$0() { return $idx$0(Runtime_v2.fun_MATCH_Exact(get$1(), $constarr$0()) - 1); } public final String str() { return get$0(); } final String[] $constarr$0() { if ($constarr$0 == null) $constarr$0 = new String[] { "one", "two", "three", "four" }; return $constarr$0; } final String $idx$0(int i) { switch (i) { case 0: return "\u043e\u0434\u0438\u043d"; case 1: return "\u0434\u0432\u0430"; case 2: return "\u0442\u0440\u0438"; case 3: return "\u0447\u0435\u0442\u044b\u0440\u0435"; default: throw new FormulaException ("#VALUE/REF! because index is out of range in INDEX"); } } final String get$1() { return Runtime_v2.stringFromString($inputs.str(0)); } }