Package | Description |
---|---|
jfun.jaskell.ast |
Provides classes and interfaces for the abstract syntax tree of jaskell.
|
Modifier and Type | Method and Description |
---|---|
InterpolatedString |
InterpolatedString.setExprs(Expr[] exprs)
replace the sub-expressions.
|
Modifier and Type | Method and Description |
---|---|
static Expr |
Exprs.buildInterpolatedString(int from,
Location loc,
InterpolatedString str)
Build an expression of an interpolated string literal.
|
java.lang.Object |
ExprVisitor.visitInterpolatedString(int from,
Location loc,
InterpolatedString str)
Visit an interpolated string literal.
|