public class HCoreUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPAND_RANGE_SIZE |
| Constructor and Description |
|---|
HCoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
checkSimpleValue(Object value,
net.thevpc.jeep.JNode node,
net.thevpc.jeep.JType type,
HLJCompilerContext compilerContextBase,
boolean acceptSwitchCaseAlternatives,
boolean[] refError) |
static Object |
evalCaseLiteral(net.thevpc.jeep.JNode n,
HLJCompilerContext compilerContextBase,
Map<String,net.thevpc.jeep.JTypedValue> vars,
boolean[] refError) |
static Object |
simplifyCaseLiteral(net.thevpc.jeep.JNode n,
net.thevpc.jeep.JType type,
HLJCompilerContext compilerContextBase,
boolean acceptSwitchCaseAlternatives,
boolean[] refError) |
public static final int EXPAND_RANGE_SIZE
public static Object checkSimpleValue(Object value, net.thevpc.jeep.JNode node, net.thevpc.jeep.JType type, HLJCompilerContext compilerContextBase, boolean acceptSwitchCaseAlternatives, boolean[] refError)
public static Object evalCaseLiteral(net.thevpc.jeep.JNode n, HLJCompilerContext compilerContextBase, Map<String,net.thevpc.jeep.JTypedValue> vars, boolean[] refError)
public static Object simplifyCaseLiteral(net.thevpc.jeep.JNode n, net.thevpc.jeep.JType type, HLJCompilerContext compilerContextBase, boolean acceptSwitchCaseAlternatives, boolean[] refError)
Copyright © 2021 vpc open source initiative. All rights reserved.