public class JNodeUtils2 extends Object
| Constructor and Description |
|---|
JNodeUtils2() |
| Modifier and Type | Method and Description |
|---|---|
static JNodeFunctionCall |
createFunctionCall(net.thevpc.jeep.JFunction f,
JDefaultNode... nargs) |
static net.thevpc.jeep.JType |
firstCommonSuperType(JDefaultNode arg1,
JDefaultNode arg2) |
static boolean |
formatRequirePar(net.thevpc.jeep.JNode e) |
static net.thevpc.jeep.JEvaluable[] |
getEvaluatables(JDefaultNode... args) |
static Object |
getIncDefaultValue(Object u) |
static net.thevpc.jeep.JType |
getType(JDefaultNode arg) |
static net.thevpc.jeep.JType |
getTypeOrNull(JDefaultNode arg) |
static net.thevpc.jeep.JType[] |
getTypes(JDefaultNode[] args) |
static net.thevpc.jeep.JType[] |
getTypesOrNull(JDefaultNode[] args) |
static boolean |
isTypeSet(JDefaultNode arg) |
static boolean |
isTypeSet(net.thevpc.jeep.JNode... arg) |
static net.thevpc.jeep.JNode[] |
toArray(net.thevpc.jeep.JNode node) |
static String |
toPar(net.thevpc.jeep.JNode e) |
public static net.thevpc.jeep.JType getTypeOrNull(JDefaultNode arg)
public static JNodeFunctionCall createFunctionCall(net.thevpc.jeep.JFunction f, JDefaultNode... nargs)
public static String toPar(net.thevpc.jeep.JNode e)
public static boolean formatRequirePar(net.thevpc.jeep.JNode e)
public static net.thevpc.jeep.JNode[] toArray(net.thevpc.jeep.JNode node)
public static boolean isTypeSet(net.thevpc.jeep.JNode... arg)
public static boolean isTypeSet(JDefaultNode arg)
public static net.thevpc.jeep.JType getType(JDefaultNode arg)
public static net.thevpc.jeep.JType[] getTypesOrNull(JDefaultNode[] args)
public static net.thevpc.jeep.JType[] getTypes(JDefaultNode[] args)
public static net.thevpc.jeep.JEvaluable[] getEvaluatables(JDefaultNode... args)
public static net.thevpc.jeep.JType firstCommonSuperType(JDefaultNode arg1, JDefaultNode arg2)
Copyright © 2021 vpc open source initiative. All rights reserved.