Package | Description |
---|---|
com.github.mustachejava.indy |
Modifier and Type | Method and Description |
---|---|
static IndyWrapper |
IndyWrapper.create(CodegenReflectionWrapper rw) |
static IndyWrapper |
IndyWrapper.create(CodegenReflectionWrapper rw,
boolean guard)
We replace a codegenerated reflection based wrapper with one that uses
invoke dynamic.
|
Modifier and Type | Method and Description |
---|---|
static Object |
IndyWrapper.lookup(MutableCallSite callSite,
IndyWrapper iw,
Object scope)
This bootstrap method does the actual work of tracking down the CallSite at runtime.
|
Copyright © 2016. All rights reserved.