Home
last modified time | relevance | path

Searched refs:visitQuoteExp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DExpVisitor.java111 protected R visitQuoteExp(QuoteExp exp, D d) { return visitExpression(exp, d); } in visitQuoteExp() method in ExpVisitor
H A DQuoteExp.java148 return visitor.visitQuoteExp(this, d); in visit()
H A DInlineCalls.java254 protected Expression visitQuoteExp(QuoteExp exp, Type required) { in visitQuoteExp() method in InlineCalls
369 … return visitQuoteExp(new QuoteExp(((QuoteExp) dval).getValue(), decl.getType()), required); in visitReferenceExp()
H A DANormalize.java249 protected Expression visitQuoteExp(QuoteExp exp, Context context) { in visitQuoteExp() method in ANormalize