|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InlineCalls | |
|---|---|
| gnu.expr | Supports Expression,
and various related classes need to compile programming languages. |
| gnu.kawa.reflect | Contains classes to use reflection. |
| Uses of InlineCalls in gnu.expr |
|---|
| Methods in gnu.expr with parameters of type InlineCalls | |
|---|---|
Expression |
ReferenceExp.inline(ApplyExp exp,
InlineCalls walker,
Declaration decl)
|
Expression |
Expression.inline(ApplyExp exp,
InlineCalls walker,
Declaration decl)
Apply inlining transformations on a given ApplyExp. |
Expression |
LambdaExp.inline(ApplyExp exp,
InlineCalls walker,
Declaration decl)
|
Expression |
QuoteExp.inline(ApplyExp exp,
InlineCalls walker,
Declaration decl)
|
| Uses of InlineCalls in gnu.kawa.reflect |
|---|
| Methods in gnu.kawa.reflect with parameters of type InlineCalls | |
|---|---|
static ApplyExp |
Invoke.inlineClassName(ApplyExp exp,
int carg,
InlineCalls walker)
Resolve class specifier to ClassType at inline time. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||