public class DefaultNExprVarDeclaration extends Object implements net.thevpc.nuts.expr.NExprVarDeclaration
| Constructor and Description |
|---|
DefaultNExprVarDeclaration(String name,
net.thevpc.nuts.expr.NExprVar impl) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.expr.NExprVar |
asVar() |
Object |
get(net.thevpc.nuts.expr.NExprDeclarations context) |
String |
getName() |
Object |
set(Object value,
net.thevpc.nuts.expr.NExprDeclarations context) |
public DefaultNExprVarDeclaration(String name, net.thevpc.nuts.expr.NExprVar impl)
public String getName()
getName in interface net.thevpc.nuts.expr.NExprVarDeclarationpublic Object get(net.thevpc.nuts.expr.NExprDeclarations context)
get in interface net.thevpc.nuts.expr.NExprVarDeclarationpublic Object set(Object value, net.thevpc.nuts.expr.NExprDeclarations context)
set in interface net.thevpc.nuts.expr.NExprVarDeclarationpublic net.thevpc.nuts.expr.NExprVar asVar()
asVar in interface net.thevpc.nuts.expr.NExprVarDeclarationCopyright © 2025 vpc open source initiative. All rights reserved.