public class DefaultNExprs extends Object implements net.thevpc.nuts.expr.NExprs
| Constructor and Description |
|---|
DefaultNExprs(NWorkspace workspace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofConst, ofVar, ofVarpublic DefaultNExprs(NWorkspace workspace)
public net.thevpc.nuts.expr.NExprDeclarations newDeclarations(boolean includeDefaults)
newDeclarations in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprDeclarations newDeclarations()
newDeclarations in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprVar newVar(String var)
newVar in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprVar newVar(String var, Object value)
newVar in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprVar newConst(String name, Object value)
newConst in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprDeclarations newDeclarations(boolean includeDefaults, net.thevpc.nuts.expr.NExprEvaluator evaluator)
newDeclarations in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprMutableDeclarations newMutableDeclarations(boolean includeDefaults)
newMutableDeclarations in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprMutableDeclarations newMutableDeclarations(net.thevpc.nuts.expr.NExprEvaluator evaluator)
newMutableDeclarations in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprMutableDeclarations newMutableDeclarations()
newMutableDeclarations in interface net.thevpc.nuts.expr.NExprspublic net.thevpc.nuts.expr.NExprMutableDeclarations newMutableDeclarations(boolean includeDefaults, net.thevpc.nuts.expr.NExprEvaluator evaluator)
newMutableDeclarations in interface net.thevpc.nuts.expr.NExprspublic NWorkspace getWorkspace()
public <A,B> NOptional<NFunction2<A,B,?>> findCommonInfixOp(net.thevpc.nuts.expr.NExprCommonOp op, Class<? extends A> firstArgType, Class<? extends B> secondArgType)
findCommonInfixOp in interface net.thevpc.nuts.expr.NExprspublic <A> NOptional<NFunction<A,?>> findCommonPrefixOp(net.thevpc.nuts.expr.NExprCommonOp op, Class<? extends A> argType)
findCommonPrefixOp in interface net.thevpc.nuts.expr.NExprspublic <A> NOptional<NFunction<A,?>> findCommonPostfixOp(net.thevpc.nuts.expr.NExprCommonOp op, Class<? extends A> argType)
findCommonPostfixOp in interface net.thevpc.nuts.expr.NExprspublic int getSupportLevel(NSupportLevelContext context)
getSupportLevel in interface NComponentCopyright © 2025 vpc open source initiative. All rights reserved.