public class CodegenObjectHandler extends ReflectionObjectHandler
MAP_METHOD
Constructor and Description |
---|
CodegenObjectHandler() |
Modifier and Type | Method and Description |
---|---|
protected ClassGuard |
createClassGuard(int i,
Object scope) |
protected DepthGuard |
createDepthGuard(int length) |
protected DotGuard |
createDotGuard(int i,
Object scope,
String lookup) |
protected MapGuard |
createMapGuard(int scopeIndex,
Wrapper[] wrappers,
String name,
boolean contains) |
protected MissingWrapper |
createMissingWrapper(String name,
List<Guard> guards) |
protected NullGuard |
createNullGuard() |
protected WrappedGuard |
createWrappedGuard(int i,
List<Wrapper> wrappers,
List<Guard> wrapperGuard) |
protected Wrapper |
createWrapper(int scopeIndex,
Wrapper[] wrappers,
List<? extends Guard> guards,
AccessibleObject member,
Object[] arguments) |
areMethodsAccessible, createBinding, find, findWrapper, unwrap
checkField, checkMethod, coerce, falsey, findMember, getField, getMethod, iterate, stringify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
makeList, makeList
protected ClassGuard createClassGuard(int i, Object scope)
createClassGuard
in class ReflectionObjectHandler
protected DepthGuard createDepthGuard(int length)
createDepthGuard
in class ReflectionObjectHandler
protected DotGuard createDotGuard(int i, Object scope, String lookup)
createDotGuard
in class ReflectionObjectHandler
protected MapGuard createMapGuard(int scopeIndex, Wrapper[] wrappers, String name, boolean contains)
createMapGuard
in class ReflectionObjectHandler
protected NullGuard createNullGuard()
createNullGuard
in class ReflectionObjectHandler
protected WrappedGuard createWrappedGuard(int i, List<Wrapper> wrappers, List<Guard> wrapperGuard)
createWrappedGuard
in class ReflectionObjectHandler
protected MissingWrapper createMissingWrapper(String name, List<Guard> guards)
createMissingWrapper
in class ReflectionObjectHandler
protected Wrapper createWrapper(int scopeIndex, Wrapper[] wrappers, List<? extends Guard> guards, AccessibleObject member, Object[] arguments)
createWrapper
in class ReflectionObjectHandler
Copyright © 2016. All rights reserved.