Package net.jumpaku.exprml
Class DefStackKt
-
- All Implemented Interfaces:
public final class DefStackKt
-
-
Method Summary
Modifier and Type Method Description final static DefStack
register(DefStack $self, Eval.Definition def)
final static DefStack
find(DefStack $self, String ident)
final static Eval.Definition
newDefinition(Expr.Path path, String ident, Value value)
-
-
Method Detail
-
register
final static DefStack register(DefStack $self, Eval.Definition def)
-
newDefinition
final static Eval.Definition newDefinition(Expr.Path path, String ident, Value value)
-
-
-
-