Package | Description |
---|---|
com.github.mustachejava | |
com.github.mustachejava.jruby | |
com.github.mustachejava.reflect | |
com.github.mustachejava.reflect.guards |
Modifier and Type | Method and Description |
---|---|
Wrapper |
ObjectHandler.find(java.lang.String name,
java.lang.Object[] scopes)
Find a value named "name" in the array of scopes in reverse order.
|
Modifier and Type | Method and Description |
---|---|
protected Wrapper |
JRubyObjectHandler.findWrapper(int scopeIndex,
Wrapper[] wrappers,
java.util.List<Guard> guards,
java.lang.Object scope,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected Wrapper |
JRubyObjectHandler.findWrapper(int scopeIndex,
Wrapper[] wrappers,
java.util.List<Guard> guards,
java.lang.Object scope,
java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
GuardedWrapper
Wrapper that guards.
|
class |
MissingWrapper
Used to mark a wrapper this is only guarding a complete miss.
|
class |
ReflectionWrapper
Used for evaluating values at a callsite
|
Modifier and Type | Field and Description |
---|---|
protected Wrapper[] |
ReflectionWrapper.wrappers |
Modifier and Type | Method and Description |
---|---|
protected Wrapper |
ReflectionObjectHandler.createWrapper(int scopeIndex,
Wrapper[] wrappers,
java.util.List<? extends Guard> guard,
java.lang.reflect.AccessibleObject member,
java.lang.Object[] arguments) |
Wrapper |
SimpleObjectHandler.find(java.lang.String name,
java.lang.Object[] scopes) |
Wrapper |
ReflectionObjectHandler.find(java.lang.String name,
java.lang.Object[] scopes) |
protected Wrapper |
ReflectionObjectHandler.findWrapper(int scopeIndex,
Wrapper[] wrappers,
java.util.List<Guard> guards,
java.lang.Object scope,
java.lang.String name) |
protected Wrapper |
GuardedBinding.getWrapper(java.lang.String name,
java.lang.Object[] scopes) |
Wrapper[] |
ReflectionWrapper.getWrappers() |
Modifier and Type | Method and Description |
---|---|
protected MapGuard |
ReflectionObjectHandler.createMapGuard(int scopeIndex,
Wrapper[] wrappers,
java.lang.String name,
boolean contains) |
protected Wrapper |
ReflectionObjectHandler.createWrapper(int scopeIndex,
Wrapper[] wrappers,
java.util.List<? extends Guard> guard,
java.lang.reflect.AccessibleObject member,
java.lang.Object[] arguments) |
protected Wrapper |
ReflectionObjectHandler.findWrapper(int scopeIndex,
Wrapper[] wrappers,
java.util.List<Guard> guards,
java.lang.Object scope,
java.lang.String name) |
static java.lang.Object |
ReflectionObjectHandler.unwrap(ObjectHandler oh,
int scopeIndex,
Wrapper[] wrappers,
java.lang.Object[] scopes) |
Modifier and Type | Method and Description |
---|---|
protected WrappedGuard |
ReflectionObjectHandler.createWrappedGuard(int i,
java.util.List<Wrapper> wrappers,
java.util.List<Guard> wrapperGuard) |
Constructor and Description |
---|
ReflectionWrapper(int scopeIndex,
Wrapper[] wrappers,
Guard[] guard,
java.lang.reflect.AccessibleObject method,
java.lang.Object[] arguments,
ObjectHandler oh) |
Modifier and Type | Field and Description |
---|---|
protected Wrapper[] |
WrappedGuard.wrappers |
protected Wrapper[] |
MapGuard.wrappers |
Constructor and Description |
---|
MapGuard(ObjectHandler oh,
int scopeIndex,
java.lang.String name,
boolean contains,
Wrapper[] wrappers) |
Constructor and Description |
---|
WrappedGuard(ObjectHandler oh,
int index,
java.util.List<Wrapper> wrappers,
java.util.List<Guard> wrapperGuard) |
Copyright © 2012. All Rights Reserved.