Home
last modified time | relevance | path

Searched defs:ApplyExp (Results 1 – 1 of 1) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DApplyExp.java25 public class ApplyExp extends Expression class
143 public ApplyExp (Expression f, Expression... a) { func = f; args = a; } in ApplyExp() method in ApplyExp
145 public ApplyExp (Procedure p, Expression... a) { this(new QuoteExp(p), a); } in ApplyExp() method in ApplyExp
147 public ApplyExp (Method m, Expression... a) in ApplyExp() method in ApplyExp