Searched refs:_contextClass (Results 1 – 1 of 1) sorted by relevance
41 protected final Class<?> _contextClass; field in TypeBindings85 return new TypeBindings(_typeFactory, this, _classStack, _contextClass, _contextType); in childInstance()94 _contextClass = cc; in TypeBindings()140 if (_contextClass != null) { in findType()141 if (ClassUtil.getEnclosingClass(_contextClass) != null) { in findType()144 if (!Modifier.isStatic(_contextClass.getModifiers())) { in findType()155 if (_contextClass != null) { in findType()156 className = _contextClass.getName(); in findType()203 _resolveBindings(_contextClass); in _resolve()332 sb.append(_contextClass.getName()); in toString()