SYMBOL INDEX (3143 symbols across 305 files) FILE: .mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 25) | public class MavenWrapperDownloader { method main (line 51) | public static void main(String args[]) { method downloadFileFromURL (line 100) | private static void downloadFileFromURL(String urlString, File destina... FILE: benchmarks/src/main/java/ognl/DefaultMemberAccess.java class DefaultMemberAccess (line 32) | public class DefaultMemberAccess implements MemberAccess { method DefaultMemberAccess (line 38) | public DefaultMemberAccess(boolean allowAllAccess) { method DefaultMemberAccess (line 42) | public DefaultMemberAccess(boolean allowPrivateAccess, boolean allowPr... method getAllowPrivateAccess (line 49) | public boolean getAllowPrivateAccess() { method setAllowPrivateAccess (line 53) | public void setAllowPrivateAccess(boolean value) { method getAllowProtectedAccess (line 57) | public boolean getAllowProtectedAccess() { method setAllowProtectedAccess (line 61) | public void setAllowProtectedAccess(boolean value) { method getAllowPackageProtectedAccess (line 65) | public boolean getAllowPackageProtectedAccess() { method setAllowPackageProtectedAccess (line 69) | public void setAllowPackageProtectedAccess(boolean value) { method setup (line 73) | public Object setup(OgnlContext context, Object target, Member member,... method restore (line 77) | public void restore(OgnlContext context, Object target, Member member,... method isAccessible (line 91) | public boolean isAccessible(OgnlContext context, Object target, Member... FILE: benchmarks/src/main/java/ognl/Run.java class Run (line 18) | public class Run { method main (line 24) | public static void main(String[] args) throws Exception { method compareResults (line 67) | private static int compareResults(JsonNode baseline, JsonNode current) { method publishSummary (line 98) | private static int publishSummary(JsonNode baseline, JsonNode current)... method isRegression (line 151) | private static boolean isRegression(String mode, double percentChange) { FILE: benchmarks/src/main/java/ognl/benchmarks/OgnlPerformanceBenchmarks.java class OgnlPerformanceBenchmarks (line 24) | @State(Scope.Benchmark) method setup (line 49) | @Setup method constantExpressionInterpreted (line 76) | @Benchmark method constantExpressionCompiled (line 82) | @Benchmark method singlePropertyExpressionInterpreted (line 88) | @Benchmark method singlePropertyExpressionCompiled (line 94) | @Benchmark method propertyNavigationExpressionInterpreted (line 100) | @Benchmark method propertyNavigationExpressionCompiled (line 106) | @Benchmark method propertyNavigationAndComparisonExpressionInterpreted (line 112) | @Benchmark method propertyNavigationAndComparisonExpressionCompiled (line 118) | @Benchmark method propertyNavigationWithMapExpressionInterpreted (line 124) | @Benchmark method propertyNavigationWithMapExpressionCompiled (line 130) | @Benchmark class BenchmarkRootBean (line 137) | public static class BenchmarkRootBean { method getBean2 (line 140) | public BenchmarkNestedBean getBean2() { class BenchmarkNestedBean (line 145) | public static class BenchmarkNestedBean { method getBean3 (line 148) | public BenchmarkLeafBean getBean3() { class BenchmarkLeafBean (line 153) | public static class BenchmarkLeafBean { method BenchmarkLeafBean (line 159) | public BenchmarkLeafBean() { method getValue (line 163) | public int getValue() { method setNullValue (line 167) | public void setNullValue(String value) { method getIndexedValue (line 171) | public int getIndexedValue(int index) { method getMap (line 175) | public Map getMap() { FILE: benchmarks/src/main/java/ognl/benchmarks/OgnlRuntimePerformanceBenchmarks.java class OgnlRuntimePerformanceBenchmarks (line 23) | @State(Scope.Benchmark) class Worker (line 35) | private static class Worker implements Callable[]> { method Worker (line 40) | public Worker(final Class clazz, final Method method, final int i... method call (line 46) | public Class[] call() { method runTest (line 55) | private void runTest(final Class clazz, final Method method, final ... method testPerformanceRealGenericSingleThread (line 73) | @Benchmark method testPerformanceFakeGenericSingleThread (line 79) | @Benchmark method testPerformanceNonGenericSingleThread (line 85) | @Benchmark method testPerformanceRealGenericMultipleThreads (line 91) | @Benchmark method testPerformanceFakeGenericMultipleThreads (line 97) | @Benchmark method testPerformanceNotGenericMultipleThreads (line 103) | @Benchmark method testPerformanceMultipleClassesMultipleMethodsSingleThread (line 109) | @Benchmark method testPerformanceMultipleClassesMultipleMethodsMultipleThreads (line 162) | @Benchmark class GenericClass (line 216) | static class GenericClass { method bar (line 217) | @SuppressWarnings("unused") class ExampleStringClass (line 222) | static class ExampleStringClass extends GenericClass { method foo (line 223) | @SuppressWarnings("unused") class ExampleStringSubclass (line 228) | static class ExampleStringSubclass extends ExampleStringClass { class ExampleTwoMethodClass (line 231) | static class ExampleTwoMethodClass { method foo (line 232) | @SuppressWarnings("unused") method bar (line 236) | @SuppressWarnings("unused") class ExampleTwoMethodClass2 (line 241) | static class ExampleTwoMethodClass2 { method foo (line 242) | @SuppressWarnings("unused") method bar (line 246) | @SuppressWarnings("unused") class ExampleTwoMethodClass3 (line 251) | static class ExampleTwoMethodClass3 { method foo (line 252) | @SuppressWarnings("unused") method bar (line 256) | @SuppressWarnings("unused") class ExampleTwoMethodClass4 (line 261) | static class ExampleTwoMethodClass4 { method foo (line 262) | @SuppressWarnings("unused") method bar (line 266) | @SuppressWarnings("unused") class ExampleTwoMethodClass5 (line 271) | static class ExampleTwoMethodClass5 { method foo (line 272) | @SuppressWarnings("unused") method bar (line 276) | @SuppressWarnings("unused") class ExampleTwoMethodClass6 (line 281) | static class ExampleTwoMethodClass6 { method foo (line 282) | @SuppressWarnings("unused") method bar (line 286) | @SuppressWarnings("unused") class ExampleTwoMethodClass7 (line 291) | static class ExampleTwoMethodClass7 { method foo (line 292) | @SuppressWarnings("unused") method bar (line 296) | @SuppressWarnings("unused") class ExampleTwoMethodClass8 (line 301) | static class ExampleTwoMethodClass8 { method foo (line 302) | @SuppressWarnings("unused") method bar (line 306) | @SuppressWarnings("unused") class ExampleTwoMethodClass9 (line 311) | static class ExampleTwoMethodClass9 { method foo (line 312) | @SuppressWarnings("unused") method bar (line 316) | @SuppressWarnings("unused") class ExampleTwoMethodClass10 (line 321) | static class ExampleTwoMethodClass10 { method foo (line 322) | @SuppressWarnings("unused") method bar (line 326) | @SuppressWarnings("unused") FILE: ognl/src/main/java/ognl/ASTAdd.java class ASTAdd (line 27) | public class ASTAdd> extends NumericExpression<... method ASTAdd (line 32) | public ASTAdd(int id) { method ASTAdd (line 36) | public ASTAdd(OgnlParser p, int id) { method jjtClose (line 40) | public void jjtClose() { method getValueBody (line 44) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 53) | public String getExpressionOperator(int index) { method isWider (line 57) | boolean isWider(NodeType type, NodeType lastType) { method toGetSourceString (line 104) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTAnd.java class ASTAnd (line 26) | public class ASTAnd> extends BooleanExpression<... method ASTAnd (line 31) | public ASTAnd(int id) { method ASTAnd (line 35) | public ASTAnd(OgnlParser p, int id) { method jjtClose (line 39) | public void jjtClose() { method getValueBody (line 43) | protected Object getValueBody(C context, Object source) method setValueBody (line 57) | protected void setValueBody(C context, Object target, Object value) method getExpressionOperator (line 71) | public String getExpressionOperator(int index) { method getGetterClass (line 75) | public Class getGetterClass() { method toGetSourceString (line 79) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 122) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTAssign.java class ASTAssign (line 26) | public class ASTAssign> extends SimpleNode { method ASTAssign (line 31) | public ASTAssign(int id) { method ASTAssign (line 35) | public ASTAssign(OgnlParser p, int id) { method getValueBody (line 39) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 45) | public String toString() { method toGetSourceString (line 49) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 94) | public String toSetSourceString(C context, Object target) { method isOperation (line 124) | @Override FILE: ognl/src/main/java/ognl/ASTBitAnd.java class ASTBitAnd (line 23) | public class ASTBitAnd> extends NumericExpressi... method ASTBitAnd (line 28) | public ASTBitAnd(int id) { method ASTBitAnd (line 32) | public ASTBitAnd(OgnlParser p, int id) { method jjtClose (line 36) | public void jjtClose() { method getValueBody (line 40) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 47) | public String getExpressionOperator(int index) { method coerceToNumeric (line 51) | public String coerceToNumeric(String source, C context, Node child) { FILE: ognl/src/main/java/ognl/ASTBitNegate.java class ASTBitNegate (line 23) | public class ASTBitNegate> extends NumericExpre... method ASTBitNegate (line 28) | public ASTBitNegate(int id) { method ASTBitNegate (line 32) | public ASTBitNegate(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 40) | public String toString() { method toGetSourceString (line 44) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTBitOr.java class ASTBitOr (line 23) | public class ASTBitOr> extends NumericExpressio... method ASTBitOr (line 28) | public ASTBitOr(int id) { method ASTBitOr (line 32) | public ASTBitOr(OgnlParser p, int id) { method jjtClose (line 36) | public void jjtClose() { method getValueBody (line 40) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 47) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTChain.java class ASTChain (line 28) | public class ASTChain> extends SimpleNode im... method ASTChain (line 41) | public ASTChain(int id) { method ASTChain (line 45) | public ASTChain(OgnlParser p, int id) { method getLastExpression (line 49) | public String getLastExpression() { method getCoreExpression (line 53) | public String getCoreExpression() { method jjtClose (line 57) | @Override method setNullSafe (line 67) | public void setNullSafe(boolean nullSafe) { method isNullSafe (line 76) | public boolean isNullSafe() { method getValueBody (line 80) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 161) | @Override method isSimpleNavigationChain (line 227) | @Override method getGetterClass (line 245) | public Class getGetterClass() { method getSetterClass (line 249) | public Class getSetterClass() { method toString (line 253) | @Override method shouldAppendNavigationOperator (line 268) | private boolean shouldAppendNavigationOperator(Node child) { method toGetSourceString (line 272) | @Override method toSetSourceString (line 352) | @Override method isChain (line 419) | @Override FILE: ognl/src/main/java/ognl/ASTConst.java class ASTConst (line 27) | public class ASTConst> extends SimpleNode im... method ASTConst (line 35) | public ASTConst(int id) { method ASTConst (line 39) | public ASTConst(OgnlParser p, int id) { method setValue (line 48) | public void setValue(Object value) { method getValue (line 52) | public Object getValue() { method getValueBody (line 56) | protected Object getValueBody(C context, Object source) method isNodeConstant (line 61) | public boolean isNodeConstant(C context) throws OgnlException { method getGetterClass (line 65) | public Class getGetterClass() { method getSetterClass (line 72) | public Class getSetterClass() { method toString (line 76) | public String toString() { method toGetSourceString (line 111) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 172) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTCtor.java class ASTCtor (line 28) | public class ASTCtor> extends SimpleNode { method ASTCtor (line 36) | public ASTCtor(int id) { method ASTCtor (line 40) | public ASTCtor(OgnlParser p, int id) { method setClassName (line 47) | void setClassName(String className) { method getCreatedClass (line 51) | Class getCreatedClass(C context) throws ClassNotFoundException { method setArray (line 55) | void setArray(boolean value) { method isArray (line 59) | public boolean isArray() { method getValueBody (line 63) | protected Object getValueBody(C context, Object source) method toString (line 113) | public String toString() { method toGetSourceString (line 137) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 292) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTDivide.java class ASTDivide (line 23) | public class ASTDivide> extends NumericExpressi... method ASTDivide (line 28) | public ASTDivide(int id) { method ASTDivide (line 32) | public ASTDivide(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTEq.java class ASTEq (line 23) | public class ASTEq> extends ComparisonExpressio... method ASTEq (line 28) | public ASTEq(int id) { method ASTEq (line 32) | public ASTEq(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { method getComparisonFunction (line 46) | public String getComparisonFunction() { FILE: ognl/src/main/java/ognl/ASTEval.java class ASTEval (line 25) | public class ASTEval> extends SimpleNode { method ASTEval (line 30) | public ASTEval(int id) { method ASTEval (line 34) | public ASTEval(OgnlParser p, int id) { method getValueBody (line 38) | protected Object getValueBody(C context, Object source) method setValueBody (line 54) | protected void setValueBody(C context, Object target, Object value) method isEvalChain (line 69) | @Override method toString (line 74) | public String toString() { method toGetSourceString (line 78) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 82) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTGreater.java class ASTGreater (line 23) | public class ASTGreater> extends ComparisonExpr... method ASTGreater (line 28) | public ASTGreater(int id) { method ASTGreater (line 32) | public ASTGreater(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 43) | public String getExpressionOperator(int index) { method getComparisonFunction (line 47) | public String getComparisonFunction() { FILE: ognl/src/main/java/ognl/ASTGreaterEq.java class ASTGreaterEq (line 23) | public class ASTGreaterEq> extends ComparisonEx... method ASTGreaterEq (line 28) | public ASTGreaterEq(int id) { method ASTGreaterEq (line 32) | public ASTGreaterEq(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { method getComparisonFunction (line 46) | public String getComparisonFunction() { FILE: ognl/src/main/java/ognl/ASTIn.java class ASTIn (line 25) | public class ASTIn> extends SimpleNode imple... method ASTIn (line 30) | public ASTIn(int id) { method ASTIn (line 34) | public ASTIn(OgnlParser p, int id) { method getValueBody (line 38) | protected Object getValueBody(C context, Object source) method toString (line 46) | public String toString() { method getGetterClass (line 50) | public Class getGetterClass() { method getSetterClass (line 54) | public Class getSetterClass() { method toGetSourceString (line 58) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 77) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTInstanceof.java class ASTInstanceof (line 23) | public class ASTInstanceof> extends SimpleNode<... method ASTInstanceof (line 30) | public ASTInstanceof(int id) { method ASTInstanceof (line 34) | public ASTInstanceof(OgnlParser p, int id) { method setTargetType (line 38) | void setTargetType(String targetType) { method getValueBody (line 42) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 47) | public String toString() { method getGetterClass (line 51) | public Class getGetterClass() { method getSetterClass (line 55) | public Class getSetterClass() { method toGetSourceString (line 59) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 79) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTKeyValue.java class ASTKeyValue (line 23) | public class ASTKeyValue> extends SimpleNode { method ASTKeyValue (line 28) | public ASTKeyValue(int id) { method ASTKeyValue (line 32) | public ASTKeyValue(OgnlParser p, int id) { method getKey (line 36) | protected Node getKey() { method getValue (line 40) | protected Node getValue() { method getValueBody (line 47) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 51) | public String toString() { FILE: ognl/src/main/java/ognl/ASTLess.java class ASTLess (line 23) | public class ASTLess> extends ComparisonExpress... method ASTLess (line 28) | public ASTLess(int id) { method ASTLess (line 32) | public ASTLess(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 43) | public String getExpressionOperator(int index) { method getComparisonFunction (line 47) | public String getComparisonFunction() { FILE: ognl/src/main/java/ognl/ASTLessEq.java class ASTLessEq (line 23) | public class ASTLessEq> extends ComparisonExpre... method ASTLessEq (line 28) | public ASTLessEq(int id) { method ASTLessEq (line 32) | public ASTLessEq(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { method getComparisonFunction (line 46) | public String getComparisonFunction() { FILE: ognl/src/main/java/ognl/ASTList.java class ASTList (line 29) | public class ASTList> extends SimpleNode imp... method ASTList (line 34) | public ASTList(int id) { method ASTList (line 38) | public ASTList(OgnlParser p, int id) { method getValueBody (line 42) | protected Object getValueBody(C context, Object source) method getGetterClass (line 51) | public Class getGetterClass() { method getSetterClass (line 55) | public Class getSetterClass() { method toString (line 59) | public String toString() { method toGetSourceString (line 71) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 172) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTMap.java class ASTMap (line 27) | public class ASTMap> extends SimpleNode { method ASTMap (line 34) | public ASTMap(int id) { method ASTMap (line 38) | public ASTMap(OgnlParser p, int id) { method setClassName (line 42) | protected void setClassName(String value) { method getValueBody (line 46) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 69) | public String toString() { method toGetSourceString (line 88) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 92) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTMethod.java class ASTMethod (line 29) | public class ASTMethod> extends SimpleNode i... method ASTMethod (line 39) | public ASTMethod(int id) { method ASTMethod (line 43) | public ASTMethod(OgnlParser p, int id) { method setMethodName (line 52) | public void setMethodName(String methodName) { method getMethodName (line 61) | public String getMethodName() { method getValueBody (line 65) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getLastExpression (line 85) | public String getLastExpression() { method getCoreExpression (line 89) | public String getCoreExpression() { method getGetterClass (line 93) | public Class getGetterClass() { method getSetterClass (line 97) | public Class getSetterClass() { method toString (line 101) | public String toString() { method toGetSourceString (line 118) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 277) | public String toSetSourceString(C context, Object target) { method getClassMatchingAllChildren (line 416) | private Class getClassMatchingAllChildren(C context, Node[] _chi... method getChildrenClasses (line 453) | private Class[] getChildrenClasses(C context, Node[] _children) { method isSimpleMethod (line 479) | @Override FILE: ognl/src/main/java/ognl/ASTMultiply.java class ASTMultiply (line 23) | public class ASTMultiply> extends NumericExpres... method ASTMultiply (line 28) | public ASTMultiply(int id) { method ASTMultiply (line 32) | public ASTMultiply(OgnlParser p, int id) { method jjtClose (line 36) | public void jjtClose() { method getValueBody (line 40) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 47) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTNegate.java class ASTNegate (line 23) | public class ASTNegate> extends NumericExpressi... method ASTNegate (line 28) | public ASTNegate(int id) { method ASTNegate (line 32) | public ASTNegate(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 40) | public String toString() { method toGetSourceString (line 44) | public String toGetSourceString(C context, Object target) { method isOperation (line 54) | @Override FILE: ognl/src/main/java/ognl/ASTNot.java class ASTNot (line 23) | public class ASTNot> extends BooleanExpression<... method ASTNot (line 28) | public ASTNot(int id) { method ASTNot (line 32) | public ASTNot(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 40) | public String getExpressionOperator(int index) { method toGetSourceString (line 44) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTNotEq.java class ASTNotEq (line 23) | public class ASTNotEq> extends ComparisonExpres... method ASTNotEq (line 28) | public ASTNotEq(int id) { method ASTNotEq (line 32) | public ASTNotEq(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 43) | public String getExpressionOperator(int index) { method getComparisonFunction (line 47) | public String getComparisonFunction() { FILE: ognl/src/main/java/ognl/ASTNotIn.java class ASTNotIn (line 25) | public class ASTNotIn> extends SimpleNode im... method ASTNotIn (line 30) | public ASTNotIn(int id) { method ASTNotIn (line 34) | public ASTNotIn(OgnlParser p, int id) { method getValueBody (line 38) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 44) | public String toString() { method getGetterClass (line 48) | public Class getGetterClass() { method getSetterClass (line 52) | public Class getSetterClass() { method toGetSourceString (line 56) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTOr.java class ASTOr (line 26) | public class ASTOr> extends BooleanExpression { method ASTOr (line 31) | public ASTOr(int id) { method ASTOr (line 35) | public ASTOr(OgnlParser p, int id) { method jjtClose (line 39) | public void jjtClose() { method getValueBody (line 43) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 54) | protected void setValueBody(C context, Object target, Object value) th... method getExpressionOperator (line 64) | public String getExpressionOperator(int index) { method getGetterClass (line 68) | public Class getGetterClass() { method toGetSourceString (line 72) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 105) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTProject.java class ASTProject (line 28) | public class ASTProject> extends SimpleNode { method ASTProject (line 33) | public ASTProject(int id) { method ASTProject (line 37) | public ASTProject(OgnlParser p, int id) { method getValueBody (line 41) | protected Object getValueBody(C context, Object source) method toString (line 55) | public String toString() { method toGetSourceString (line 59) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 63) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTProperty.java class ASTProperty (line 30) | public class ASTProperty> extends SimpleNode... method ASTProperty (line 39) | public ASTProperty(int id) { method setIndexedAccess (line 43) | public void setIndexedAccess(boolean value) { method isIndexedAccess (line 52) | public boolean isIndexedAccess() { method getIndexedPropertyType (line 66) | public int getIndexedPropertyType(C context, Object source) method getProperty (line 89) | public Object getProperty(C context, Object source) throws OgnlExcepti... method getValueBody (line 93) | protected Object getValueBody(C context, Object source) method setValueBody (line 107) | protected void setValueBody(C context, Object target, Object value) method isNodeSimpleProperty (line 112) | public boolean isNodeSimpleProperty(C context) method getGetterClass (line 117) | public Class getGetterClass() { method getSetterClass (line 121) | public Class getSetterClass() { method toString (line 125) | public String toString() { method toGetSourceString (line 136) | public String toGetSourceString(C context, Object target) { method getIndexedWriteMethod (line 316) | Method getIndexedWriteMethod(PropertyDescriptor pd) { method toSetSourceString (line 326) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTRemainder.java class ASTRemainder (line 23) | public class ASTRemainder> extends NumericExpre... method ASTRemainder (line 28) | public ASTRemainder(int id) { method ASTRemainder (line 32) | public ASTRemainder(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTRootVarRef.java class ASTRootVarRef (line 25) | public class ASTRootVarRef> extends ASTVarRef { method ASTRootVarRef (line 30) | public ASTRootVarRef(int id) { method ASTRootVarRef (line 34) | public ASTRootVarRef(OgnlParser p, int id) { method getValueBody (line 38) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 42) | protected void setValueBody(C context, Object target, Object value) th... method toString (line 46) | public String toString() { method toGetSourceString (line 50) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 65) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTSelect.java class ASTSelect (line 28) | public class ASTSelect> extends SimpleNode { method ASTSelect (line 33) | public ASTSelect(int id) { method ASTSelect (line 37) | public ASTSelect(OgnlParser p, int id) { method getValueBody (line 41) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 57) | public String toString() { method toGetSourceString (line 61) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 65) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTSelectFirst.java class ASTSelectFirst (line 28) | public class ASTSelectFirst> extends SimpleNode... method ASTSelectFirst (line 33) | public ASTSelectFirst(int id) { method ASTSelectFirst (line 37) | public ASTSelectFirst(OgnlParser p, int id) { method getValueBody (line 41) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 56) | public String toString() { method toGetSourceString (line 60) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 64) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTSelectLast.java class ASTSelectLast (line 28) | public class ASTSelectLast> extends SimpleNode<... method ASTSelectLast (line 33) | public ASTSelectLast(int id) { method ASTSelectLast (line 37) | public ASTSelectLast(OgnlParser p, int id) { method getValueBody (line 41) | protected Object getValueBody(C context, Object source) throws OgnlExc... method toString (line 57) | public String toString() { method toGetSourceString (line 61) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 65) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTSequence.java class ASTSequence (line 26) | public class ASTSequence> extends SimpleNode... method ASTSequence (line 35) | public ASTSequence(int id) { method ASTSequence (line 39) | public ASTSequence(OgnlParser p, int id) { method jjtClose (line 43) | public void jjtClose() { method getValueBody (line 47) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 55) | protected void setValueBody(C context, Object target, Object value) th... method getGetterClass (line 63) | public Class getGetterClass() { method getSetterClass (line 67) | public Class getSetterClass() { method getLastExpression (line 71) | public String getLastExpression() { method getCoreExpression (line 75) | public String getCoreExpression() { method toString (line 79) | public String toString() { method toSetSourceString (line 91) | public String toSetSourceString(C context, Object target) { method toGetSourceString (line 95) | public String toGetSourceString(C context, Object target) { method isSequence (line 140) | public boolean isSequence(C context) { FILE: ognl/src/main/java/ognl/ASTShiftLeft.java class ASTShiftLeft (line 23) | public class ASTShiftLeft> extends NumericExpre... method ASTShiftLeft (line 28) | public ASTShiftLeft(int id) { method ASTShiftLeft (line 32) | public ASTShiftLeft(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTShiftRight.java class ASTShiftRight (line 23) | public class ASTShiftRight> extends NumericExpr... method ASTShiftRight (line 28) | public ASTShiftRight(int id) { method ASTShiftRight (line 32) | public ASTShiftRight(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTStaticField.java class ASTStaticField (line 25) | public class ASTStaticField> extends SimpleNode... method ASTStaticField (line 34) | public ASTStaticField(int id) { method ASTStaticField (line 38) | public ASTStaticField(OgnlParser p, int id) { method init (line 45) | void init(String className, String fieldName) { method getValueBody (line 50) | protected Object getValueBody(C context, Object source) throws OgnlExc... method isNodeConstant (line 54) | public boolean isNodeConstant(C context) throws OgnlException { method getFieldClass (line 91) | private Class getFieldClass(C context) throws OgnlException { method getGetterClass (line 116) | public Class getGetterClass() { method getSetterClass (line 120) | public Class getSetterClass() { method toString (line 124) | public String toString() { method toGetSourceString (line 128) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 140) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTStaticMethod.java class ASTStaticMethod (line 28) | public class ASTStaticMethod> extends SimpleNod... method ASTStaticMethod (line 37) | public ASTStaticMethod(int id) { method ASTStaticMethod (line 41) | public ASTStaticMethod(OgnlParser p, int id) { method init (line 48) | void init(String className, String methodName) { method getValueBody (line 53) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getGetterClass (line 64) | public Class getGetterClass() { method getSetterClass (line 68) | public Class getSetterClass() { method toString (line 72) | public String toString() { method toGetSourceString (line 88) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 202) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTSubtract.java class ASTSubtract (line 23) | public class ASTSubtract> extends NumericExpres... method ASTSubtract (line 28) | public ASTSubtract(int id) { method ASTSubtract (line 32) | public ASTSubtract(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/ASTTest.java class ASTTest (line 25) | public class ASTTest> extends ExpressionNode { method ASTTest (line 30) | public ASTTest(int id) { method ASTTest (line 34) | public ASTTest(OgnlParser p, int id) { method getValueBody (line 38) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 44) | protected void setValueBody(C context, Object target, Object value) th... method getExpressionOperator (line 50) | public String getExpressionOperator(int index) { method toGetSourceString (line 54) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTThisVarRef.java class ASTThisVarRef (line 25) | public class ASTThisVarRef> extends ASTVarRef { method ASTThisVarRef (line 30) | public ASTThisVarRef(int id) { method ASTThisVarRef (line 34) | public ASTThisVarRef(OgnlParser p, int id) { method getValueBody (line 38) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 42) | protected void setValueBody(C context, Object target, Object value) th... method toString (line 46) | public String toString() { method toGetSourceString (line 50) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 54) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTUnsignedShiftRight.java class ASTUnsignedShiftRight (line 23) | public class ASTUnsignedShiftRight> extends Num... method ASTUnsignedShiftRight (line 28) | public ASTUnsignedShiftRight(int id) { method ASTUnsignedShiftRight (line 32) | public ASTUnsignedShiftRight(OgnlParser p, int id) { method getValueBody (line 36) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 42) | public String getExpressionOperator(int index) { method toGetSourceString (line 46) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTVarRef.java class ASTVarRef (line 26) | public class ASTVarRef> extends SimpleNode i... method ASTVarRef (line 37) | public ASTVarRef(int id) { method ASTVarRef (line 41) | public ASTVarRef(OgnlParser p, int id) { method setName (line 45) | void setName(String name) { method getValueBody (line 49) | protected Object getValueBody(C context, Object source) throws OgnlExc... method setValueBody (line 53) | protected void setValueBody(C context, Object target, Object value) th... method getGetterClass (line 57) | public Class getGetterClass() { method getSetterClass (line 61) | public Class getSetterClass() { method getCoreExpression (line 65) | public String getCoreExpression() { method getLastExpression (line 69) | public String getLastExpression() { method toString (line 73) | public String toString() { method toGetSourceString (line 77) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 110) | public String toSetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ASTXor.java class ASTXor (line 23) | public class ASTXor> extends NumericExpression<... method ASTXor (line 28) | public ASTXor(int id) { method ASTXor (line 32) | public ASTXor(OgnlParser p, int id) { method jjtClose (line 36) | public void jjtClose() { method getValueBody (line 40) | protected Object getValueBody(C context, Object source) throws OgnlExc... method getExpressionOperator (line 47) | public String getExpressionOperator(int index) { FILE: ognl/src/main/java/ognl/AbstractMemberAccess.java class AbstractMemberAccess (line 26) | abstract public class AbstractMemberAccess> imp... method setup (line 28) | public Object setup(C context, Object target, Member member, String pr... method restore (line 32) | public void restore(C context, Object target, Member member, String pr... FILE: ognl/src/main/java/ognl/AccessibleObjectHandler.java type AccessibleObjectHandler (line 28) | public interface AccessibleObjectHandler { method setAccessible (line 35) | default void setAccessible(AccessibleObject accessibleObject, boolean ... FILE: ognl/src/main/java/ognl/ArrayElementsAccessor.java class ArrayElementsAccessor (line 27) | public class ArrayElementsAccessor implements ElementsAccessor { method getElements (line 28) | public Enumeration getElements(final Object target) { FILE: ognl/src/main/java/ognl/ArrayPropertyAccessor.java class ArrayPropertyAccessor (line 27) | public class ArrayPropertyAccessor> extends Obj... method getProperty (line 29) | public Object getProperty(C context, Object target, Object name) throw... method setProperty (line 73) | public void setProperty(C context, Object target, Object name, Object ... method getSourceAccessor (line 113) | public String getSourceAccessor(C context, Object target, Object index) { method getSourceSetter (line 136) | public String getSourceSetter(C context, Object target, Object index) { FILE: ognl/src/main/java/ognl/BooleanExpression.java class BooleanExpression (line 28) | public abstract class BooleanExpression> extend... method BooleanExpression (line 35) | public BooleanExpression(int id) { method BooleanExpression (line 39) | public BooleanExpression(OgnlParser p, int id) { method getGetterClass (line 43) | public Class getGetterClass() { method getSetterClass (line 47) | public Class getSetterClass() { method toGetSourceString (line 51) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/ClassCacheInspector.java type ClassCacheInspector (line 25) | public interface ClassCacheInspector { method shouldCache (line 33) | boolean shouldCache(Class type); FILE: ognl/src/main/java/ognl/ClassResolver.java type ClassResolver (line 25) | public interface ClassResolver> { method classForName (line 27) | Class classForName(String className, C context) throws ClassNot... FILE: ognl/src/main/java/ognl/CollectionElementsAccessor.java class CollectionElementsAccessor (line 27) | public class CollectionElementsAccessor implements ElementsAccessor { method getElements (line 29) | public Enumeration getElements(Object target) { FILE: ognl/src/main/java/ognl/ComparisonExpression.java class ComparisonExpression (line 28) | public abstract class ComparisonExpression> ext... method ComparisonExpression (line 33) | public ComparisonExpression(int id) { method ComparisonExpression (line 37) | public ComparisonExpression(OgnlParser p, int id) { method getComparisonFunction (line 41) | public abstract String getComparisonFunction(); method toGetSourceString (line 43) | public String toGetSourceString(C context, Object target) { FILE: ognl/src/main/java/ognl/DefaultClassResolver.java class DefaultClassResolver (line 28) | public class DefaultClassResolver> implements C... method DefaultClassResolver (line 32) | public DefaultClassResolver() { method classForName (line 36) | public Class classForName(String className, C context) throws C... method toClassForName (line 60) | protected Class toClassForName(String className) throws ClassNotFou... FILE: ognl/src/main/java/ognl/DefaultTypeConverter.java class DefaultTypeConverter (line 26) | public class DefaultTypeConverter> implements T... method DefaultTypeConverter (line 28) | public DefaultTypeConverter() { method convertValue (line 32) | public Object convertValue(C context, Object value, Class toType) { method convertValue (line 36) | public Object convertValue(C context, Object target, Member member, St... FILE: ognl/src/main/java/ognl/DynamicSubscript.java class DynamicSubscript (line 27) | public class DynamicSubscript { method DynamicSubscript (line 41) | private DynamicSubscript(int flag) { method getFlag (line 45) | public int getFlag() { method toString (line 49) | public String toString() { FILE: ognl/src/main/java/ognl/ElementsAccessor.java type ElementsAccessor (line 33) | public interface ElementsAccessor { method getElements (line 41) | Enumeration getElements(Object target) throws OgnlException; FILE: ognl/src/main/java/ognl/EnumerationElementsAccessor.java class EnumerationElementsAccessor (line 27) | public class EnumerationElementsAccessor implements ElementsAccessor { method getElements (line 29) | public Enumeration getElements(Object target) { FILE: ognl/src/main/java/ognl/EnumerationIterator.java class EnumerationIterator (line 27) | public class EnumerationIterator implements Iterator { method EnumerationIterator (line 31) | public EnumerationIterator(Enumeration enumeration) { method hasNext (line 35) | public boolean hasNext() { method next (line 39) | public T next() { method remove (line 43) | public void remove() { FILE: ognl/src/main/java/ognl/EnumerationPropertyAccessor.java class EnumerationPropertyAccessor (line 28) | public class EnumerationPropertyAccessor> exten... method getProperty (line 30) | public Object getProperty(C context, Object target, Object name) throw... method setProperty (line 50) | public void setProperty(C context, Object target, Object name, Object ... FILE: ognl/src/main/java/ognl/Evaluation.java class Evaluation (line 27) | public class Evaluation> { method Evaluation (line 46) | public Evaluation(SimpleNode node, Object source) { method Evaluation (line 61) | public Evaluation(SimpleNode node, Object source, boolean setOperat... method getNode (line 71) | public SimpleNode getNode() { method setNode (line 83) | public void setNode(SimpleNode value) { method getSource (line 92) | public Object getSource() { method setSource (line 104) | public void setSource(Object value) { method isSetOperation (line 113) | public boolean isSetOperation() { method setSetOperation (line 123) | public void setSetOperation(boolean value) { method getResult (line 132) | public Object getResult() { method setResult (line 142) | public void setResult(Object value) { method getException (line 152) | public Throwable getException() { method setException (line 163) | public void setException(Throwable value) { method getParent (line 173) | public Evaluation getParent() { method getNext (line 183) | public Evaluation getNext() { method getPrevious (line 193) | public Evaluation getPrevious() { method getFirstChild (line 203) | public Evaluation getFirstChild() { method getLastChild (line 213) | public Evaluation getLastChild() { method getFirstDescendant (line 223) | public Evaluation getFirstDescendant() { method getLastDescendant (line 236) | public Evaluation getLastDescendant() { method addChild (line 252) | public void addChild(Evaluation child) { method init (line 276) | public void init(SimpleNode node, Object source, boolean setOperati... method reset (line 292) | public void reset() { method toString (line 309) | public String toString(boolean compact, boolean showChildren, String d... method toString (line 343) | public String toString(boolean compact, String depth) { method toString (line 352) | public String toString() { FILE: ognl/src/main/java/ognl/EvaluationPool.java class EvaluationPool (line 21) | public final class EvaluationPool> { method create (line 32) | public Evaluation create(SimpleNode node, Object source) { method create (line 45) | public Evaluation create(SimpleNode node, Object source, boolean... FILE: ognl/src/main/java/ognl/ExpressionNode.java class ExpressionNode (line 25) | public abstract class ExpressionNode> extends S... method ExpressionNode (line 30) | public ExpressionNode(int i) { method ExpressionNode (line 34) | public ExpressionNode(OgnlParser p, int i) { method isNodeConstant (line 41) | public boolean isNodeConstant(C context) throws OgnlException { method isConstant (line 45) | public boolean isConstant(C context) throws OgnlException { method getExpressionOperator (line 61) | public String getExpressionOperator(int index) { method toString (line 65) | public String toString() { method toGetSourceString (line 82) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 123) | public String toSetSourceString(C context, Object target) { method isOperation (line 142) | @Override FILE: ognl/src/main/java/ognl/ExpressionSyntaxException.java class ExpressionSyntaxException (line 24) | public class ExpressionSyntaxException extends OgnlException { method ExpressionSyntaxException (line 28) | public ExpressionSyntaxException(String expression, Throwable reason) { FILE: ognl/src/main/java/ognl/InappropriateExpressionException.java class InappropriateExpressionException (line 26) | public class InappropriateExpressionException extends OgnlException { method InappropriateExpressionException (line 30) | public InappropriateExpressionException(Node tree) { FILE: ognl/src/main/java/ognl/IteratorElementsAccessor.java class IteratorElementsAccessor (line 28) | public class IteratorElementsAccessor implements ElementsAccessor { method getElements (line 30) | public Enumeration getElements(Object target) { FILE: ognl/src/main/java/ognl/IteratorEnumeration.java class IteratorEnumeration (line 27) | public class IteratorEnumeration implements Enumeration { method IteratorEnumeration (line 31) | public IteratorEnumeration(Iterator it) { method hasMoreElements (line 36) | public boolean hasMoreElements() { method nextElement (line 40) | public Object nextElement() { FILE: ognl/src/main/java/ognl/IteratorPropertyAccessor.java class IteratorPropertyAccessor (line 27) | public class IteratorPropertyAccessor> extends ... method getProperty (line 29) | public Object getProperty(C context, Object target, Object name) throw... method setProperty (line 49) | public void setProperty(C context, Object target, Object name, Object ... FILE: ognl/src/main/java/ognl/JJTOgnlParserState.java class JJTOgnlParserState (line 4) | public class JJTOgnlParserState { method JJTOgnlParserState (line 12) | public JJTOgnlParserState() { method nodeCreated (line 22) | public boolean nodeCreated() { method reset (line 28) | public void reset() { method rootNode (line 37) | public Node rootNode() { method pushNode (line 42) | public void pushNode(Node n) { method popNode (line 49) | public Node popNode() { method peekNode (line 57) | public Node peekNode() { method nodeArity (line 63) | public int nodeArity() { method clearNodeScope (line 68) | public void clearNodeScope(Node n) { method openNodeScope (line 76) | public void openNodeScope(Node n) { method closeNodeScope (line 87) | public void closeNodeScope(Node n, int num) { method closeNodeScope (line 105) | public void closeNodeScope(Node n, boolean condition) { FILE: ognl/src/main/java/ognl/JavaSource.java type JavaSource (line 29) | public interface JavaSource> { method toGetSourceString (line 40) | String toGetSourceString(C context, Object target); method toSetSourceString (line 51) | String toSetSourceString(C context, Object target); FILE: ognl/src/main/java/ognl/ListPropertyAccessor.java class ListPropertyAccessor (line 31) | public class ListPropertyAccessor> extends Obje... method getProperty (line 33) | public Object getProperty(C context, Object target, Object name) throw... method setProperty (line 76) | public void setProperty(C context, Object target, Object name, Object ... method getPropertyClass (line 114) | public Class getPropertyClass(C context, Object target, Object inde... method getSourceAccessor (line 139) | public String getSourceAccessor(C context, Object target, Object index) { method getSourceSetter (line 198) | public String getSourceSetter(C context, Object target, Object index) { FILE: ognl/src/main/java/ognl/MapElementsAccessor.java class MapElementsAccessor (line 27) | public class MapElementsAccessor implements ElementsAccessor { method getElements (line 29) | public Enumeration getElements(Object target) { FILE: ognl/src/main/java/ognl/MapPropertyAccessor.java class MapPropertyAccessor (line 29) | public class MapPropertyAccessor> implements Pr... method getProperty (line 31) | public Object getProperty(C context, Object target, Object name) throw... method setProperty (line 72) | public void setProperty(C context, Object target, Object name, Object ... method getSourceAccessor (line 77) | public String getSourceAccessor(C context, Object target, Object index) { method getSourceSetter (line 118) | public String getSourceSetter(C context, Object target, Object index) { FILE: ognl/src/main/java/ognl/MemberAccess.java type MemberAccess (line 28) | public interface MemberAccess> { method setup (line 38) | Object setup(C context, Object target, Member member, String propertyN... method restore (line 49) | void restore(C context, Object target, Member member, String propertyN... method isAccessible (line 61) | boolean isAccessible(C context, Object target, Member member, String p... FILE: ognl/src/main/java/ognl/MethodAccessor.java type MethodAccessor (line 26) | public interface MethodAccessor> { method callStaticMethod (line 37) | Object callStaticMethod(C context, Class targetClass, String method... method callMethod (line 49) | Object callMethod(C context, Object target, String methodName, Object[... FILE: ognl/src/main/java/ognl/MethodFailedException.java class MethodFailedException (line 24) | public class MethodFailedException extends OgnlException { method MethodFailedException (line 28) | public MethodFailedException(Object source, String name) { method MethodFailedException (line 32) | public MethodFailedException(Object source, String name, Throwable rea... FILE: ognl/src/main/java/ognl/NoSuchPropertyException.java class NoSuchPropertyException (line 25) | public class NoSuchPropertyException extends OgnlException { method NoSuchPropertyException (line 32) | public NoSuchPropertyException(Object target, Object name) { method NoSuchPropertyException (line 36) | public NoSuchPropertyException(Object target, Object name, Throwable r... method getReason (line 42) | static String getReason(Object target, Object name) { method getTarget (line 57) | public Object getTarget() { method getName (line 61) | public Object getName() { FILE: ognl/src/main/java/ognl/Node.java type Node (line 31) | public interface Node> extends JavaSource { method jjtOpen (line 37) | void jjtOpen(); method jjtClose (line 43) | void jjtClose(); method jjtSetParent (line 51) | void jjtSetParent(Node n); method jjtGetParent (line 53) | Node jjtGetParent(); method jjtAddChild (line 62) | void jjtAddChild(Node n, int i); method jjtGetChild (line 71) | Node jjtGetChild(int i); method jjtGetNumChildren (line 78) | int jjtGetNumChildren(); method getValue (line 91) | Object getValue(C context, Object source) throws OgnlException; method setValue (line 102) | void setValue(C context, Object target, Object value) throws OgnlExcep... method getAccessor (line 109) | ExpressionAccessor getAccessor(); method setAccessor (line 116) | void setAccessor(ExpressionAccessor accessor); FILE: ognl/src/main/java/ognl/NodeType.java type NodeType (line 27) | public interface NodeType { method getGetterClass (line 34) | Class getGetterClass(); method getSetterClass (line 41) | Class getSetterClass(); FILE: ognl/src/main/java/ognl/NullHandler.java type NullHandler (line 26) | public interface NullHandler> { method nullMethodResult (line 36) | Object nullMethodResult(C context, Object target, String methodName, O... method nullPropertyValue (line 47) | Object nullPropertyValue(C context, Object target, Object property); FILE: ognl/src/main/java/ognl/NumberElementsAccessor.java class NumberElementsAccessor (line 28) | public class NumberElementsAccessor implements ElementsAccessor, Numeric... method getElements (line 30) | public Enumeration getElements(final Object target) { FILE: ognl/src/main/java/ognl/NumericCasts.java class NumericCasts (line 29) | class NumericCasts { method NumericCasts (line 33) | NumericCasts() { method get (line 42) | String get(Class cls) { FILE: ognl/src/main/java/ognl/NumericDefaults.java class NumericDefaults (line 26) | class NumericDefaults { method NumericDefaults (line 30) | NumericDefaults() { method get (line 44) | Object get(Class cls) { FILE: ognl/src/main/java/ognl/NumericExpression.java class NumericExpression (line 28) | public abstract class NumericExpression> extend... method NumericExpression (line 35) | public NumericExpression(int id) { method NumericExpression (line 39) | public NumericExpression(OgnlParser p, int id) { method getGetterClass (line 43) | public Class getGetterClass() { method getSetterClass (line 50) | public Class getSetterClass() { method toGetSourceString (line 54) | public String toGetSourceString(C context, Object target) { method coerceToNumeric (line 80) | public String coerceToNumeric(String source, C context, Node child) { FILE: ognl/src/main/java/ognl/NumericLiterals.java class NumericLiterals (line 29) | class NumericLiterals { method NumericLiterals (line 33) | NumericLiterals() { method get (line 47) | String get(Class clazz) { FILE: ognl/src/main/java/ognl/NumericTypes.java type NumericTypes (line 25) | public interface NumericTypes { FILE: ognl/src/main/java/ognl/NumericValues.java class NumericValues (line 30) | class NumericValues { method NumericValues (line 34) | NumericValues() { method get (line 46) | String get(Class cls) { FILE: ognl/src/main/java/ognl/ObjectElementsAccessor.java class ObjectElementsAccessor (line 27) | public class ObjectElementsAccessor implements ElementsAccessor { method getElements (line 29) | public Enumeration getElements(Object target) { FILE: ognl/src/main/java/ognl/ObjectIndexedPropertyDescriptor.java class ObjectIndexedPropertyDescriptor (line 83) | public class ObjectIndexedPropertyDescriptor extends PropertyDescriptor { method ObjectIndexedPropertyDescriptor (line 89) | public ObjectIndexedPropertyDescriptor(String propertyName, Class p... method getIndexedReadMethod (line 96) | public Method getIndexedReadMethod() { method getIndexedWriteMethod (line 100) | public Method getIndexedWriteMethod() { method getPropertyType (line 104) | public synchronized Class getPropertyType() { FILE: ognl/src/main/java/ognl/ObjectMethodAccessor.java class ObjectMethodAccessor (line 28) | public class ObjectMethodAccessor> implements M... method callStaticMethod (line 30) | public Object callStaticMethod(C context, Class targetClass, String... method callMethod (line 36) | public Object callMethod(C context, Object target, String methodName, ... FILE: ognl/src/main/java/ognl/ObjectNullHandler.java class ObjectNullHandler (line 25) | public class ObjectNullHandler> implements Null... method nullMethodResult (line 26) | public Object nullMethodResult(C context, Object target, String method... method nullPropertyValue (line 30) | public Object nullPropertyValue(C context, Object target, Object prope... FILE: ognl/src/main/java/ognl/ObjectPropertyAccessor.java class ObjectPropertyAccessor (line 32) | public class ObjectPropertyAccessor> implements... method getPossibleProperty (line 43) | public Object getPossibleProperty(C context, Object target, String nam... method setPossibleProperty (line 69) | public Object setPossibleProperty(C context, Object target, String nam... method hasGetProperty (line 92) | public boolean hasGetProperty(C context, Object target, Object oname) ... method hasSetProperty (line 100) | public boolean hasSetProperty(C context, Object target, Object oname) ... method getProperty (line 108) | public Object getProperty(C context, Object target, Object oname) thro... method setProperty (line 119) | public void setProperty(C context, Object target, Object oname, Object... method getPropertyClass (line 127) | public Class getPropertyClass(C context, Object target, Object inde... method getSourceAccessor (line 149) | public String getSourceAccessor(C context, Object target, Object index) { method getSourceSetter (line 189) | public String getSourceSetter(C context, Object target, Object index) { FILE: ognl/src/main/java/ognl/Ognl.java class Ognl (line 65) | public abstract class Ognl { method applyExpressionMaxLength (line 79) | public static synchronized void applyExpressionMaxLength(Integer expre... method freezeExpressionMaxLength (line 97) | public static synchronized void freezeExpressionMaxLength() { method thawExpressionMaxLength (line 108) | public static synchronized void thawExpressionMaxLength() { method parseExpression (line 121) | public static Object parseExpression(String expression) throws OgnlExc... method compileExpression (line 149) | public static > Node compileExpression(C c... method createDefaultContext (line 164) | public static > C createDefaultContext(Object... method createDefaultContext (line 182) | public static > C createDefaultContext(Object... method createDefaultContext (line 196) | public static > C createDefaultContext(Object... method createDefaultContext (line 216) | public static > C createDefaultContext(Object... method createDefaultContext (line 238) | public static > C createDefaultContext(Object... method createDefaultContext (line 251) | public static > C createDefaultContext(Object... method addDefaultContext (line 265) | @Deprecated(forRemoval = true) method addDefaultContext (line 288) | @Deprecated(forRemoval = true) method addDefaultContext (line 312) | @Deprecated(forRemoval = true) method addDefaultContext (line 324) | public static > C addDefaultContext(Object ro... method addDefaultContext (line 341) | public static > C addDefaultContext(Object ro... method getBuilderProvider (line 353) | public static > OgnlContext.Builder getBui... method withBuilderProvider (line 384) | public static > void withBuilderProvider(Ognl... method getTypeConverter (line 394) | public static > TypeConverter getTypeConve... method setRoot (line 408) | public static > void setRoot(C context, Objec... method getRoot (line 418) | public static > Object getRoot(C context) { method getLastEvaluation (line 428) | public static > Evaluation getLastEvaluati... method getValue (line 445) | public static > Object getValue(Object tree, ... method getValue (line 463) | public static > Object getValue(Object tree, ... method getValue (line 502) | public static > Object getValue(ExpressionAcc... method getValue (line 516) | public static > Object getValue(ExpressionAcc... method getValue (line 535) | public static > Object getValue(String expres... method getValue (line 555) | public static > Object getValue(String expres... method getValue (line 570) | public static Object getValue(Object tree, Object root) method getValue (line 587) | @SuppressWarnings("unchecked") method getValue (line 607) | public static Object getValue(String expression, Object root) throws O... method getValue (line 627) | public static Object getValue(String expression, Object root, Class... method setValue (line 644) | @SuppressWarnings("unchecked") method setValue (line 665) | public static > void setValue(ExpressionAcces... method setValue (line 682) | public static > void setValue(String expressi... method setValue (line 698) | @SuppressWarnings("unchecked") method setValue (line 719) | public static void setValue(String expression, Object root, Object value) method isConstant (line 733) | public static > boolean isConstant(Object tre... method isConstant (line 745) | public static > boolean isConstant(String exp... method isConstant (line 757) | @SuppressWarnings("unchecked") method isConstant (line 770) | @SuppressWarnings("unchecked") method isSimpleProperty (line 775) | public static > boolean isSimpleProperty(Obje... method isSimpleProperty (line 779) | public static > boolean isSimpleProperty(Stri... method isSimpleProperty (line 783) | public static > boolean isSimpleProperty(Obje... method isSimpleProperty (line 787) | public static > boolean isSimpleProperty(Stri... method isSimpleNavigationChain (line 791) | public static > boolean isSimpleNavigationCha... method isSimpleNavigationChain (line 795) | public static > boolean isSimpleNavigationCha... method isSimpleNavigationChain (line 799) | public static > boolean isSimpleNavigationCha... method isSimpleNavigationChain (line 803) | public static > boolean isSimpleNavigationCha... method Ognl (line 810) | private Ognl() { FILE: ognl/src/main/java/ognl/OgnlCache.java class OgnlCache (line 51) | public class OgnlCache { method getMethodParameterTypes (line 149) | public Class[] getMethodParameterTypes(Method method) throws CacheE... method getParameterTypes (line 153) | public Class[] getParameterTypes(Constructor constructor) throws... method getConstructor (line 157) | public List> getConstructor(Class clazz) throws Cach... method getField (line 161) | public Map getField(Class clazz) throws CacheExcepti... method getMethod (line 165) | public Map> getMethod(DeclaredMethodCacheEntry de... method getPropertyDescriptor (line 169) | public Map getPropertyDescriptor(Class ... method getMethodAccessor (line 173) | public > MethodAccessor getMethodAccessor(... method setMethodAccessor (line 181) | public void setMethodAccessor(Class clazz, MethodAccessor accessor) { method setPropertyAccessor (line 185) | public void setPropertyAccessor(Class clazz, PropertyAccessor acces... method getPropertyAccessor (line 189) | public > PropertyAccessor getPropertyAcces... method setClassCacheInspector (line 203) | public void setClassCacheInspector(ClassCacheInspector inspector) { method getGenericMethodParameterTypes (line 209) | public Class[] getGenericMethodParameterTypes(GenericMethodParamete... method getMethodPerm (line 213) | @Deprecated(since = "3.4.6", forRemoval = true) method getMethodAccess (line 218) | public MethodAccessEntryValue getMethodAccess(Method method) throws Ca... method clear (line 222) | public void clear() { method getElementsAccessor (line 233) | public ElementsAccessor getElementsAccessor(Class clazz) throws Ogn... method setElementsAccessor (line 241) | public void setElementsAccessor(Class clazz, ElementsAccessor acces... method getNullHandler (line 245) | public > NullHandler getNullHandler(Class<... method setNullHandler (line 253) | public void setNullHandler(Class clazz, NullHandler handler) { FILE: ognl/src/main/java/ognl/OgnlContext.java class OgnlContext (line 37) | public class OgnlContext> implements Map memberAccess, ClassResolver clas... method OgnlContext (line 116) | public OgnlContext(MemberAccess memberAccess, ClassResolver clas... method OgnlContext (line 120) | public OgnlContext(MemberAccess memberAccess) { method OgnlContext (line 133) | public OgnlContext(MemberAccess memberAccess, ClassResolver clas... method setValues (line 155) | public void setValues(Map values) { method withValues (line 166) | @SuppressWarnings("unchecked") method getValues (line 177) | public Map getValues() { method getClassResolver (line 181) | public ClassResolver getClassResolver() { method getTypeConverter (line 185) | public TypeConverter getTypeConverter() { method getMemberAccess (line 189) | public MemberAccess getMemberAccess() { method setRoot (line 196) | @Deprecated(forRemoval = true) method getRoot (line 201) | public Object getRoot() { method getTraceEvaluations (line 208) | @Deprecated method isTraceEvaluations (line 213) | public boolean isTraceEvaluations() { method setTraceEvaluations (line 217) | public void setTraceEvaluations(boolean value) { method getLastEvaluation (line 221) | public Evaluation getLastEvaluation() { method setLastEvaluation (line 225) | public void setLastEvaluation(Evaluation value) { method getKeepLastEvaluation (line 232) | @Deprecated method isKeepLastEvaluation (line 243) | public boolean isKeepLastEvaluation() { method setKeepLastEvaluation (line 253) | public void setKeepLastEvaluation(boolean value) { method isIgnoreReadMethods (line 263) | public boolean isIgnoreReadMethods() { method setIgnoreReadMethods (line 273) | public void setIgnoreReadMethods(boolean value) { method setCurrentObject (line 277) | public void setCurrentObject(Object value) { method getCurrentObject (line 281) | public Object getCurrentObject() { method setCurrentAccessor (line 285) | public void setCurrentAccessor(Class type) { method getCurrentAccessor (line 289) | public Class getCurrentAccessor() { method getPreviousAccessor (line 296) | public Class getPreviousAccessor() { method getFirstAccessor (line 306) | public Class getFirstAccessor() { method getCurrentType (line 318) | public Class getCurrentType() { method setCurrentType (line 325) | public void setCurrentType(Class type) { method getPreviousType (line 335) | public Class getPreviousType() { method setPreviousType (line 345) | public void setPreviousType(Class type) { method getFirstType (line 352) | public Class getFirstType() { method setCurrentNode (line 359) | public void setCurrentNode(Node value) { method getCurrentNode (line 363) | public Node getCurrentNode() { method getCurrentEvaluation (line 373) | public Evaluation getCurrentEvaluation() { method setCurrentEvaluation (line 377) | public void setCurrentEvaluation(Evaluation value) { method getRootEvaluation (line 387) | public Evaluation getRootEvaluation() { method setRootEvaluation (line 391) | public void setRootEvaluation(Evaluation value) { method getEvaluation (line 403) | public Evaluation getEvaluation(int relativeIndex) { method pushEvaluation (line 421) | public void pushEvaluation(Evaluation value) { method popEvaluation (line 436) | public Evaluation popEvaluation() { method incrementLocalReferenceCounter (line 449) | public int incrementLocalReferenceCounter() { method addLocalReference (line 453) | public void addLocalReference(String key, LocalReference reference) { method getLocalReferences (line 461) | public Map getLocalReferences() { method size (line 466) | @Override method isEmpty (line 471) | @Override method containsKey (line 476) | @Override method containsValue (line 481) | @Override method get (line 486) | @Override method put (line 523) | @Override method remove (line 563) | @Override method putAll (line 603) | @Override method clear (line 610) | @Override method keySet (line 629) | @Override method values (line 634) | public Collection values() { method entrySet (line 638) | @Override method equals (line 643) | @Override method hashCode (line 653) | @Override method withRoot (line 658) | public C withRoot(Object value) { class Builder (line 671) | public static class Builder> { method Builder (line 680) | public Builder(Function, C> provider) { method withMemberAccess (line 684) | public Builder withMemberAccess(MemberAccess memberAccess) { method withClassResolver (line 692) | public Builder withClassResolver(ClassResolver classResolver) { method withTypeConverter (line 697) | public Builder withTypeConverter(TypeConverter converter) { method withRoot (line 702) | public Builder withRoot(Object value) { method withInitialContext (line 707) | public Builder withInitialContext(Map initialCont... method getMemberAccess (line 712) | public MemberAccess getMemberAccess() { method getClassResolver (line 716) | public ClassResolver getClassResolver() { method getTypeConverter (line 720) | public TypeConverter getTypeConverter() { method getInitialContext (line 724) | public Map getInitialContext() { method getRoot (line 728) | public Object getRoot() { method build (line 732) | public C build() { FILE: ognl/src/main/java/ognl/OgnlException.java class OgnlException (line 24) | public class OgnlException extends Exception { method OgnlException (line 36) | public OgnlException() { method OgnlException (line 45) | public OgnlException(String msg) { method OgnlException (line 55) | public OgnlException(String msg, Throwable reason) { method OgnlException (line 69) | protected OgnlException(String message, Throwable reason, boolean enab... method getReason (line 78) | public Throwable getReason() { method getEvaluation (line 88) | public Evaluation getEvaluation() { method setEvaluation (line 97) | public void setEvaluation(Evaluation value) { method toString (line 106) | public String toString() { FILE: ognl/src/main/java/ognl/OgnlOps.java class OgnlOps (line 33) | public abstract class OgnlOps implements NumericTypes { method compareWithConversion (line 51) | public static int compareWithConversion(Object v1, Object v2) { method isEqual (line 108) | public static boolean isEqual(Object object1, Object object2) { method booleanValue (line 138) | public static boolean booleanValue(boolean value) { method booleanValue (line 142) | public static boolean booleanValue(int value) { method booleanValue (line 146) | public static boolean booleanValue(float value) { method booleanValue (line 150) | public static boolean booleanValue(long value) { method booleanValue (line 154) | public static boolean booleanValue(double value) { method booleanValue (line 166) | public static boolean booleanValue(Object value) { method longValue (line 196) | public static long longValue(Object value) method doubleValue (line 213) | public static double doubleValue(Object value) method bigIntValue (line 232) | public static BigInteger bigIntValue(Object value) method bigDecValue (line 251) | public static BigDecimal bigDecValue(Object value) method stringValue (line 270) | public static String stringValue(Object value, boolean trim) { method stringValue (line 291) | public static String stringValue(Object value) { method getNumericType (line 302) | public static int getNumericType(Object value) { method toArray (line 319) | public static Object toArray(char value, Class toType) { method toArray (line 323) | public static Object toArray(byte value, Class toType) { method toArray (line 327) | public static Object toArray(int value, Class toType) { method toArray (line 331) | public static Object toArray(long value, Class toType) { method toArray (line 335) | public static Object toArray(float value, Class toType) { method toArray (line 339) | public static Object toArray(double value, Class toType) { method toArray (line 343) | public static Object toArray(boolean value, Class toType) { method convertValue (line 347) | public static Object convertValue(char value, Class toType) { method convertValue (line 351) | public static Object convertValue(byte value, Class toType) { method convertValue (line 355) | public static Object convertValue(int value, Class toType) { method convertValue (line 359) | public static Object convertValue(long value, Class toType) { method convertValue (line 363) | public static Object convertValue(float value, Class toType) { method convertValue (line 367) | public static Object convertValue(double value, Class toType) { method convertValue (line 371) | public static Object convertValue(boolean value, Class toType) { method convertValue (line 375) | public static Object convertValue(char value, Class toType, boolean... method convertValue (line 379) | public static Object convertValue(byte value, Class toType, boolean... method convertValue (line 383) | public static Object convertValue(int value, Class toType, boolean ... method convertValue (line 387) | public static Object convertValue(long value, Class toType, boolean... method convertValue (line 391) | public static Object convertValue(float value, Class toType, boolea... method convertValue (line 395) | public static Object convertValue(double value, Class toType, boole... method convertValue (line 399) | public static Object convertValue(boolean value, Class toType, bool... method toArray (line 403) | public static Object toArray(char value, Class toType, boolean prev... method toArray (line 407) | public static Object toArray(byte value, Class toType, boolean prev... method toArray (line 411) | public static Object toArray(int value, Class toType, boolean preve... method toArray (line 415) | public static Object toArray(long value, Class toType, boolean prev... method toArray (line 419) | public static Object toArray(float value, Class toType, boolean pre... method toArray (line 423) | public static Object toArray(double value, Class toType, boolean pr... method toArray (line 427) | public static Object toArray(boolean value, Class toType, boolean p... method convertValue (line 440) | public static Object convertValue(Object value, Class toType) { method toArray (line 444) | public static Object toArray(Object value, Class toType) { method toArray (line 448) | public static Object toArray(Object value, Class toType, boolean pr... method convertValue (line 479) | public static Object convertValue(Object value, Class toType, boole... method getIntValue (line 558) | public static int getIntValue(Object value) { method getNumericType (line 584) | public static int getNumericType(Object v1, Object v2) { method getNumericType (line 597) | public static int getNumericType(int t1, int t2, boolean canBeNonNumer... method getNumericType (line 626) | public static int getNumericType(Object v1, Object v2, boolean canBeNo... method newInteger (line 639) | public static Number newInteger(int type, long value) { method newReal (line 677) | public static Number newReal(int type, double value) { method binaryOr (line 682) | public static Object binaryOr(Object v1, Object v2) { method binaryXor (line 688) | public static Object binaryXor(Object v1, Object v2) { method binaryAnd (line 694) | public static Object binaryAnd(Object v1, Object v2) { method equal (line 700) | public static boolean equal(Object v1, Object v2) { method less (line 705) | public static boolean less(Object v1, Object v2) { method greater (line 709) | public static boolean greater(Object v1, Object v2) { method in (line 713) | public static boolean in(Object v1, Object v2) method shiftLeft (line 730) | public static Object shiftLeft(Object v1, Object v2) { method shiftRight (line 736) | public static Object shiftRight(Object v1, Object v2) { method unsignedShiftRight (line 742) | public static Object unsignedShiftRight(Object v1, Object v2) { method add (line 749) | public static Object add(Object v1, Object v2) { method subtract (line 773) | public static Object subtract(Object v1, Object v2) { method multiply (line 783) | public static Object multiply(Object v1, Object v2) { method divide (line 793) | public static Object divide(Object v1, Object v2) { method remainder (line 803) | public static Object remainder(Object v1, Object v2) { method negate (line 811) | public static Object negate(Object value) { method bitNegate (line 821) | public static Object bitNegate(Object value) { method getEscapeString (line 829) | public static String getEscapeString(String value) { method getEscapedChar (line 838) | public static String getEscapedChar(char ch) { method returnValue (line 894) | public static Object returnValue(Object ignore, Object returnValue) { method castToRuntime (line 905) | public static RuntimeException castToRuntime(Throwable t) { FILE: ognl/src/main/java/ognl/OgnlParserTreeConstants.java type OgnlParserTreeConstants (line 4) | public interface OgnlParserTreeConstants { FILE: ognl/src/main/java/ognl/OgnlRuntime.java class OgnlRuntime (line 65) | public class OgnlRuntime { method isUnsafeClass (line 165) | private static boolean isUnsafeClass(final Class clazz) { method clearCache (line 395) | public static void clearCache() { method clearAdditionalCache (line 414) | public static void clearAdditionalCache() { method getMajorJavaVersion (line 425) | public static int getMajorJavaVersion() { method getNumericValueGetter (line 429) | public static String getNumericValueGetter(Class type) { method getPrimitiveWrapperClass (line 433) | public static Class getPrimitiveWrapperClass(Class primitiveClas... method getNumericCast (line 437) | public static String getNumericCast(Class type) { method getNumericLiteral (line 441) | public static String getNumericLiteral(Class type) { method setCompiler (line 445) | public static void setCompiler(OgnlExpressionCompiler compiler) { method getCompiler (line 449) | public static OgnlExpressionCompiler getCompiler() { method compileExpression (line 453) | public static > void compileExpression(C cont... method getTargetClass (line 466) | public static Class getTargetClass(Object o) { method getBaseName (line 477) | public static String getBaseName(Object o) { method getClassBaseName (line 487) | public static String getClassBaseName(Class c) { method getClassName (line 493) | public static String getClassName(Object o, boolean fullyQualified) { method getClassName (line 501) | public static String getClassName(Class c, boolean fullyQualified) { method getPackageName (line 511) | public static String getPackageName(Object o) { method getClassPackageName (line 521) | public static String getClassPackageName(Class c) { method getPointerString (line 534) | public static String getPointerString(int num) { method getPointerString (line 559) | public static String getPointerString(Object o) { method getUniqueDescriptor (line 572) | public static String getUniqueDescriptor(Object object, boolean fullyQ... method getUniqueDescriptor (line 599) | public static String getUniqueDescriptor(Object object) { method getParameterTypes (line 609) | public static Class[] getParameterTypes(Method method) throws Cache... method findParameterTypes (line 622) | public static Class[] findParameterTypes(Class type, Method meth... method getParameterTypes (line 637) | public static Class[] getParameterTypes(Constructor constructor)... method invokeMethod (line 641) | public static Object invokeMethod(Object target, Method method, Object... method getArgClass (line 723) | public static Class getArgClass(Object arg) { method getArgClasses (line 747) | public static Class[] getArgClasses(Object[] args) { method isTypeCompatible (line 767) | public static boolean isTypeCompatible(Object object, Class c) { method isTypeCompatible (line 778) | public static boolean isTypeCompatible(Class parameterClass, Class<... class ArgsCompatbilityReport (line 868) | public static class ArgsCompatbilityReport { method ArgsCompatbilityReport (line 872) | public ArgsCompatbilityReport(int score, boolean[] conversionNeeded) { method areArgsCompatible (line 880) | public static boolean areArgsCompatible(Object[] args, Class[] clas... method areArgsCompatible (line 890) | public static ArgsCompatbilityReport areArgsCompatible(Class[] args... method isMoreSpecific (line 951) | public static boolean isMoreSpecific(Class[] classes1, Class[] c... method getModifierString (line 968) | public static String getModifierString(int modifiers) { method classForName (line 992) | public static > Class classForName(C context,... method isInstance (line 1010) | public static > boolean isInstance(C context,... method getPrimitiveDefaultValue (line 1020) | public static Object getPrimitiveDefaultValue(Class forClass) { method getNumericDefaultValue (line 1024) | public static Object getNumericDefaultValue(Class forClass) { method getConvertedType (line 1028) | public static > Object getConvertedType(C con... method getConvertedTypes (line 1033) | public static > boolean getConvertedTypes(C c... method getConvertedConstructorAndArgs (line 1059) | public static > Constructor getConvertedCo... method getAppropriateMethod (line 1093) | public static > Method getAppropriateMethod(C... method getConvertedMethodAndArgs (line 1129) | public static > Method getConvertedMethodAndA... class MatchingMethod (line 1147) | private static class MatchingMethod { method MatchingMethod (line 1154) | private MatchingMethod(Method method, int score, ArgsCompatbilityRep... method isLikelyAccessible (line 1171) | static boolean isLikelyAccessible(Class clazz) { method findBestMethod (line 1211) | private static MatchingMethod findBestMethod(List methods, Cla... method callAppropriateMethod (line 1340) | public static > Object callAppropriateMethod(... method callStaticMethod (line 1428) | public static > Object callStaticMethod(C con... method callMethod (line 1451) | public static > Object callMethod(C context, ... method callConstructor (line 1460) | public static > Object callConstructor(C cont... method getMethodValue (line 1514) | public static > Object getMethodValue(C conte... method setMethodValue (line 1550) | public static > boolean setMethodValue(C cont... method getConstructors (line 1572) | public static List> getConstructors(Class targetClas... method getMethods (line 1576) | public static Map> getMethods(Class targetClas... method isDefaultMethod (line 1593) | private static boolean isDefaultMethod(Method method) { method isNonDefaultPublicInterfaceMethod (line 1609) | private static boolean isNonDefaultPublicInterfaceMethod(Method method) { method getMethods (line 1615) | public static List getMethods(Class targetClass, String nam... method getFields (line 1619) | public static Map getFields(Class targetClass) { method getField (line 1623) | public static Field getField(Class inClass, String name) { method getFieldValue (line 1649) | public static > Object getFieldValue(C contex... method setFieldValue (line 1689) | public static > boolean setFieldValue(C conte... method isFieldAccessible (line 1718) | public static > boolean isFieldAccessible(C c... method isFieldAccessible (line 1722) | public static > boolean isFieldAccessible(C c... method hasField (line 1726) | public static > boolean hasField(C context, O... method getStaticField (line 1746) | public static > Object getStaticField(C conte... method getDeclaredMethods (line 1794) | public static List getDeclaredMethods(Class targetClass, St... method isMethodCallable (line 1830) | public static boolean isMethodCallable(Method m) { method isMethodCallable_BridgeOrNonSynthetic (line 1854) | static boolean isMethodCallable_BridgeOrNonSynthetic(Method m) { method getGetMethod (line 1865) | public static Method getGetMethod(Class targetClass, String propert... method _getGetMethod (line 1895) | private static Method _getGetMethod(Class targetClass, String prope... method isMethodAccessible (line 1931) | public static > boolean isMethodAccessible(C ... method hasGetMethod (line 1935) | public static > boolean hasGetMethod(C contex... method getSetMethod (line 1947) | public static > Method getSetMethod(C context... method _getSetMethod (line 1982) | private static Method _getSetMethod(OgnlContext context, Class targ... method hasSetMethod (line 2017) | public static boolean hasSetMethod(OgnlContext context, Object target,... method hasGetProperty (line 2021) | public static boolean hasGetProperty(OgnlContext context, Object targe... method hasSetProperty (line 2028) | public static boolean hasSetProperty(OgnlContext context, Object targe... method getPropertyDescriptors (line 2041) | public static Map getPropertyDescriptors(C... method getPropertyDescriptor (line 2054) | public static PropertyDescriptor getPropertyDescriptor(Class target... method getPropertyDescriptorsArray (line 2061) | public static PropertyDescriptor[] getPropertyDescriptorsArray(Class clazz, MethodAccessor ac... method getMethodAccessor (line 2093) | public static > MethodAccessor getMethodAc... method setPropertyAccessor (line 2098) | public static > void setPropertyAccessor(Clas... method getPropertyAccessor (line 2102) | public static > PropertyAccessor getProper... method getElementsAccessor (line 2107) | public static ElementsAccessor getElementsAccessor(Class clazz) method setElementsAccessor (line 2112) | public static void setElementsAccessor(Class clazz, ElementsAccesso... method getNullHandler (line 2116) | public static > NullHandler getNullHandler... method setNullHandler (line 2121) | public static void setNullHandler(Class clazz, NullHandler handler) { method getProperty (line 2125) | public static > Object getProperty(C context,... method setProperty (line 2139) | public static > void setProperty(C context, O... method getIndexedPropertyType (line 2165) | public static int getIndexedPropertyType(Class sourceClass, String ... method getIndexedProperty (line 2185) | public static > Object getIndexedProperty(C c... method setIndexedProperty (line 2212) | public static > void setIndexedProperty(C con... method getEvaluationPool (line 2239) | public static > EvaluationPool getEvaluati... method setClassCacheInspector (line 2249) | public static void setClassCacheInspector(ClassCacheInspector inspecto... method getMethod (line 2253) | public static > Method getMethod(C context, C... method getReadMethod (line 2338) | public static Method getReadMethod(Class target, String name) { method getReadMethod (line 2342) | public static Method getReadMethod(Class target, String name, Class... method getWriteMethod (line 2424) | public static Method getWriteMethod(Class target, String name) { method getWriteMethod (line 2428) | public static Method getWriteMethod(Class target, String name, Clas... method getProperty (line 2510) | public static PropertyDescriptor getProperty(Class target, String n... method isBoolean (line 2528) | public static boolean isBoolean(String expression) { method shouldConvertNumericTypes (line 2554) | public static > boolean shouldConvertNumericT... method getChildSource (line 2576) | public static > String getChildSource(C conte... class ClassPropertyMethodCache (line 2640) | private static final class ClassPropertyMethodCache { method ClassPropertyMethodCache (line 2658) | ClassPropertyMethodCache() { method get (line 2662) | Method get(Class clazz, String propertyName) { method put (line 2670) | void put(Class clazz, String propertyName, Method method) { method clear (line 2688) | void clear() { method detectMajorJavaVersion (line 2703) | static int detectMajorJavaVersion() { method parseMajorJavaVersion (line 2726) | static int parseMajorJavaVersion(String versionString) { method getUseStricterInvocationValue (line 2773) | public static boolean getUseStricterInvocationValue() { method getUseFirstMatchGetSetLookupValue (line 2786) | public static boolean getUseFirstMatchGetSetLookupValue() { method isAccessible (line 2800) | private static > boolean isAccessible(C conte... FILE: ognl/src/main/java/ognl/PrimitiveDefaults.java class PrimitiveDefaults (line 26) | class PrimitiveDefaults { method PrimitiveDefaults (line 30) | PrimitiveDefaults() { method get (line 46) | Object get(Class cls) { FILE: ognl/src/main/java/ognl/PrimitiveTypes.java class PrimitiveTypes (line 24) | class PrimitiveTypes { method PrimitiveTypes (line 28) | PrimitiveTypes() { method get (line 39) | Class get(String className) { FILE: ognl/src/main/java/ognl/PrimitiveWrapperClasses.java class PrimitiveWrapperClasses (line 27) | class PrimitiveWrapperClasses { method PrimitiveWrapperClasses (line 31) | PrimitiveWrapperClasses() { method get (line 50) | Class get(Class cls) { FILE: ognl/src/main/java/ognl/PropertyAccessor.java type PropertyAccessor (line 38) | public interface PropertyAccessor> { method getProperty (line 49) | Object getProperty(C context, Object target, Object name) throws OgnlE... method setProperty (line 60) | void setProperty(C context, Object target, Object name, Object value) ... method getSourceAccessor (line 71) | String getSourceAccessor(C context, Object target, Object index); method getSourceSetter (line 82) | String getSourceSetter(C context, Object target, Object index); FILE: ognl/src/main/java/ognl/SetPropertyAccessor.java class SetPropertyAccessor (line 27) | public class SetPropertyAccessor> extends Objec... method getProperty (line 29) | public Object getProperty(C context, Object target, Object name) throw... FILE: ognl/src/main/java/ognl/SimpleNode.java class SimpleNode (line 27) | public abstract class SimpleNode> implements No... method SimpleNode (line 43) | public SimpleNode(int i) { method SimpleNode (line 47) | public SimpleNode(OgnlParser p, int i) { method jjtOpen (line 52) | public void jjtOpen() { method jjtClose (line 55) | public void jjtClose() { method jjtSetParent (line 58) | public void jjtSetParent(Node n) { method jjtGetParent (line 62) | public Node jjtGetParent() { method jjtAddChild (line 66) | public void jjtAddChild(Node n, int i) { method jjtGetChild (line 77) | public Node jjtGetChild(int i) { method jjtGetNumChildren (line 81) | public int jjtGetNumChildren() { method toString (line 91) | public String toString() { method toString (line 97) | public String toString(String prefix) { method toGetSourceString (line 101) | public String toGetSourceString(C context, Object target) { method toSetSourceString (line 105) | public String toSetSourceString(C context, Object target) { method dump (line 113) | public void dump(PrintWriter writer, String prefix) { method getIndexInParent (line 126) | public int getIndexInParent() { method getNextSibling (line 143) | public Node getNextSibling() { method evaluateGetValueBody (line 157) | protected Object evaluateGetValueBody(C context, Object source) method evaluateSetValueBody (line 176) | protected void evaluateSetValueBody(C context, Object target, Object v... method getValue (line 183) | public final Object getValue(C context, Object source) method getValueBody (line 222) | protected abstract Object getValueBody(C context, Object source) method setValue (line 225) | public final void setValue(C context, Object target, Object value) method setValueBody (line 263) | protected void setValueBody(C context, Object target, Object value) method isNodeConstant (line 275) | public boolean isNodeConstant(C context) method isConstant (line 280) | public boolean isConstant(C context) method isNodeSimpleProperty (line 285) | public boolean isNodeSimpleProperty(C context) method isSimpleProperty (line 290) | public boolean isSimpleProperty(C context) method isSimpleNavigationChain (line 295) | public boolean isSimpleNavigationChain(C context) method isEvalChain (line 300) | public boolean isEvalChain(C context) throws OgnlException { method isSequence (line 314) | public boolean isSequence(C context) throws OgnlException { method isOperation (line 328) | public boolean isOperation(C context) throws OgnlException { method isChain (line 342) | public boolean isChain(C context) throws OgnlException { method isSimpleMethod (line 356) | public boolean isSimpleMethod(C context) throws OgnlException { method lastChild (line 360) | protected boolean lastChild(C context) { method flattenTree (line 368) | protected void flattenTree() { method getAccessor (line 400) | public ExpressionAccessor getAccessor() { method setAccessor (line 404) | public void setAccessor(ExpressionAccessor accessor) { FILE: ognl/src/main/java/ognl/TypeConverter.java type TypeConverter (line 26) | public interface TypeConverter> { method convertValue (line 41) | Object convertValue(C context, Object target, Member member, String pr... FILE: ognl/src/main/java/ognl/enhance/ContextClassLoader.java class ContextClassLoader (line 23) | public class ContextClassLoader> extends ClassL... method ContextClassLoader (line 27) | public ContextClassLoader(ClassLoader parentClassLoader, C context) { method findClass (line 32) | protected Class findClass(String name) throws ClassNotFoundException { FILE: ognl/src/main/java/ognl/enhance/EnhancedClassLoader.java class EnhancedClassLoader (line 21) | public class EnhancedClassLoader extends ClassLoader { method EnhancedClassLoader (line 23) | public EnhancedClassLoader(ClassLoader parentClassLoader) { method defineClass (line 27) | public Class defineClass(String enhancedClassName, byte[] byteCode) { FILE: ognl/src/main/java/ognl/enhance/ExpressionAccessor.java type ExpressionAccessor (line 29) | public interface ExpressionAccessor> { method get (line 38) | Object get(C context, Object target); method set (line 47) | void set(C context, Object target, Object value); method setExpression (line 55) | void setExpression(Node expression); FILE: ognl/src/main/java/ognl/enhance/ExpressionCompiler.java class ExpressionCompiler (line 61) | public class ExpressionCompiler> implements Ogn... method ExpressionCompiler (line 84) | public ExpressionCompiler() { method addCastString (line 96) | public static > void addCastString(C context,... method getCastString (line 119) | public static String getCastString(Class type) { method getRootExpression (line 137) | public static > String getRootExpression(Node... method shouldCast (line 179) | public static > boolean shouldCast(Node ex... method castExpression (line 192) | public String castExpression(C context, Node expression, String bod... method getClassName (line 220) | public String getClassName(Class clazz) { method getClassName (line 230) | private String getClassName(Class clazz, Class[] interfaces) { method getSuperOrInterfaceClass (line 249) | public Class getSuperOrInterfaceClass(Method method, Class clazz) { method containsMethod (line 288) | public boolean containsMethod(Method method, Class clazz) { method getInterfaceClass (line 335) | public Class getInterfaceClass(Class clazz) { method getInterfaceClass (line 346) | private Class getInterfaceClass(Class clazz, Class[] interfac... method getRootExpressionClass (line 370) | public Class getRootExpressionClass(Node rootNode, C context) { method compileExpression (line 384) | public void compileExpression(C context, Node expression, Object ro... method instantiateClass (line 466) | protected Class instantiateClass(final ClassPool pool, final CtClas... method generateGetter (line 472) | protected String generateGetter(C context, CtClass newClass, ClassPool... method createLocalReference (line 541) | public String createLocalReference(C context, String expression, Class... method createLocalReferences (line 552) | private void createLocalReferences(C context, ClassPool pool, CtClass ... method generateSetter (line 582) | protected String generateSetter(C context, CtClass newClass, ClassPool... method generateOgnlGetter (line 635) | protected String generateOgnlGetter(CtClass clazz, CtMethod valueGette... method generateOgnlSetter (line 655) | protected String generateOgnlSetter(CtClass clazz, CtMethod valueSette... method getClassLoader (line 672) | protected EnhancedClassLoader getClassLoader(C context) { method getCtClass (line 694) | protected CtClass getCtClass(Class searchClass) throws NotFoundExce... method getClassPool (line 707) | protected ClassPool getClassPool(C context, EnhancedClassLoader loader) { FILE: ognl/src/main/java/ognl/enhance/LocalReference.java type LocalReference (line 25) | public interface LocalReference { method getName (line 32) | String getName(); method getExpression (line 39) | String getExpression(); method getType (line 46) | Class getType(); FILE: ognl/src/main/java/ognl/enhance/OgnlExpressionCompiler.java type OgnlExpressionCompiler (line 30) | public interface OgnlExpressionCompiler> { method compileExpression (line 51) | void compileExpression(C context, Node expression, Object root) method getClassName (line 61) | String getClassName(Class clazz); method getInterfaceClass (line 72) | Class getInterfaceClass(Class clazz); method getSuperOrInterfaceClass (line 81) | Class getSuperOrInterfaceClass(Method method, Class clazz); method getRootExpressionClass (line 92) | Class getRootExpressionClass(Node rootNode, C context); method castExpression (line 109) | String castExpression(C context, Node expression, String body); method createLocalReference (line 128) | String createLocalReference(C context, String expression, Class type); FILE: ognl/src/main/java/ognl/enhance/OgnlLocalReference.java class OgnlLocalReference (line 26) | public class OgnlLocalReference implements LocalReference { method OgnlLocalReference (line 32) | public OgnlLocalReference(String name, String expression, Class cla... method getName (line 38) | public String getName() { method getExpression (line 42) | public String getExpression() { method getType (line 46) | public Class getType() { method equals (line 50) | public boolean equals(Object o) { method hashCode (line 65) | public int hashCode() { method toString (line 73) | public String toString() { FILE: ognl/src/main/java/ognl/enhance/OrderedReturn.java type OrderedReturn (line 28) | public interface OrderedReturn { method getCoreExpression (line 35) | String getCoreExpression(); method getLastExpression (line 42) | String getLastExpression(); FILE: ognl/src/main/java/ognl/enhance/UnsupportedCompilationException.java class UnsupportedCompilationException (line 31) | public class UnsupportedCompilationException extends RuntimeException { method UnsupportedCompilationException (line 35) | public UnsupportedCompilationException(String message) { method UnsupportedCompilationException (line 39) | public UnsupportedCompilationException(String message, Throwable cause) { FILE: ognl/src/main/java/ognl/internal/Cache.java type Cache (line 21) | public interface Cache { method clear (line 23) | void clear(); method getSize (line 25) | int getSize(); method get (line 27) | V get(K key) throws CacheException; method put (line 29) | V put(K key, V value); FILE: ognl/src/main/java/ognl/internal/CacheException.java class CacheException (line 21) | public class CacheException extends RuntimeException { method CacheException (line 25) | public CacheException(Throwable e) { FILE: ognl/src/main/java/ognl/internal/CacheFactory.java type CacheFactory (line 24) | public interface CacheFactory { method createCache (line 26) | Cache createCache(CacheEntryFactory entryFactory); method createClassCache (line 28) | ClassCache createClassCache(); method createClassCache (line 30) | ClassCache createClassCache(ClassCacheEntryFactory entryFact... FILE: ognl/src/main/java/ognl/internal/ClassCache.java type ClassCache (line 26) | public interface ClassCache extends Cache, V> { method setClassInspector (line 28) | void setClassInspector(ClassCacheInspector inspector); FILE: ognl/src/main/java/ognl/internal/ClassCacheHandler.java class ClassCacheHandler (line 21) | public class ClassCacheHandler { method ClassCacheHandler (line 23) | private ClassCacheHandler() { method getHandler (line 26) | public static T getHandler(Class forClass, ClassCache handle... FILE: ognl/src/main/java/ognl/internal/HashMapCache.java class HashMapCache (line 26) | public class HashMapCache implements Cache { method HashMapCache (line 32) | public HashMapCache(CacheEntryFactory cacheEntryFactory) { method clear (line 36) | public void clear() { method getSize (line 42) | public int getSize() { method get (line 48) | public V get(K key) throws CacheException { method shouldCreate (line 62) | protected boolean shouldCreate(CacheEntryFactory cacheEntryFacto... method put (line 66) | public V put(K key, V value) { method contains (line 74) | public boolean contains(K key) { FILE: ognl/src/main/java/ognl/internal/HashMapCacheFactory.java class HashMapCacheFactory (line 25) | public class HashMapCacheFactory implements CacheFactory { method createCache (line 27) | public Cache createCache(CacheEntryFactory entryFac... method createClassCache (line 31) | public ClassCache createClassCache() { method createClassCache (line 35) | public ClassCache createClassCache(ClassCacheEntryFactory en... FILE: ognl/src/main/java/ognl/internal/HashMapClassCache.java class HashMapClassCache (line 24) | public class HashMapClassCache extends HashMapCache, T> impl... method HashMapClassCache (line 28) | public HashMapClassCache(CacheEntryFactory, T> entryFactory) { method setClassInspector (line 32) | public void setClassInspector(ClassCacheInspector inspector) { method put (line 36) | public T put(Class key, T value) { FILE: ognl/src/main/java/ognl/internal/entry/CacheEntry.java type CacheEntry (line 21) | public interface CacheEntry { FILE: ognl/src/main/java/ognl/internal/entry/CacheEntryFactory.java type CacheEntryFactory (line 23) | public interface CacheEntryFactory { method create (line 25) | V create(K key) throws CacheException; FILE: ognl/src/main/java/ognl/internal/entry/ClassCacheEntryFactory.java type ClassCacheEntryFactory (line 21) | public interface ClassCacheEntryFactory extends CacheEntryFactory targetClass) { method DeclaredMethodCacheEntry (line 33) | public DeclaredMethodCacheEntry(Class targetClass, MethodType type) { method equals (line 38) | @Override method hashCode (line 56) | @Override FILE: ognl/src/main/java/ognl/internal/entry/DeclaredMethodCacheEntryFactory.java class DeclaredMethodCacheEntryFactory (line 24) | public class DeclaredMethodCacheEntryFactory extends MethodCacheEntryFac... method shouldCache (line 26) | @Override FILE: ognl/src/main/java/ognl/internal/entry/FieldCacheEntryFactory.java class FieldCacheEntryFactory (line 27) | public class FieldCacheEntryFactory implements ClassCacheEntryFactory create(Class key) throws CacheException { FILE: ognl/src/main/java/ognl/internal/entry/GenericMethodParameterTypeCacheEntry.java class GenericMethodParameterTypeCacheEntry (line 23) | public class GenericMethodParameterTypeCacheEntry implements CacheEntry { method GenericMethodParameterTypeCacheEntry (line 28) | public GenericMethodParameterTypeCacheEntry(Method method, Class ty... method equals (line 33) | @Override method hashCode (line 47) | @Override FILE: ognl/src/main/java/ognl/internal/entry/GenericMethodParameterTypeFactory.java class GenericMethodParameterTypeFactory (line 29) | public class GenericMethodParameterTypeFactory implements CacheEntryFact... method create (line 31) | public Class[] create(GenericMethodParameterTypeCacheEntry entry) t... method resolveType (line 71) | private Class resolveType(ParameterizedType param, TypeVariable ... FILE: ognl/src/main/java/ognl/internal/entry/MethodAccessCacheEntryFactory.java class MethodAccessCacheEntryFactory (line 26) | public class MethodAccessCacheEntryFactory implements CacheEntryFactory<... method create (line 34) | public MethodAccessEntryValue create(Method method) throws CacheExcept... FILE: ognl/src/main/java/ognl/internal/entry/MethodAccessEntryValue.java class MethodAccessEntryValue (line 21) | public class MethodAccessEntryValue { method MethodAccessEntryValue (line 26) | public MethodAccessEntryValue(boolean accessible) { method MethodAccessEntryValue (line 30) | public MethodAccessEntryValue(boolean accessible, boolean notPublic) { method isAccessible (line 35) | public boolean isAccessible() { method isNotPublic (line 39) | public boolean isNotPublic() { FILE: ognl/src/main/java/ognl/internal/entry/MethodCacheEntry.java class MethodCacheEntry (line 21) | public class MethodCacheEntry implements CacheEntry { method MethodCacheEntry (line 25) | public MethodCacheEntry(Class targetClass) { method equals (line 29) | @Override method hashCode (line 43) | @Override FILE: ognl/src/main/java/ognl/internal/entry/MethodCacheEntryFactory.java class MethodCacheEntryFactory (line 30) | public abstract class MethodCacheEntryFactory> create(T key) throws CacheException { method shouldCache (line 40) | protected abstract boolean shouldCache(T key, Method method); method collectMethods (line 42) | private void collectMethods(T key, Class c, Map create(Class targetClass) th... method findClosestMatchingMethod (line 66) | static Method findClosestMatchingMethod( method findObjectIndexedPropertyDescriptors (line 87) | private static void findObjectIndexedPropertyDescriptors( method indexMethodCheck (line 152) | private static boolean indexMethodCheck(List methods) { FILE: ognl/src/test/java/ClassInDefaultPackage.java class ClassInDefaultPackage (line 1) | @SuppressWarnings("unused") FILE: ognl/src/test/java/com/sun/test/AnotherInternalClass.java class AnotherInternalClass (line 25) | public class AnotherInternalClass { method getValue (line 26) | public String getValue() { FILE: ognl/src/test/java/ognl/DefaultMemberAccess.java class DefaultMemberAccess (line 33) | public class DefaultMemberAccess> implements Me... method DefaultMemberAccess (line 40) | public DefaultMemberAccess(boolean allowAllAccess) { method DefaultMemberAccess (line 44) | public DefaultMemberAccess(boolean allowPrivateAccess, boolean allowPr... method getAllowPrivateAccess (line 51) | public boolean getAllowPrivateAccess() { method setAllowPrivateAccess (line 55) | public void setAllowPrivateAccess(boolean value) { method getAllowProtectedAccess (line 59) | public boolean getAllowProtectedAccess() { method setAllowProtectedAccess (line 63) | public void setAllowProtectedAccess(boolean value) { method getAllowPackageProtectedAccess (line 67) | public boolean getAllowPackageProtectedAccess() { method setAllowPackageProtectedAccess (line 71) | public void setAllowPackageProtectedAccess(boolean value) { method setup (line 75) | public Object setup(C context, Object target, Member member, String pr... method restore (line 89) | public void restore(C context, Object target, Member member, String pr... method isAccessible (line 112) | public boolean isAccessible(C context, Object target, Member member, S... FILE: ognl/src/test/java/ognl/ExcludedObjectMemberAccess.java class ExcludedObjectMemberAccess (line 26) | public class ExcludedObjectMemberAccess extends DefaultMemberAccess { method ExcludedObjectMemberAccess (line 29) | public ExcludedObjectMemberAccess(boolean allowAllAccess) { method ExcludedObjectMemberAccess (line 33) | public ExcludedObjectMemberAccess(boolean allowPrivateAccess, boolean ... method isAccessible (line 37) | public boolean isAccessible(OgnlContext context, Object target, Member... method exclude (line 45) | public void exclude(Object obj) { method removeExclusion (line 49) | public void removeExclusion(Object obj) { FILE: ognl/src/test/java/ognl/ObjectPropertyAccessorTest.java class ObjectPropertyAccessorTest (line 34) | class ObjectPropertyAccessorTest { method setUp (line 38) | @BeforeEach class SimplePublicClass (line 47) | public static class SimplePublicClass { method setGender (line 53) | @SuppressWarnings("unused") method setEmail (line 58) | @SuppressWarnings("unused") method setName (line 63) | @SuppressWarnings("unused") method setname (line 68) | @SuppressWarnings("unused") method setAge (line 73) | @SuppressWarnings("unused") method setage (line 78) | @SuppressWarnings("unused") class KafkaFetcher (line 84) | public static class KafkaFetcher { method hasCompletedFutures (line 87) | @SuppressWarnings("unused") method testGetPossibleProperty (line 93) | @Test method testSetPossibleProperty (line 103) | @Test FILE: ognl/src/test/java/ognl/OgnlContextTest.java class OgnlContextTest (line 36) | class OgnlContextTest { method createOgnlContext (line 38) | private static OgnlContext createOgnlContext() { method traceEvaluation_shouldBeEnabled (line 42) | @Test method keepLastEvaluation_shouldBeEnabled (line 51) | @Test method allValues_shouldBeStored (line 59) | @Test method classResolver_shouldNotBeNull (line 71) | @Test method typeConverted_shouldNotBeNull (line 79) | @Test method memberAccess_shouldNotBeNull (line 87) | @Test method root_shouldInitAccessorAndType (line 95) | @Test method currentEvaluation_shouldNotBeNull (line 118) | @Test method ignoreReadMethod (line 133) | @Test method reservedKeywords (line 147) | @Test method memberAccessIsRequired (line 198) | @Test method defaultClassResolverAndTypeConverter (line 208) | @Test FILE: ognl/src/test/java/ognl/OgnlRuntimeAccessibilityTest.java class OgnlRuntimeAccessibilityTest (line 35) | class OgnlRuntimeAccessibilityTest { method interfaceIsAlwaysAccessible (line 37) | @Test method standardJdkClassesAreAccessible (line 46) | @Test method javaUtilClassesAreAccessible (line 55) | @Test method sunPackageClassesAreInaccessible (line 63) | @Test method comSunPackageClassesAreInaccessible (line 87) | @Test method customClassesAreAccessible (line 99) | @Test method innerClassesAreAccessible (line 106) | @Test method simulatedSunPackageClassIsInaccessible (line 112) | @Test method simulatedComSunPackageClassIsInaccessible (line 119) | @Test method interfaceInSunPackageIsAccessible (line 126) | @Test class TestHelperClass (line 134) | public static class TestHelperClass { class InnerClass (line 135) | public static class InnerClass { FILE: ognl/src/test/java/ognl/OgnlRuntimeMethodsTest.java class OgnlRuntimeMethodsTest (line 62) | class OgnlRuntimeMethodsTest { method setUp (line 66) | @BeforeEach method test_Get_Super_Or_Interface_Class (line 71) | @Test method test_Get_Private_Class (line 81) | @Test method test_Complicated_Inheritance (line 91) | @Test method test_Get_Read_Method (line 101) | @Test method test_Get_Read_Field (line 109) | @Test class TestGetters (line 119) | @SuppressWarnings("unused") method isEditorDisabled (line 121) | public boolean isEditorDisabled() { method isDisabled (line 125) | public boolean isDisabled() { method isNotAvailable (line 129) | public boolean isNotAvailable() { method isAvailable (line 133) | public boolean isAvailable() { method test_Get_Read_Method_Multiple (line 138) | @Test method test_Get_Read_Method_Multiple_Boolean_Getters (line 146) | @Test method test_Find_Method_Mixed_Boolean_Getters (line 159) | @Test method test_Get_Appropriate_Method (line 167) | @Test method test_Call_Static_Method_Invalid_Class (line 176) | @Test method test_Setter_Returns (line 184) | @Test method test_Call_Method_VarArgs (line 195) | @Test method test_Class_Cache_Inspector (line 207) | @Test class TestCacheInspector (line 238) | static class TestCacheInspector implements ClassCacheInspector { method shouldCache (line 239) | public boolean shouldCache(Class type) { method test_Set_Generic_Parameter_Types (line 244) | @Test method test_Get_Generic_Parameter_Types (line 254) | @Test method test_Find_Parameter_Types (line 262) | @Test method test_Find_Parameter_Types_Superclass (line 272) | @Test method test_Get_Declared_Methods_With_Synthetic_Methods (line 282) | @Test method test_Get_Property_Descriptors_With_Synthetic_Methods (line 292) | @Test class GenericParent (line 300) | public static class GenericParent { method save (line 301) | @SuppressWarnings("unused") class StringChild (line 306) | public static class StringChild extends GenericParent { class LongChild (line 309) | public static class LongChild extends GenericParent { method testOGNLParameterDiscovery (line 315) | @Test method testBangOperator (line 328) | @Test method testGetStaticField (line 334) | @Test method testGetStaticFieldEnum (line 340) | @Test method testGetStaticFieldEnumStatic (line 346) | @Test method testAbstractConcreteMethodScoringNoSysErr (line 358) | @Test class AbstractTestClass (line 373) | abstract static class AbstractTestClass { method testMethod (line 374) | @SuppressWarnings("unused") class ConcreteTestClass (line 381) | static class ConcreteTestClass extends AbstractTestClass { method testMethod (line 382) | public String testMethod(String element, int i) { class ProtectedParent (line 390) | protected static class ProtectedParent { method setName (line 391) | @SuppressWarnings("unused") method getName (line 395) | public String getName() { class PublicChild (line 403) | public static class PublicChild extends ProtectedParent { method testSyntheticBridgeReadMethod (line 411) | @Test method testSyntheticBridgeWriteMethod (line 421) | @Test class SimplePublicClass (line 429) | public static class SimplePublicClass { method getName (line 432) | public String getName() { class SimpleNestingClass (line 440) | public static class SimpleNestingClass { class NestedClass (line 441) | static class NestedClass { method getNestedName (line 446) | public String getNestedName() { method testConfirmStandardMethodCallability (line 454) | @Test method testConfirmBridgeMethodCallability (line 471) | @Test method testConfirmNoSyntheticMethod (line 499) | @Test class SimpleFieldClass (line 514) | public static class SimpleFieldClass { method testSetFieldValueWhenCheckAccess (line 522) | @Test method testSetFieldValueWhenNotCheckAccess (line 547) | @Test FILE: ognl/src/test/java/ognl/OgnlRuntimeTest.java class OgnlRuntimeTest (line 33) | public class OgnlRuntimeTest { method testMajorJavaVersionParse (line 38) | @Test method testMajorJavaVersionCheck (line 79) | @Test method testUseStricterInvocationStateFlag (line 91) | @Test method testStricterInvocationMode (line 119) | @Test method testStricterInvocationBlocksUnsafe (line 163) | @Test method testAccessibleObjectHandlerDefault (line 190) | @Test method testUseFirstMatchGetSetStateFlag (line 202) | @Test method testForArray (line 229) | @Test // Success method testForVarArgs (line 238) | @Test // Fail class Bean (line 247) | static class Bean { method setChars (line 252) | @SuppressWarnings("unused") method getChars (line 257) | @SuppressWarnings("unused") method setStrings (line 262) | @SuppressWarnings("unused") method getStrings (line 267) | @SuppressWarnings("unused") method setMix (line 272) | @SuppressWarnings("unused") method getIndex (line 278) | public Integer getIndex() { method shouldInvokeSyntheticBridgeMethod (line 283) | @Test method shouldInvokeSuperclassMethod (line 289) | @Test method shouldInvokeInterfaceMethod (line 295) | @Test type I1 (line 300) | public interface I1 { method getId (line 301) | @SuppressWarnings("unused") type I2 (line 305) | public interface I2 { method getId (line 306) | @SuppressWarnings("unused") method shouldMultipleInterfaceWithTheSameMethodBeFine (line 310) | @Test type I3 (line 321) | public interface I3 { method get (line 322) | T get(); type I4 (line 325) | public interface I4 { method get (line 326) | Long get(); method shouldTwoMethodsWithDifferentReturnTypeBeFine (line 329) | @Test method shouldSameMethodOfDifferentParentsBeCallable (line 341) | @Test FILE: ognl/src/test/java/ognl/test/ASTChainTest.java class ASTChainTest (line 29) | class ASTChainTest { method getIndexedValue (line 31) | @Test FILE: ognl/src/test/java/ognl/test/ASTMethodTest.java class ASTMethodTest (line 43) | class ASTMethodTest { method setUp (line 47) | @BeforeEach method contextTypes (line 52) | @Test method isSimpleMethod (line 97) | @Test FILE: ognl/src/test/java/ognl/test/ASTPropertyTest.java class ASTPropertyTest (line 45) | class ASTPropertyTest { method setUp (line 49) | @BeforeEach method test_Get_Indexed_Property_Type (line 54) | @Test method test_Get_Value_Body (line 84) | @Test method test_Get_Source (line 114) | @Test method test_Set_Source (line 143) | @Test method test_Indexed_Object_Type (line 168) | @Test method test_Complicated_List (line 225) | @Test method test_Set_Chain_Indexed_Property (line 245) | @Test method test_Set_Generic_Property (line 258) | @Test method test_Get_Generic_Property (line 275) | @Test method test_Set_Get_Multiple_Generic_Types_Property (line 292) | @Test FILE: ognl/src/test/java/ognl/test/ASTSequenceTest.java class ASTSequenceTest (line 30) | class ASTSequenceTest { method isSequence (line 32) | @Test FILE: ognl/src/test/java/ognl/test/ArithmeticAndLogicalOperatorsOnEnumsTest.java class ArithmeticAndLogicalOperatorsOnEnumsTest (line 33) | class ArithmeticAndLogicalOperatorsOnEnumsTest { type EnumNoBody (line 40) | public enum EnumNoBody {ENUM1, ENUM2;} type EnumEmptyBody (line 42) | public enum EnumEmptyBody {ENUM1 {}, ENUM2 {};} type EnumBasicBody (line 44) | public enum EnumBasicBody { method value (line 46) | public final Integer value() { method value (line 51) | public final Integer value() { method setUp (line 57) | @BeforeEach method enumNoBodyEquality (line 66) | @Test method enumNoBodyInequality (line 71) | @Test method enumNoBodyEqualityEnum2 (line 76) | @Test method enumNoBodyInequalityEnum2 (line 81) | @Test method enumNoBodyDifferentEnums (line 86) | @Test method enumNoBodyDifferentEnumsEquality (line 91) | @Test method enumEmptyBodyEquality (line 96) | @Test method enumEmptyBodyInequality (line 101) | @Test method enumEmptyBodyEqualityEnum2 (line 106) | @Test method enumEmptyBodyInequalityEnum2 (line 111) | @Test method enumEmptyBodyDifferentEnums (line 116) | @Test method enumEmptyBodyDifferentEnumsEquality (line 121) | @Test method enumBasicBodyEquality (line 126) | @Test method enumBasicBodyInequality (line 131) | @Test method enumBasicBodyEqualityEnum2 (line 136) | @Test method enumBasicBodyInequalityEnum2 (line 141) | @Test method enumBasicBodyDifferentEnums (line 146) | @Test method enumBasicBodyDifferentEnumsEquality (line 151) | @Test method enumNoBodyAndEnumEmptyBodyEquality (line 156) | @Test method enumNoBodyAndEnumEmptyBodyInequality (line 163) | @Test method enumNoBodyAndEnumBasicBodyEquality (line 170) | @Test method enumNoBodyAndEnumBasicBodyInequality (line 177) | @Test method enumEmptyBodyAndEnumBasicBodyEquality (line 184) | @Test method enumEmptyBodyAndEnumBasicBodyInequality (line 191) | @Test FILE: ognl/src/test/java/ognl/test/ArithmeticAndLogicalOperatorsTest.java class ArithmeticAndLogicalOperatorsTest (line 33) | class ArithmeticAndLogicalOperatorsTest { method setUp (line 38) | @BeforeEach method doubleValuedArithmeticExpressions (line 47) | @Test method bigDecimalValuedArithmeticExpressions (line 60) | @Test method integerValuedArithmeticExpressions (line 74) | @Test method bigIntegerValuedArithmeticExpressions (line 99) | @Test method logicalExpressions (line 122) | @Test method logicalExpressionsStringVersions (line 145) | @Test method equalityOnIdentity (line 167) | @Test method comparableAndNonComparable (line 173) | @Test method expressionsWithVariables (line 179) | @Test FILE: ognl/src/test/java/ognl/test/ArrayCreationTest.java class ArrayCreationTest (line 34) | class ArrayCreationTest { method setUp (line 39) | @BeforeEach method stringArrayCreation (line 45) | @Test method stringArrayWithIntegers (line 50) | @Test method testIntegerArrayCreation (line 55) | @Test method stringArrayWithSize (line 60) | @Test method invalidObjectArrayCreation (line 65) | @Test method objectArrayWithSize (line 72) | @Test method objectArrayWithElements (line 77) | @Test method simpleArrayCreation (line 82) | @Test method simpleObjectArrayCreation (line 87) | @Test method simpleStringArrayCreation (line 92) | @Test method conditionalEntryArrayCreation (line 97) | @Test method simpleArrayWithElements (line 102) | @Test FILE: ognl/src/test/java/ognl/test/ArrayElementsTest.java class ArrayElementsTest (line 32) | class ArrayElementsTest { method setUp (line 42) | @BeforeEach method stringArrayLength (line 54) | @Test method stringArrayElement (line 59) | @Test method intArrayElement (line 64) | @Test method intArrayElementAfterSet (line 69) | @Test method intArrayElementAfterSetWithString (line 75) | @Test method rootIntValueAfterSetWithString (line 81) | @Test method rootArrayAfterSetWithStringArray (line 87) | @Test method charArrayElement (line 93) | @Test method charArrayElementFromString (line 98) | @Test method charArray (line 103) | @Test method booleanArray (line 108) | @Test FILE: ognl/src/test/java/ognl/test/ChainTest.java class ChainTest (line 34) | class ChainTest { method test_isChain (line 36) | @Test method shouldShortCircuitAccessingNullChild (line 59) | @Test method shouldEvaluateThisProperty (line 68) | @Test class Child (line 76) | public static class Child { method Child (line 79) | public Child(String name) { method getName (line 83) | public String getName() { method toString (line 87) | @Override class Parent (line 93) | public static class Parent extends Child { method Parent (line 96) | public Parent(Child child) { method getChild (line 101) | public Child getChild() { FILE: ognl/src/test/java/ognl/test/ClassMethodTest.java class ClassMethodTest (line 31) | class ClassMethodTest { method setUp (line 36) | @BeforeEach method testGetClassName (line 42) | @Test method testGetClassInterfaces (line 48) | @Test method testGetClassInterfacesLength (line 54) | @Test method testSystemClassGetInterfaces (line 60) | @Test method testClassGetName (line 66) | @Test method testImageObserverClassGetName (line 72) | @Test FILE: ognl/src/test/java/ognl/test/CollectionDirectPropertyTest.java class CollectionDirectPropertyTest (line 31) | class CollectionDirectPropertyTest { method setUp (line 36) | @BeforeEach method testSize (line 42) | @Test method testIsEmptyFalse (line 47) | @Test method testIsEmptyTrue (line 52) | @Test method testIteratorNext (line 57) | @Test method testIteratorHasNext (line 62) | @Test method testIteratorHasNextAfterTwoNexts (line 67) | @Test method testIteratorNextAfterTwoNexts (line 72) | @Test method testRootMapTest (line 77) | @Test method testRootMapSize (line 82) | @Test method testRootMapKeySet (line 87) | @Test method testRootMapValues (line 92) | @Test method testRootMapKeysSize (line 97) | @Test method testRootMapSizeValue (line 102) | @Test method testRootMapIsEmpty (line 107) | @Test method testRootMapIsEmptyKey (line 112) | @Test FILE: ognl/src/test/java/ognl/test/CompilingPropertyAccessor.java class CompilingPropertyAccessor (line 44) | @Deprecated(since = "3.5.0", forRemoval = true) method getPrimitiveWrapperClass (line 81) | public static Class getPrimitiveWrapperClass(Class primitiveClas... type Getter (line 85) | public interface Getter { method get (line 86) | Object get(OgnlContext context, Object target, String propertyName); method generateGetter (line 89) | public static Getter generateGetter(OgnlContext context, String code) ... method getGetter (line 132) | private Getter getGetter(OgnlContext context, Object target, String pr... method getPossibleProperty (line 179) | public Object getPossibleProperty(OgnlContext context, Object target, ... FILE: ognl/src/test/java/ognl/test/ConstantTest.java class ConstantTest (line 34) | class ConstantTest { method setUp (line 39) | @BeforeEach method test12345 (line 45) | @Test method test0x100 (line 51) | @Test method test0xfE (line 57) | @Test method test01000 (line 63) | @Test method test1234L (line 68) | @Test method test12_34 (line 74) | @Test method test_1234 (line 80) | @Test method test12_34f (line 86) | @Test method test12_ (line 92) | @Test method test12e_1d (line 98) | @Test method test_x (line 104) | @Test method test_n (line 110) | @Test method test_u048c (line 116) | @Test method test_47 (line 122) | @Test method test_367 (line 128) | @Test method test_367Exception (line 134) | @Test method test_xException (line 141) | @Test method testHelloWorld (line 148) | @Test method testUnicodeString (line 154) | @Test method testHelloWorldException (line 160) | @Test method testHelloXWorldException (line 167) | @Test method testNull (line 174) | @Test method testTrue (line 180) | @Test method testFalse (line 186) | @Test method testArray (line 192) | @Test method testHtmlPublic (line 198) | @Test FILE: ognl/src/test/java/ognl/test/ConstantTreeTest.java class ConstantTreeTest (line 30) | class ConstantTreeTest { method setUp (line 39) | @BeforeEach method testTrue (line 45) | @Test method test55 (line 50) | @Test method testJavaAwtColorBlack (line 55) | @Test method testNonFinalStaticVariable (line 60) | @Test method testNonFinalStaticVariablePlus10 (line 65) | @Test method test55Plus24PlusJavaAwtEventAltMask (line 70) | @Test method testName (line 75) | @Test method testNameI (line 80) | @Test method testNameIProperty (line 85) | @Test method testNameFoo (line 90) | @Test method testNameFoo2 (line 95) | @Test method testName25 (line 100) | @Test FILE: ognl/src/test/java/ognl/test/ContextRootPreservationTest.java class ContextRootPreservationTest (line 35) | public class ContextRootPreservationTest { class TestRootObject (line 40) | public static class TestRootObject { method getContextProperty (line 44) | public String getContextProperty() { method setContextProperty (line 48) | public void setContextProperty(String contextProperty) { method getTestList (line 52) | public List getTestList() { method setTestList (line 56) | public void setTestList(List testList) { method setUp (line 61) | @BeforeEach method testContextRootPreservationWithListSelection (line 67) | @Test method testIssue390ReproduceBug (line 87) | @Test method testContextRootPreservationWithListProjection (line 110) | @Test method testContextRootPreservationWithNestedExpression (line 125) | @Test method testContextRootAccessInLambdaExpression (line 134) | @Test method testRootContextNotOverwrittenByListItem (line 153) | @Test method testOriginalRootAccessAfterListProcessing (line 166) | @Test method testContextVariableAccessDuringListProcessing (line 178) | @Test FILE: ognl/src/test/java/ognl/test/ContextVariableTest.java class ContextVariableTest (line 29) | class ContextVariableTest { method setUp (line 34) | @BeforeEach method testRoot (line 40) | @Test method testThis (line 46) | @Test method testSumOfFiveAndSix (line 52) | @Test method testSumOfFiveAndSixWithIntermediateAssignment (line 58) | @Test FILE: ognl/src/test/java/ognl/test/CorrectedObjectNullHandler.java class CorrectedObjectNullHandler (line 24) | public class CorrectedObjectNullHandler implements NullHandler { method CorrectedObjectNullHandler (line 28) | public CorrectedObjectNullHandler(String defaultValue) { method nullMethodResult (line 33) | public Object nullMethodResult(OgnlContext context, Object target, Str... method nullPropertyValue (line 40) | public Object nullPropertyValue(OgnlContext context, Object target, Ob... FILE: ognl/src/test/java/ognl/test/DefaultClassResolverTest.java class DefaultClassResolverTest (line 31) | class DefaultClassResolverTest { method testClassInDefaultPackageResolution (line 33) | @Test method testEnsureClassNotFoundException (line 40) | @Test method testEnsureClassNotFoundExceptionReportsSpecifiedName (line 54) | @Test FILE: ognl/src/test/java/ognl/test/DualModeEvaluationTest.java class DualModeEvaluationTest (line 60) | class DualModeEvaluationTest { method setUp (line 65) | @BeforeEach method getValueInterpreted (line 71) | private Object getValueInterpreted(String expression) throws OgnlExcep... method getValueCompiled (line 76) | @SuppressWarnings("unchecked") method freshCompiledContext (line 82) | private OgnlContext freshCompiledContext() { method assertBothModes (line 88) | private void assertBothModes(String expression, Object expected) throw... method assertBothModesMatch (line 95) | private void assertBothModesMatch(String expression) throws Exception { method setValueInterpreted (line 104) | private void setValueInterpreted(String expression, Object value) thro... method setValueCompiled (line 109) | private void setValueCompiled(String expression, Object value, OgnlCon... method assertSetThenGetBothModes (line 114) | private void assertSetThenGetBothModes(String expression, Object setVa... class Constants (line 134) | @Nested method integerConstant (line 137) | @Test method longConstant (line 142) | @Test method doubleConstant (line 147) | @Test method floatConstant (line 152) | @Test method trueConstant (line 157) | @Test method falseConstant (line 162) | @Test method nullConstant (line 167) | @Test method stringConstant (line 172) | @Test method charConstant (line 177) | @Test method hexConstant (line 182) | @Test method octalConstant (line 187) | @Test class BigDecimalArithmetic (line 193) | @Nested method negation (line 197) | @Test method unaryPlus (line 202) | @Test method doubleNegation (line 207) | @Test method multiplyWithDouble (line 212) | @Test method divideWithBigDecimalSuffix (line 217) | @Test method divideWithBigDecimalNumerator (line 222) | @Test method addition (line 227) | @Test method subtraction (line 232) | @Test class BigIntegerArithmetic (line 238) | @Nested method negation (line 242) | @Test method unaryPlus (line 247) | @Test method doubleNegation (line 252) | @Test method multiply (line 257) | @Test method divide (line 262) | @Test method addition (line 267) | @Test method subtraction (line 272) | @Test method modulus (line 277) | @Test class IntegerArithmetic (line 283) | @Nested method negation (line 286) | @Test method unaryPlus (line 291) | @Test method doubleNegation (line 296) | @Test method multiply (line 301) | @Test method divide (line 306) | @Test method addition (line 311) | @Test method subtraction (line 316) | @Test method precedence (line 321) | @Test method parentheses (line 326) | @Test method modulus (line 331) | @Test class DoubleArithmetic (line 337) | @Nested method negation (line 340) | @Test method unaryPlus (line 345) | @Test method doubleNegation (line 350) | @Test method multiplyWithDouble (line 355) | @Test method divideWithTrailingDot (line 360) | @Test method addition (line 365) | @Test method floatSubtraction (line 370) | @Test class BitwiseOperations (line 376) | @Nested method bitwiseNot (line 379) | @Test method leftShift (line 384) | @Test method rightShift (line 389) | @Test method unsignedRightShift (line 394) | @Test method bitwiseAndWithDouble (line 399) | @Disabled("Compiler loses double type in bitwise AND, returns int in... method bitwiseXor (line 405) | @Test method bitwiseOrWithLong (line 410) | @Test method bitwiseAndGrouped (line 415) | @Disabled("Compiler widens int to long in grouped bitwise expression") method bigIntegerBitwiseNot (line 421) | @Disabled("Compiler does not support BigInteger bitwise operations") method bigIntegerLeftShift (line 427) | @Disabled("Compiler does not support BigInteger bitwise operations") method bigIntegerRightShift (line 433) | @Disabled("Compiler does not support BigInteger bitwise operations") class LogicalExpressions (line 440) | @Nested method logicalNot (line 443) | @Test method logicalNotNull (line 448) | @Test method lessThan (line 453) | @Test method greaterThan (line 458) | @Test method lessOrEqual (line 463) | @Test method greaterOrEqual (line 468) | @Test method equality (line 473) | @Test method inequality (line 478) | @Test method ternary (line 483) | @Test method ternaryShortCircuitsOnTrueBranch (line 488) | @Test method logicalAndShortCircuits (line 493) | @Test method logicalOrShortCircuits (line 498) | @Test class PropertyAccess (line 504) | @Nested method simpleProperty (line 507) | @Test method nestedProperty (line 512) | @Test method arrayLength (line 517) | @Test method arrayIndex (line 522) | @Test method nullObject (line 527) | @Test method booleanProperty (line 532) | @Test method intProperty (line 537) | @Test method staticField (line 542) | @Test method mapProperty (line 547) | @Test method mapDotAccess (line 552) | @Test method mapBracketAccess (line 557) | @Test method mapConcatKeyAccess (line 562) | @Test method negatedBooleanProperty (line 567) | @Test method negatedBeanProperty (line 572) | @Test method stringLengthCheck (line 577) | @Test method disabledProperty (line 582) | @Test method ternaryWithBooleanProperty (line 587) | @Test method nullOrBooleanExpression (line 592) | @Test method disabledOrReadonly (line 597) | @Test method renderNavigationTernary (line 602) | @Test method stringConcatenationWithProperty (line 607) | @Test class MethodCalls (line 614) | @Nested method noArgMethod (line 617) | @Test method stringArgMethod (line 622) | @Test method toStringOnInteger (line 627) | @Disabled("Compiler generates invalid cast for method call on auto-b... method staticMethod (line 633) | @Test class NullHandling (line 639) | @Nested method nullEqualityToNull (line 642) | @Test method nullInequalityToValue (line 647) | @Test class InstanceOf (line 653) | @Nested method integerInstanceOf (line 656) | @Test method doubleNotInstanceOfInteger (line 661) | @Test class SetterPaths (line 667) | @Nested method setMapNewValue (line 670) | @Test method setMapBracketKey (line 675) | @Test method setSettableListIndex (line 680) | @Test method setIntValueProperty (line 685) | @Test method setOpenTransitionWin (line 690) | @Test method setStringValue (line 695) | @Test class SetterWithConversion (line 701) | @Nested method setIntFromDouble (line 704) | @Test method setIntFromString (line 709) | @Test method setStringFromInt (line 714) | @Test class IndexAccess (line 720) | @Nested method listWithIndexVariable (line 723) | @Test method listWithObjectIndex (line 728) | @Test method arrayWithObjectIndex (line 733) | @Test method arrayWithMethodIndex (line 738) | @Test method ternaryWithArrayLength (line 743) | @Test method stringConcatWithIndex (line 749) | @Test method mapSplitAccess (line 755) | @Test method nestedListAccess (line 760) | @Test class ArrayElements (line 766) | @Nested method charArrayAccess (line 769) | @Test method tapestryCharArray (line 774) | @Test method listLiteral (line 779) | @Test method booleanListLiteral (line 784) | @Test class MethodCallsExtended (line 790) | @Nested method formatMethodWithProperty (line 793) | @Test method ternaryWithMethodResult (line 798) | @Test method printDeliveryConcat (line 803) | @Test method nestedMethodCall (line 809) | @Test class InterfaceInheritance (line 815) | @Nested method myMap (line 818) | @Test method myMapDotTest (line 823) | @Test method myMapArrayAccess (line 828) | @Test method myMapListAccess (line 833) | @Test method myMapFirstElement (line 838) | @Test method myMapLastElement (line 843) | @Test method mapCompFormClientId (line 848) | @Test method myTestTheMapKey (line 853) | @Test class DynamicSubscripts (line 859) | @Nested method mapFirstElement (line 862) | @Test method mapLastElement (line 867) | @Test method listMidElement (line 872) | @Test method arrayLastElement (line 877) | @Test class ComplexExpressions (line 883) | @Nested method subExpressionWithThis (line 886) | @Test method subExpressionWithTernary (line 891) | @Test method firstElementSubExpression (line 896) | @Test method lastElementSubExpression (line 901) | @Test method lastElementWithRootRef (line 906) | @Test method arrayPlusMapSize (line 911) | @Test method nestedTernary (line 916) | @Test method selectedLocaleTernary (line 922) | @Test method listLiteralWithProperties (line 928) | @Test method getAssetWithTernary (line 933) | @Test class PrimitiveNullHandling (line 939) | @Nested method setNullOnIntProperty (line 942) | @Test method setNullOnBooleanProperty (line 947) | @Test method setValueOnIntProperty (line 952) | @Test method setValueOnBooleanProperty (line 957) | @Test class MethodCallsWithSimple (line 963) | @Nested method setUp (line 969) | @BeforeEach method assertSimpleBothModes (line 975) | private void assertSimpleBothModes(String expression, Object expecte... method assertSimpleBothModesMatch (line 986) | private void assertSimpleBothModesMatch(String expression) throws Ex... method hashCode_ (line 999) | @Test method booleanTernary (line 1004) | @Test method isDisabled (line 1009) | @Test method isTruck (line 1014) | @Test method isEditorDisabled (line 1019) | @Test method messagesFormat (line 1024) | @Test method varArgsNoArgs (line 1029) | @Test method varArgsWithArgs (line 1034) | @Test method enumMethodArg (line 1039) | @Test class RootArrayAccess (line 1045) | @Nested method setUp (line 1052) | @BeforeEach method stringArrayLength (line 1058) | @Test method stringArrayRootElement (line 1071) | @Test method intArrayRootElement (line 1084) | @Test class MethodCallsWithConversion (line 1098) | @Nested method formatWithArray (line 1101) | @Test method formatWithIntValue (line 1106) | @Test method formatWithMapSize (line 1111) | @Test class PrimitiveNullHandlingWithSimple (line 1117) | @Nested method setUp (line 1123) | @BeforeEach method setNullOnFloatValue (line 1131) | @Test method setNullOnIntValue (line 1154) | @Test method setNullOnBooleanValue (line 1174) | @Test class InterfaceInheritanceWithCustomSetup (line 1201) | @Nested method setUp (line 1207) | @BeforeEach method assertIBothModes (line 1221) | private void assertIBothModes(String expression, Object expected) th... method assertIBothModesMatch (line 1232) | private void assertIBothModesMatch(String expression) throws Excepti... method beansTestBean (line 1245) | @Test method beansEvenOddNext (line 1250) | @Disabled("Compiler evaluates expression during compilation for type... method mapCustomListTotal (line 1256) | @Test method mapCompGetCount (line 1261) | @Test method contentProviderHasChildren (line 1266) | @Test method myMapNull (line 1271) | @Test method myMapAssignNull (line 1276) | @Test method myMapNullThenTest (line 1281) | @Test method myMapBracketAccess (line 1286) | @Test method myMapNullSetValue (line 1291) | @Test class IndexedProperties (line 1300) | @Nested method setUp (line 1306) | @BeforeEach method assertIndexedBothModes (line 1312) | private void assertIndexedBothModes(String expression, Object expect... method assertIndexedBothModesMatch (line 1323) | private void assertIndexedBothModesMatch(String expression) throws E... method getValues (line 1336) | @Test method bracketValues (line 1341) | @Test method getValuesIndex0 (line 1346) | @Test method valuesIndex0 (line 1351) | @Test method valuesFirst (line 1356) | @Test method valuesMid (line 1361) | @Test method valuesLast (line 1366) | @Test method getTitleWithListSize (line 1371) | @Test method sourceTotal (line 1376) | @Test method listLongValue (line 1381) | @Test class IndexAccessExtended (line 1390) | @Nested method arrayGenericIndex (line 1393) | @Test method booleanArraySelfObjectIndex (line 1398) | @Test method booleanArrayGetObjectIndex (line 1403) | @Test method tabSearchCriteriaDisplayName (line 1408) | @Test method tabSearchCriteriaSelections (line 1413) | @Test method mapBarValueSetGet (line 1418) | @Test method mapValueId (line 1423) | @Test method indexerLineIndex (line 1428) | @Test class SetterWithConversionExtended (line 1437) | @Nested method setStringFromFloat (line 1440) | @Test method setAnotherStringFromInt (line 1445) | @Test method setAnotherStringFromDouble (line 1450) | @Test method setAnotherIntFromString (line 1455) | @Test method setAnotherIntFromDouble (line 1460) | @Test method setIntFromLargeDouble (line 1465) | @Test class SetterPathsExtended (line 1474) | @Nested method setSettableListSpecialIndex (line 1477) | @Test method setMapNewValue (line 1482) | @Test class MethodCallsWithSimpleExtended (line 1491) | @Nested method setUp (line 1497) | @BeforeEach method assertSimpleBothModesMatch (line 1503) | private void assertSimpleBothModesMatch(String expression) throws Ex... method assertSimpleBothModes (line 1516) | private void assertSimpleBothModes(String expression, Object expecte... method messagesFormatArrayArg (line 1527) | @Test method messagesFormatTwoArrayArgs (line 1532) | @Test method messagesFormatTwoArgs (line 1537) | @Test method getValueIsTrue (line 1542) | @Test method getDisplayValue (line 1547) | @Test method testMethodsGetBean (line 1552) | @Test method testMethodsTestProperty (line 1557) | @Test method testMethodsArgsTest1 (line 1562) | @Test method testMethodsArgsTest2 (line 1567) | @Test method testMethodsArgsTest3 (line 1572) | @Test method testMethodsShowListObjectList (line 1577) | @Test method testMethodsShowListStringList (line 1582) | @Test method testMethodsShowListStringArray (line 1587) | @Test method testMethodsAvg (line 1592) | @Test class PropertyTestExpressions (line 1601) | @Nested method testStringNotNull (line 1604) | @Test method negatedRenderNavAndReadonly (line 1609) | @Test method mapSizeFromStaticField (line 1614) | @Test method mapSizeStringAccess (line 1619) | @Test method mapConcatSizeAccess (line 1624) | @Test method mapList (line 1629) | @Test method mapArrayFirst (line 1634) | @Test method mapListSecond (line 1639) | @Test method mapArrayLast (line 1644) | @Test method mapBracketAccess (line 1649) | @Test method flyingMonkey (line 1654) | @Test method openTransitionWin (line 1659) | @Test method disableButtonConcat (line 1664) | @Test method propertyBean3Value (line 1670) | @Test method propertyBean3ValueConcat (line 1675) | @Test method getPropertyGetBean3 (line 1680) | @Test method getIndexedPropertyViaMap (line 1685) | @Test method stringLengthNotNull (line 1690) | @Test class Generics (line 1699) | @Nested method setUp (line 1705) | @BeforeEach method genericServiceGetFullMessageFor (line 1711) | @Test method genericIdsSetGet (line 1723) | @Test class IndexedSetObjectTests (line 1747) | @Nested method setUp (line 1753) | @BeforeEach method thingXValSetGet (line 1759) | @Test class ArrayElementSetOperations (line 1784) | @Nested method intArraySetWithInt (line 1787) | @Test method intArraySetWithString (line 1810) | @Test method rootIntValueSetWithString (line 1833) | @Test FILE: ognl/src/test/java/ognl/test/GenericsTest.java class GenericsTest (line 31) | class GenericsTest { method setUp (line 36) | @BeforeEach method testIds (line 42) | @Test FILE: ognl/src/test/java/ognl/test/InExpressionTest.java class InExpressionTest (line 31) | class InExpressionTest { method test_String_In (line 33) | @Test FILE: ognl/src/test/java/ognl/test/IndexAccessTest.java class IndexAccessTest (line 33) | class IndexAccessTest { method setUp (line 39) | @BeforeEach method testListIndex (line 46) | @Test method testListObjectIndex (line 52) | @Test method testArrayObjectIndex (line 58) | @Test method testArrayGetObjectIndex (line 64) | @Test method testArrayGenericIndex (line 70) | @Test method testBooleanArraySelfObjectIndex (line 76) | @Test method testBooleanArrayGetObjectIndex (line 82) | @Test method testBooleanArrayNullIndex (line 88) | @Test method testListSizeMinusOne (line 95) | @Test method testToggleToggleSelected (line 102) | @Test method testToggleDisplay (line 108) | @Test method testMapMapKeySplit (line 114) | @Test method testBooleanValuesIndex1Index2 (line 120) | @Test method testTabSearchCriteriaDisplayName (line 126) | @Test method testTabSearchCriteriaSelections (line 132) | @Test method testTabSearchCriteriaSelectionsSetValue (line 138) | @Test method testMapBarValue (line 145) | @Test method testIndexedSetThingXVal (line 152) | @Test FILE: ognl/src/test/java/ognl/test/IndexedPropertyTest.java class IndexedPropertyTest (line 30) | class IndexedPropertyTest { method setUp (line 36) | @BeforeEach method testGetValues (line 43) | @Test method testValues (line 49) | @Test method testValuesIndex0 (line 55) | @Test method testGetValuesIndex0 (line 61) | @Test method testValuesIndex0Direct (line 67) | @Test method testValuesCaret (line 73) | @Test method testValuesPipe (line 79) | @Test method testValuesDollar (line 85) | @Test method testSetValuesIndex1 (line 91) | @Test method testSetValuesIndex2 (line 98) | @Test method testGetTitle (line 105) | @Test method testSourceTotal (line 111) | @Test method testIndexerLine (line 117) | @Test method testListLongValue (line 123) | @Test method testMapValueId (line 129) | @Test method testPropertyHoodak (line 135) | @Test FILE: ognl/src/test/java/ognl/test/InheritedMethodsTest.java class InheritedMethodsTest (line 36) | class InheritedMethodsTest { method test_Base_Inheritance (line 40) | @Test FILE: ognl/src/test/java/ognl/test/InterfaceInheritanceTest.java class InterfaceInheritanceTest (line 38) | class InterfaceInheritanceTest { method setUp (line 43) | @BeforeEach method testMyMap (line 59) | @Test method testMyMapTest (line 65) | @Test method testMyMapList (line 71) | @Test method testMyMapArray0 (line 77) | @Test method testMyMapList1 (line 83) | @Test method testMyMapCaret (line 89) | @Test method testMyMapDollar (line 95) | @Test method testMyMapArrayDollar (line 101) | @Test method testMyMapString (line 107) | @Test method testMyMapNull (line 113) | @Test method testMyMapXNull (line 119) | @Test method testMyMapNullTest (line 125) | @Test method testMyMapNull25 (line 131) | @Test method testMyMapNull50 (line 137) | @Test method testBeansTestBean (line 144) | @Test method testBeansEvenOddNext (line 150) | @Test method testMapCompFormClientId (line 156) | @Test method testMapCompGetCount (line 162) | @Test method testMapCustomListTotal (line 168) | @Test method testMyTestTheMapKey (line 174) | @Test method testContentProviderHasChildren (line 180) | @Test method testObjectIndexInstanceOf (line 186) | @Test FILE: ognl/src/test/java/ognl/test/IsTruckTest.java class IsTruckTest (line 28) | class IsTruckTest { method testIsTruckMethod (line 30) | @Test class TruckHolder (line 40) | class TruckHolder { method getIsTruck (line 42) | public boolean getIsTruck() { FILE: ognl/src/test/java/ognl/test/Issue286Test.java class Issue286Test (line 42) | class Issue286Test { method x509CertificateMethodResolution (line 44) | @Test method interfaceMethodPreferredOverImplementation (line 63) | @Test method interfaceMethodOnArrayElement (line 76) | @Test method interfaceMethodWithParameters (line 89) | @Test method multipleInterfacesWithSameMethod (line 101) | @Test method publicClassPreferredOverPackagePrivate (line 114) | @Test method nestedMethodCallsOnInterface (line 126) | @Test method overloadedInterfaceMethods (line 138) | @Test method abstractClassInHierarchy (line 155) | @Test method genericInterfaceMethod (line 168) | @Test method methodReturningCollection (line 181) | @Test method extendedInterfaceMethod (line 194) | @Test method methodReturningInterface (line 209) | @Test method methodWithNullParameter (line 222) | @Test method methodWithPrimitiveParameters (line 235) | @Test method jdkInterfacePreferredOverConcreteClass (line 249) | @Test method methodResolutionWithInheritance (line 270) | @Test method packagePrivateImplementation (line 286) | @Test method multipleInterfaceInheritance (line 299) | @Test method methodResolutionAcrossPackages (line 315) | @Test method javaUtilClassMethodResolution (line 331) | @Test method stringBuilderMethodResolution (line 350) | @Test method getMethodsIncludesInterfaceAndClassMethods (line 366) | @Test method charSequenceInterfaceHandling (line 395) | @Test method comparableInterfaceMethodResolution (line 410) | @Test method simulatedInternalClassVsInterface (line 429) | @Test type TestInterface (line 445) | public interface TestInterface { method publicMethod (line 446) | String publicMethod(); class InternalImplementation (line 451) | public static class InternalImplementation implements TestInterface { method publicMethod (line 452) | @Override type ParameterizedInterface (line 460) | public interface ParameterizedInterface { method process (line 461) | String process(String input); class ParameterizedImplementation (line 464) | public static class ParameterizedImplementation implements Parameteriz... method process (line 465) | @Override type FirstInterface (line 471) | public interface FirstInterface { method getValue (line 472) | String getValue(); type SecondInterface (line 475) | public interface SecondInterface { method getValue (line 476) | String getValue(); class MultiInterfaceImplementation (line 479) | public static class MultiInterfaceImplementation implements FirstInter... method getValue (line 480) | @Override type BaseInterface (line 486) | public interface BaseInterface { method baseMethod (line 487) | String baseMethod(); class PublicImplementation (line 490) | public static class PublicImplementation implements BaseInterface { method baseMethod (line 491) | @Override type ContainerInterface (line 497) | public interface ContainerInterface { method getChild (line 498) | TestInterface getChild(); class ContainerImplementation (line 501) | public static class ContainerImplementation implements ContainerInterf... method getChild (line 502) | @Override type OverloadedInterface (line 508) | public interface OverloadedInterface { method compute (line 509) | Integer compute(int a); method compute (line 511) | Integer compute(int a, int b); class OverloadedImplementation (line 514) | public static class OverloadedImplementation implements OverloadedInte... method compute (line 515) | @Override method compute (line 520) | @Override type AbstractInterface (line 526) | public interface AbstractInterface { method abstractMethod (line 527) | String abstractMethod(); class AbstractBase (line 530) | public abstract static class AbstractBase implements AbstractInterface { method abstractMethod (line 531) | public abstract String abstractMethod(); class ConcreteImplementation (line 534) | public static class ConcreteImplementation extends AbstractBase { method abstractMethod (line 535) | @Override type GenericInterface (line 541) | public interface GenericInterface { method transform (line 542) | String transform(T input); class GenericImplementation (line 545) | public static class GenericImplementation implements GenericInterface<... method transform (line 546) | @Override type CollectionInterface (line 552) | public interface CollectionInterface { method getItems (line 553) | List getItems(); class CollectionImplementation (line 556) | public static class CollectionImplementation implements CollectionInte... method getItems (line 557) | @Override type ParentInterface (line 563) | public interface ParentInterface { method baseMethod (line 564) | String baseMethod(); type ExtendedInterface (line 567) | public interface ExtendedInterface extends ParentInterface { method extendedMethod (line 568) | String extendedMethod(); class ExtendedImplementation (line 571) | public static class ExtendedImplementation implements ExtendedInterface { method baseMethod (line 572) | @Override method extendedMethod (line 577) | @Override type FactoryInterface (line 583) | public interface FactoryInterface { method create (line 584) | TestInterface create(); class FactoryImplementation (line 587) | public static class FactoryImplementation implements FactoryInterface { method create (line 588) | @Override type NullableInterface (line 594) | public interface NullableInterface { method handleNull (line 595) | String handleNull(String input); class NullableImplementation (line 598) | public static class NullableImplementation implements NullableInterface { method handleNull (line 599) | @Override type PrimitiveInterface (line 605) | public interface PrimitiveInterface { method add (line 606) | int add(int a, int b); class PrimitiveImplementation (line 609) | public static class PrimitiveImplementation implements PrimitiveInterf... method add (line 610) | @Override class PackagePrivateImpl (line 617) | static class PackagePrivateImpl { method publicMethod (line 618) | public String publicMethod() { type InterfaceA (line 624) | public interface InterfaceA { method methodA (line 625) | String methodA(); type InterfaceB (line 628) | public interface InterfaceB { method methodB (line 629) | String methodB(); type CombinedInterface (line 632) | public interface CombinedInterface extends InterfaceA, InterfaceB { class CombinedImplementation (line 635) | public static class CombinedImplementation implements CombinedInterface { method methodA (line 636) | @Override method methodB (line 641) | @Override FILE: ognl/src/test/java/ognl/test/Issue472CustomMethodAccessorTest.java class Issue472CustomMethodAccessorTest (line 52) | class Issue472CustomMethodAccessorTest { class TestRootObject (line 57) | public static class TestRootObject { method getTargetValue (line 66) | public String getTargetValue() { method getPrefix (line 70) | public String getPrefix() { method getMinLength (line 74) | public int getMinLength() { method getMaxLength (line 78) | public int getMaxLength() { method getTestList (line 82) | public List getTestList() { method getPrefixedList (line 86) | public List getPrefixedList() { method getLengthList (line 90) | public List getLengthList() { method setUp (line 95) | @BeforeEach method testRootPropertyAccessInListSelection (line 101) | @Test method testRootPropertyAccessWithNonMatchingValue (line 117) | @Test method testLambdaAccessingBothRootAndListItem (line 131) | @Test method testMultipleRootPropertiesInExpression (line 147) | @Test method testListProjectionWithRootAccess (line 162) | @Test FILE: ognl/src/test/java/ognl/test/Java8Test.java class Java8Test (line 33) | class Java8Test> { method testDefaultMethodOnClass (line 35) | @Test method testDefaultMethodOnSubClass (line 44) | @Test method testGetDeclaredMethods (line 53) | @Test method testAccessingDefaultMethod (line 61) | @Test class SubClassWithDefaults (line 71) | class SubClassWithDefaults extends ClassWithDefaults { method getName (line 73) | public String getName() { class ClassWithDefaults (line 79) | class ClassWithDefaults implements SubInterfaceWithDefaults { type InterfaceWithDefaults (line 83) | interface InterfaceWithDefaults { method defaultMethod (line 84) | default void defaultMethod() { method getName (line 87) | default String getName() { type SubInterfaceWithDefaults (line 92) | interface SubInterfaceWithDefaults extends InterfaceWithDefaults { FILE: ognl/src/test/java/ognl/test/LambdaExpressionTest.java class LambdaExpressionTest (line 34) | class LambdaExpressionTest { method setUp (line 38) | @BeforeEach method getExpression (line 43) | private SimpleNode getExpression(Object root, String expressionStr) th... method shouldReadArrayLength (line 50) | @Test method shouldEvaluateLambda1 (line 64) | @Test method shouldEvaluateLambda2 (line 78) | @Test method shouldEvaluateLambda3 (line 92) | @Test method shouldEvaluateLambda4 (line 106) | @Test method shouldEvaluateLambda5 (line 120) | @Test FILE: ognl/src/test/java/ognl/test/MapCreationTest.java class MapCreationTest (line 34) | class MapCreationTest { method setUp (line 39) | @BeforeEach method testMapCreation1 (line 45) | @Test method testMapCreation2 (line 54) | @Test method testMapCreation3 (line 66) | @Test method testMapCreation4 (line 77) | @Test method testMapCreation5 (line 88) | @Test FILE: ognl/src/test/java/ognl/test/MemberAccessTest.java class MemberAccessTest (line 37) | class MemberAccessTest { method shouldBlockAccessReadToSpecificProperties (line 42) | @ParameterizedTest() method shouldBlockAccessOnWriteToSpecificProperties (line 50) | @Test method shouldAllowAccessToOtherProperties (line 55) | @Test method setUp (line 62) | @BeforeEach FILE: ognl/src/test/java/ognl/test/MethodTest.java class MethodTest (line 40) | class MethodTest { method setUp (line 47) | @BeforeEach method testHashCode (line 55) | @Test method testGetBooleanValue (line 61) | @Test method testGetValueIsTrue (line 67) | @Test method testMessagesFormatShowAllCountOne (line 73) | @Test method testMessagesFormatShowAllCountArrayOne (line 79) | @Test method testMessagesFormatShowAllCountArrayOneTwo (line 85) | @Test method testMessagesFormatShowAllCountOneTwo (line 91) | @Test method testGetTestValue (line 97) | @Test method testGetAIsProperty (line 103) | @Test method testIsDisabled (line 109) | @Test method testIsTruck (line 115) | @Test method testIsEditorDisabled (line 120) | @Test method testListAddValue (line 126) | @Test method testGetDisplayValue (line 132) | @Test method testIsThisVarArgsWorkingWithArgs (line 138) | @Test method testIsThisVarArgsWorkingWithoutArgs (line 144) | @Test method testGenericServiceGetFullMessageFor (line 150) | @Test method testTestMethodsGetBean (line 156) | @Test method testTestMethodsTestProperty (line 162) | @Test method testTestMethodsArgsTest1 (line 168) | @Test method testTestMethodsArgsTest2 (line 174) | @Test method testTestMethodsArgsTest3 (line 180) | @Test method testTestMethodsShowListObjectList (line 186) | @Test method testTestMethodsShowListStringList (line 192) | @Test method testTestMethodsShowListStringArray (line 198) | @Test method testTestMethodsShowStringList (line 204) | @Test method testTestMethodsAvg (line 210) | @Test method testNullVarArgs (line 216) | @Test class A (line 224) | public static class A { method isProperty (line 225) | public boolean isProperty() { method getA (line 230) | public static A getA() { FILE: ognl/src/test/java/ognl/test/MethodWithConversionTest.java class MethodWithConversionTest (line 29) | class MethodWithConversionTest { method setUp (line 34) | @BeforeEach method testSetValues (line 40) | @Test method testStringValue (line 48) | @Test method testStringValueWithChar (line 56) | @Test method testSetStringValue (line 62) | @Test method testFloatValue (line 68) | @Test method testGetValueIsTrue (line 74) | @Test method testMessagesFormat (line 80) | @Test FILE: ognl/src/test/java/ognl/test/NestedMethodTest.java class NestedMethodTest (line 29) | class NestedMethodTest { method setUp (line 34) | @BeforeEach method testToDisplayPictureUrl (line 40) | @Test method testPageCreateRelativeAsset (line 46) | @Test FILE: ognl/src/test/java/ognl/test/NullHandlerTest.java class NullHandlerTest (line 30) | class NullHandlerTest { method shouldBlockAccessReadToSpecificProperties (line 34) | @ParameterizedTest() method setUp (line 45) | @BeforeEach FILE: ognl/src/test/java/ognl/test/NullRootTest.java class NullRootTest (line 30) | class NullRootTest { method testNullValue (line 32) | @Test method testEmptyRoot (line 41) | @Test method testNullRoot (line 49) | @Test FILE: ognl/src/test/java/ognl/test/NullSafeCollectionTest.java class NullSafeCollectionTest (line 43) | class NullSafeCollectionTest { method setUp (line 47) | @BeforeEach method nullSafeExpressionParsing (line 52) | @ParameterizedTest method nullSafeProjectionAndSelection (line 65) | @ParameterizedTest method projectionSelectionTestCases (line 79) | static Stream projectionSelectionTestCases() { method nullSafePropertyAccess (line 91) | @ParameterizedTest method propertyAccessTestCases (line 101) | static Stream propertyAccessTestCases() { method dynamicSubscriptAccess (line 110) | @ParameterizedTest method dynamicSubscriptTestCases (line 121) | static Stream dynamicSubscriptTestCases() { method createMap (line 129) | private static Map createMap(String key, String value) { FILE: ognl/src/test/java/ognl/test/NullSafeCompilationTest.java class NullSafeCompilationTest (line 37) | class NullSafeCompilationTest { class User (line 41) | static class User { method User (line 45) | User(String name, Profile profile) { method getName (line 50) | public String getName() { method getProfile (line 54) | public Profile getProfile() { class Profile (line 59) | static class Profile { method Profile (line 63) | Profile(String bio, Address address) { method getBio (line 68) | public String getBio() { method getAddress (line 72) | public Address getAddress() { class Address (line 77) | static class Address { method Address (line 80) | Address(String city) { method getCity (line 84) | public String getCity() { method setUp (line 89) | @BeforeEach method nullSafeWithCompiledExpression (line 94) | @Test method nullSafeToGetSourceString (line 110) | @Test method expressionToString (line 122) | @ParameterizedTest method toStringTestCases (line 132) | static Stream toStringTestCases() { method toStringComplexExpression (line 140) | @Test FILE: ognl/src/test/java/ognl/test/NullSafeIntegrationTest.java class NullSafeIntegrationTest (line 42) | class NullSafeIntegrationTest { class User (line 46) | static class User { method User (line 50) | User(String name, Profile profile) { method getName (line 55) | public String getName() { method getProfile (line 59) | public Profile getProfile() { class Profile (line 64) | static class Profile { method Profile (line 69) | Profile(String bio, Address address) { method getBio (line 74) | public String getBio() { method getAddress (line 78) | public Address getAddress() { method isVerified (line 82) | public boolean isVerified() { class Address (line 87) | static class Address { method Address (line 91) | Address(String city, String street) { method getCity (line 96) | public String getCity() { method getStreet (line 100) | public String getStreet() { method setUp (line 105) | @BeforeEach method nullSafeWithConditionalOperators (line 112) | @ParameterizedTest method conditionalOperatorTestCases (line 120) | static Stream conditionalOperatorTestCases() { method nullSafeInAssignmentContext (line 127) | @Test method nullSafeWithArithmetic (line 134) | @Test method deepNullSafeChains (line 145) | @ParameterizedTest method nullSafeOnLiterals (line 157) | @Test method nullSafeOnStaticMethod (line 164) | @Test method nullSafeWithThis (line 171) | @Test method nullSafeWithRoot (line 180) | @Test method nullSafeDoesNotAffectRegularAccess (line 188) | @Test method nullSafeBackwardCompatibility (line 201) | @Test method nullSafeIndependentOfShortCircuit (line 210) | @Test method nullSafeWithIntermediateNull (line 222) | @Test method nullSafeChainWithMultipleNullChecks (line 232) | @Test method nullSafeWithNestedPropertyAccess (line 242) | @Test FILE: ognl/src/test/java/ognl/test/NullSafeOperatorTest.java class NullSafeOperatorTest (line 42) | class NullSafeOperatorTest { class User (line 47) | public static class User { method User (line 52) | public User(String name, Profile profile) { method getName (line 57) | public String getName() { method setName (line 61) | public void setName(String name) { method getProfile (line 65) | public Profile getProfile() { method setProfile (line 69) | public void setProfile(Profile profile) { method getTags (line 73) | public List getTags() { method setTags (line 77) | public void setTags(List tags) { class Profile (line 82) | public static class Profile { method Profile (line 86) | public Profile(String bio, Address address) { method getBio (line 91) | public String getBio() { method setBio (line 95) | public void setBio(String bio) { method getAddress (line 99) | public Address getAddress() { method setAddress (line 103) | public void setAddress(Address address) { class Address (line 108) | public static class Address { method Address (line 112) | public Address(String city, String street) { method getCity (line 117) | public String getCity() { method setCity (line 121) | public void setCity(String city) { method getStreet (line 125) | public String getStreet() { method setStreet (line 129) | public void setStreet(String street) { method setUp (line 134) | @BeforeEach method nullRootWithNullSafeOperator (line 139) | @Test method nullSafeOnNullRoot (line 146) | @Test method successfulNavigation (line 152) | @ParameterizedTest method successfulNavigationTestCases (line 160) | static Stream successfulNavigationTestCases() { method nullSafeOnNullProperty (line 168) | @Test method chainedNullSafeOperators (line 175) | @ParameterizedTest method chainedNullSafeTestCases (line 186) | static Stream chainedNullSafeTestCases() { method nullSafeMethodCallOnNull (line 210) | @Test method nullSafeMethodCallOnNonNull (line 216) | @Test method nullSafeMethodChainWithNullIntermediate (line 223) | @Test method methodWithArgumentsNullSafe (line 230) | @Test method nullSafeMethodWithArgumentsOnNull (line 237) | @Test method nullSafeWithVariableReference (line 243) | @Test method nullSafeWithNonNullVariable (line 250) | @Test method nullSafeWithNestedVariables (line 258) | @Test method nullSafeMapAccess (line 266) | @Test method nullSafeMapAccessWithNonNullValue (line 274) | @Test method nullSafeIndexedMapAccess (line 283) | @Test method nullSafeScenarios (line 293) | @ParameterizedTest method nullSafeTestCases (line 300) | static Stream nullSafeTestCases() { method parserAcceptsDotQuestion (line 327) | @Test method complexNullSafeExpression (line 335) | @Test FILE: ognl/src/test/java/ognl/test/NullStringCatenationTest.java class NullStringCatenationTest (line 31) | class NullStringCatenationTest { method setUp (line 41) | @BeforeEach method testCatenateNullToString (line 47) | @Test method testCatenateNullObjectToString (line 53) | @Test method testCatenateNullObjectToNumber (line 59) | @Test method testConditionalCatenation (line 66) | @Test method testConditionalCatenationWithInt (line 72) | @Test method testCatenateWidth (line 78) | @Test method testCatenateLongAndIndex (line 84) | @Test method testCatenateWithStaticField (line 90) | @Test method testConditionalCatenationWithMethodCall (line 96) | @Test method testCatenateBeanIdAndInt (line 102) | @Test FILE: ognl/src/test/java/ognl/test/NumberFormatExceptionTest.java class NumberFormatExceptionTest (line 35) | class NumberFormatExceptionTest { method setUp (line 40) | @BeforeEach method testFloatValueValid (line 46) | @Test method testFloatValueInvalid (line 52) | @Test method testIntValueValid (line 59) | @Test method testIntValueInvalidString (line 66) | @Test method testIntValueEmptyString (line 71) | @Test method testIntValueWhitespaceString (line 76) | @Test method testIntValueValidWhitespaceString (line 81) | @Test method testBigIntValueValid (line 88) | @Test method testBigIntValueNull (line 95) | @Test method testBigIntValueEmptyString (line 102) | @Test method testBigIntValueInvalidString (line 107) | @Test method testBigDecValueValid (line 112) | @Test method testBigDecValueNull (line 119) | @Test method testBigDecValueEmptyString (line 126) | @Test method testBigDecValueInvalidString (line 131) | @Test FILE: ognl/src/test/java/ognl/test/NumericConversionTest.java class NumericConversionTest (line 29) | class NumericConversionTest { method runTest (line 31) | private void runTest(Object value, Class toClass, Object expectedVa... method testIntegerConversions (line 45) | @Test method testDoubleConversions (line 60) | @Test method testBooleanConversions (line 75) | @Test method testByteConversions (line 90) | @Test method testCharacterConversions (line 105) | @Test method testShortConversions (line 120) | @Test method testLongConversions (line 135) | @Test method testFloatConversions (line 150) | @Test method testBigIntegerConversions (line 165) | @Test method testBigDecimalConversions (line 180) | @Test FILE: ognl/src/test/java/ognl/test/ObjectIndexedPropertyTest.java class ObjectIndexedPropertyTest (line 33) | class ObjectIndexedPropertyTest { method setUp (line 38) | @BeforeEach method testGetNonIndexedPropertyThroughAttributesMap (line 44) | @Test method testGetIndexedProperty (line 50) | @Test method testSetIndexedProperty (line 56) | @Test method testGetPropertyBackThroughMapToConfirm (line 63) | @Test method testGetIndexedPropertyFromIndexedThenThroughOther (line 70) | @Test method testGetPropertyBackThroughMapToConfirmFromIndexed (line 76) | @Test method testIllegalDynamicSubscriptAccessToObjectIndexedProperty (line 82) | @Test method testBeanIndexedValue (line 87) | @Test FILE: ognl/src/test/java/ognl/test/ObjectIndexedTest.java class ObjectIndexedTest (line 32) | class ObjectIndexedTest { method setUp (line 36) | @BeforeEach method testObjectIndexAccess (line 41) | @Test method testObjectIndexInSubclass (line 52) | @Test method testMultipleObjectIndexGetters (line 63) | @Test method testMultipleObjectIndexSetters (line 72) | @Test method testMultipleObjectIndexMethodPairs (line 81) | @Test type TestInterface (line 90) | interface TestInterface { method getSunk (line 91) | String getSunk(String index); method setSunk (line 93) | void setSunk(String index, String sunk); class Test1 (line 96) | static class Test1 implements TestInterface { method getSunk (line 97) | public String getSunk(String index) { method setSunk (line 101) | public void setSunk(String index, String sunk) { class Test2 (line 106) | static class Test2 extends Test1 { method getSunk (line 107) | public String getSunk(String index) { method setSunk (line 111) | public void setSunk(String index, String sunk) { class Test3 (line 116) | static class Test3 extends Test1 { method getSunk (line 117) | public String getSunk(String index) { method setSunk (line 121) | public void setSunk(String index, String sunk) { method getSunk (line 125) | public String getSunk(Object index) { class Test4 (line 130) | static class Test4 extends Test1 { method getSunk (line 131) | public String getSunk(String index) { method setSunk (line 135) | public void setSunk(String index, String sunk) { method setSunk (line 139) | public void setSunk(Object index, String sunk) { class Test5 (line 144) | static class Test5 extends Test1 { method getSunk (line 145) | public String getSunk(String index) { method setSunk (line 149) | public void setSunk(String index, String sunk) { method getSunk (line 153) | public String getSunk(Object index) { method setSunk (line 157) | public void setSunk(Object index, String sunk) { FILE: ognl/src/test/java/ognl/test/OgnlContextCreateTest.java class OgnlContextCreateTest (line 33) | class OgnlContextCreateTest> { method createContext (line 35) | @Test method createContextWithRoot (line 42) | @Test method createContextWithNullRoot (line 51) | @Test method createContextWithClassResolver (line 60) | @Test method addContextWithClassResolver (line 69) | @Test method createContextWithNullRootAndClassResolver (line 79) | @Test method addContextWithNullRootAndClassResolver (line 88) | @Test method createContextWithClassResolverAndTypeConverter (line 98) | @Test method addContextWithClassResolverAndTypeConverter (line 109) | @Test method addContextWithClassResolverAndNoTypeConverter (line 122) | @Test method addContextWithNoClassResolverAndNoTypeConverter (line 135) | @Test method createContextWithNullRootAndClassResolverAndTypeConverter (line 148) | @Test method addContextWithNullRootAndClassResolverAndTypeConverter (line 159) | @Test method prepareValues (line 172) | private Map prepareValues() { class MyClassResolver (line 178) | private static class MyClassResolver> extends... method classForName (line 179) | @Override class MyClass (line 188) | private static class MyClass { method getValue (line 189) | public static String getValue() { class MyTypeConverter (line 194) | private static class MyTypeConverter> extends... method convertValue (line 195) | @Override FILE: ognl/src/test/java/ognl/test/OgnlExceptionTest.java class OgnlExceptionTest (line 30) | class OgnlExceptionTest { method test_Throwable_Reason (line 32) | @Test method throwException (line 42) | void throwException() throws OgnlException { FILE: ognl/src/test/java/ognl/test/OgnlOpsTest.java class OgnlOpsTest (line 31) | class OgnlOpsTest { method testEqualStringsEqual (line 33) | @Test method testEqualStringsNotEqual (line 41) | @Test method testEqualFloatsEqual (line 49) | @Test method testEqualFloatsNotEqual (line 57) | @Test method testEqualLongsEqual (line 65) | @Test method testEqualLongsNotEqual (line 73) | @Test method testEqualBigLongsEqual (line 81) | @Test method testEqualBigLongsNotEqual (line 89) | @Test method testEqualNullsEqual (line 97) | @Test method testEqualNullsNotEqual (line 102) | @Test method testShiftLeft (line 109) | @Test method testShiftRight (line 115) | @Test method testUnsignedShiftRight (line 121) | @Test method testAdd (line 127) | @Test method testSubtract (line 134) | @Test method testMultiply (line 141) | @Test method testDivide (line 148) | @Test method testRemainder (line 155) | @Test method testNegate (line 161) | @Test method testBitNegate (line 168) | @Test method testGetEscapeString (line 174) | @Test method testGetEscapedChar (line 180) | @Test method testReturnValue (line 186) | @Test method testCastToRuntime (line 191) | @Test FILE: ognl/src/test/java/ognl/test/OperationTest.java class OperationTest (line 33) | class OperationTest { method test_isOperation (line 35) | @Test FILE: ognl/src/test/java/ognl/test/OperatorTest.java class OperatorTest (line 29) | class OperatorTest { method setUp (line 33) | @BeforeEach method testStringComparisons (line 38) | @Test method assertExpression (line 57) | private void assertExpression(String expressionString, Object expected... FILE: ognl/src/test/java/ognl/test/PackageKeywordTest.java class PackageKeywordTest (line 39) | class PackageKeywordTest { method setUp (line 44) | @BeforeEach method javaUtilUUID (line 53) | @Test method classReferenceWithAtomicInteger (line 63) | @Test method parseExpressionWithOrInPackage (line 74) | @Test method parseExpressionWithAndInPackage (line 86) | @Test method parseExpressionWithNotInPackage (line 98) | @Test method parseExpressionWithInInPackage (line 110) | @Test method parseExpressionWithMultipleKeywordsInPackage (line 122) | @Test FILE: ognl/src/test/java/ognl/test/PrimitiveArrayTest.java class PrimitiveArrayTest (line 29) | class PrimitiveArrayTest { method setUp (line 34) | @BeforeEach method testBooleanArrayCreation (line 40) | @Test method testCharArrayCreation (line 52) | @Test method testByteArrayCreation (line 61) | @Test method testShortArrayCreation (line 67) | @Test method testIntArrayCreation (line 73) | @Test method testLongArrayCreation (line 88) | @Test method testFloatArrayCreation (line 94) | @Test method testDoubleArrayCreation (line 100) | @Test FILE: ognl/src/test/java/ognl/test/PrimitiveNullHandlingTest.java class PrimitiveNullHandlingTest (line 29) | class PrimitiveNullHandlingTest { method setUp (line 34) | @BeforeEach method testFloatValue (line 42) | @Test method testIntValue (line 53) | @Test method testBooleanValue (line 64) | @Test FILE: ognl/src/test/java/ognl/test/PrivateAccessorTest.java class PrivateAccessorTest (line 30) | class PrivateAccessorTest { method setUp (line 35) | @BeforeEach method testPrivateAccessorIntValue (line 41) | @Test method testPrivateAccessorIntValue2 (line 54) | @Test method testPrivateAccessorIntValue3 (line 64) | @Test method testPrivateAccessorBooleanValue (line 75) | @Test FILE: ognl/src/test/java/ognl/test/PrivateMemberTest.java class PrivateMemberTest (line 32) | class PrivateMemberTest { method getPrivateProperty (line 41) | private String getPrivateProperty() { method getPrivateStaticProperty (line 45) | private static String getPrivateStaticProperty() { method getPrivateFinalProperty (line 49) | private String getPrivateFinalProperty() { method getPrivateStaticFinalProperty (line 53) | private static String getPrivateStaticFinalProperty() { method setUp (line 57) | @BeforeEach method testPrivateAccessor (line 62) | @Test method testPrivateField (line 68) | @Test method testPrivateFinalAccessor (line 74) | @Test method testPrivateFinalField (line 80) | @Test method testPrivateStaticAccessor (line 86) | @Test method testPrivateStaticFieldNormalAccess (line 92) | @Test method testPrivateStaticFieldStaticAccess (line 103) | @Test method testPrivateStaticFinalAccessor (line 109) | @Test method testPrivateStaticFinalFieldNormalAccess (line 115) | @Test method testPrivateStaticFinalFieldStaticAccess (line 126) | @Test method testPrivateFieldSet (line 132) | @Test method testPrivateFinalFieldSet (line 149) | @Test method testPrivateStaticFieldSet (line 167) | @Test method testPrivateStaticFinalFieldSet (line 185) | @Test method testPrivateFieldSetFail (line 203) | @Test method testPrivateFinalFieldSetFail (line 214) | @Test method testPrivateStaticFieldSetFail (line 225) | @Test method testPrivateStaticFinalFieldSetFail (line 236) | @Test method testPrivateAccessorFail (line 247) | @Test method testPrivateFieldFail (line 259) | @Test method testPrivateFinalAccessorFail (line 271) | @Test method testPrivateFinalFieldFail (line 283) | @Test method testPrivateStaticAccessorFail (line 295) | @Test method testPrivateStaticFieldNormalAccessFail (line 307) | @Test method testPrivateStaticFieldStaticAccessFail (line 319) | @Test method testPrivateStaticFinalAccessorFail (line 331) | @Test method testPrivateStaticFinalFieldNormalAccessFail (line 343) | @Test method testPrivateStaticFinalFieldStaticAccessFail (line 355) | @Test FILE: ognl/src/test/java/ognl/test/ProjectionSelectionTest.java class ProjectionSelectionTest (line 32) | class ProjectionSelectionTest { method setUp (line 36) | @BeforeEach method testProjectionClass (line 41) | @Test method testSelection (line 48) | @Test method testFactorial (line 63) | @Test FILE: ognl/src/test/java/ognl/test/PropertyAccessorTest.java class PropertyAccessorTest (line 32) | class PropertyAccessorTest> { method setUp (line 36) | @BeforeEach method shouldAccessProperty_usingCustomAccessor (line 42) | @Test class Child (line 52) | static class Child { method Child (line 55) | public Child(String name) { method getName (line 59) | public String getName() { class Parent (line 64) | public static class Parent { method Parent (line 67) | public Parent(Child child) { method getChild (line 71) | public Child getChild() { class ChildPropertyAccessor (line 76) | public static class ChildPropertyAccessor> im... method setProperty (line 77) | public void setProperty(C context, Object target, Object name, Objec... method getProperty (line 80) | public Object getProperty(C context, Object target, Object name) thr... method getSourceAccessor (line 87) | public String getSourceAccessor(C context, Object target, Object ind... method getSourceSetter (line 91) | public String getSourceSetter(C context, Object target, Object index) { FILE: ognl/src/test/java/ognl/test/PropertyArithmeticAndLogicalOperatorsTest.java class PropertyArithmeticAndLogicalOperatorsTest (line 33) | class PropertyArithmeticAndLogicalOperatorsTest { method setUp (line 40) | @BeforeEach method testBooleanExpressions (line 48) | @Test method testIntegerExpressions (line 58) | @Test method testDoubleExpressions (line 76) | @Test FILE: ognl/src/test/java/ognl/test/PropertySetterTest.java class PropertySetterTest (line 32) | class PropertySetterTest { type TestInterface (line 36) | public interface TestInterface { method getProperty (line 37) | String getProperty(); class TestObject (line 40) | public static class TestObject implements TestInterface { method TestObject (line 43) | public TestObject(String property) { method getProperty (line 47) | public String getProperty() { method setProperty (line 51) | public void setProperty(String property) { method getIntegerProperty (line 55) | public Integer getIntegerProperty() { method getKey (line 60) | public String getKey() { method getObject (line 64) | public TestObject getObject() { method getInterfaceObject (line 68) | public TestInterface getInterfaceObject() { method getPropertyKey (line 72) | public String getPropertyKey() { method testEnhancedOgnl (line 76) | @Test FILE: ognl/src/test/java/ognl/test/PropertyTest.java class PropertyTest (line 38) | class PropertyTest { method setUp (line 52) | @BeforeEach method testBooleanExpressions (line 60) | @Test method testMapExpressions (line 67) | @Test method testStringExpressions (line 78) | @Test method testArrayExpressions (line 84) | @Test method testConditionalExpressions (line 103) | @Test method testIntegerExpressions (line 113) | @Test method testBooleanExpressions2 (line 120) | @Test method testMiscExpressions (line 128) | @Test method formatValue (line 164) | public static String formatValue(int millis, boolean b1, boolean b2) { FILE: ognl/src/test/java/ognl/test/ProtectedInnerClassTest.java class ProtectedInnerClassTest (line 29) | class ProtectedInnerClassTest { method setUp (line 34) | @BeforeEach method testListSize (line 40) | @Test method testListElement (line 46) | @Test FILE: ognl/src/test/java/ognl/test/ProtectedMemberTest.java class ProtectedMemberTest (line 32) | class ProtectedMemberTest { method setUp (line 40) | @BeforeEach method getProtectedProperty (line 46) | protected String getProtectedProperty() { method getProtectedFinalProperty (line 50) | protected String getProtectedFinalProperty() { method getProtectedStaticProperty (line 54) | protected static String getProtectedStaticProperty() { method getProtectedStaticFinalProperty (line 58) | protected static String getProtectedStaticFinalProperty() { method testProtectedAccessor (line 62) | @Test method testProtectedField (line 67) | @Test method testProtectedFinalAccessor (line 72) | @Test method testProtectedFinalField (line 77) | @Test method testProtectedStaticAccessor (line 82) | @Test method testProtectedStaticFieldNormalAccess (line 87) | @Test method testProtectedStaticFieldStaticAccess (line 97) | @Test method testProtectedStaticFinalAccessor (line 102) | @Test method testProtectedStaticFinalFieldNormalAccess (line 107) | @Test method testProtectedStaticFinalFieldStaticAccess (line 117) | @Test method testProtectedFieldSet (line 122) | @Test method testProtectedFinalFieldSet (line 132) | @Test method testProtectedStaticFieldSet (line 145) | @Test method testProtectedStaticFinalFieldSet (line 158) | @Test method testProtectedFieldSetFail (line 171) | @Test method testProtectedFinalFieldSetFail (line 182) | @Test method testProtectedStaticFieldSetFail (line 193) | @Test method testProtectedStaticFinalFieldSetFail (line 204) | @Test method testProtectedAccessorFail (line 215) | @Test method testProtectedFieldFail (line 226) | @Test method testProtectedFinalAccessorFail (line 237) | @Test method testProtectedFinalFieldFail (line 248) | @Test method testProtectedStaticAccessorFail (line 259) | @Test method testProtectedStaticFieldNormalAccessFail (line 270) | @Test method testProtectedStaticFieldStaticAccessFail (line 281) | @Test method testProtectedStaticFinalAccessorFail (line 292) | @Test method testProtectedStaticFinalFieldNormalAccessFail (line 303) | @Test method testProtectedStaticFinalFieldStaticAccessFail (line 314) | @Test FILE: ognl/src/test/java/ognl/test/PublicMemberTest.java class PublicMemberTest (line 32) | class PublicMemberTest { method setUp (line 40) | @BeforeEach method getPublicProperty (line 46) | public String getPublicProperty() { method getPublicFinalProperty (line 50) | public String getPublicFinalProperty() { method getPublicStaticProperty (line 54) | public static String getPublicStaticProperty() { method getPublicStaticFinalProperty (line 58) | public static String getPublicStaticFinalProperty() { method testPublicAccessor (line 62) | @Test method testPublicField (line 68) | @Test method testPublicFinalAccessor (line 74) | @Test method testPublicFinalField (line 80) | @Test method testPublicStaticAccessor (line 86) | @Test method testPublicStaticFieldNormalAccessFail (line 92) | @Test method testPublicStaticFieldStaticAccess (line 103) | @Test method testPublicStaticFinalAccessor (line 109) | @Test method testPublicStaticFinalFieldNormalAccessFail (line 115) | @Test method testPublicStaticFinalFieldStaticAccess (line 126) | @Test method testPublicFieldSet (line 132) | @Test method testPublicFinalFieldSet (line 147) | @Test method testPublicStaticFieldSet (line 164) | @Test method testPublicStaticFinalFieldSet (line 181) | @Test FILE: ognl/src/test/java/ognl/test/QuotingTest.java class QuotingTest (line 28) | class QuotingTest { method setUp (line 32) | @BeforeEach method testCharacterQuoting (line 37) | @Test method testStringQuoting (line 43) | @Test FILE: ognl/src/test/java/ognl/test/RaceConditionTest.java class RaceConditionTest (line 34) | class RaceConditionTest { method testRaceCondition (line 36) | @Test method runTest (line 41) | private static void runTest(Class clazz, int invocationCount, int t... class TestAction (line 54) | private static class TestAction { method execute (line 56) | public String execute() throws Exception { class Worker (line 62) | private static class Worker implements Callable { method Worker (line 67) | public Worker(final Class clazz, final int invocationCount) { method call (line 72) | public Boolean call() throws Exception { FILE: ognl/src/test/java/ognl/test/SetterTest.java class SetterTest (line 37) | class SetterTest { method setUp (line 43) | @BeforeEach method testSetNewValue (line 51) | @Test method testSettableListAbsoluteIndexes (line 59) | @Test method testSettableListSpecialIndexes (line 67) | @Test method testSetMapValue (line 75) | @Test method testSetMap (line 81) | @Test method testSetSelectedList (line 91) | @Test method testSetOpenTransitionWin (line 103) | @Test method testSetInvalidExpression (line 109) | @Test FILE: ognl/src/test/java/ognl/test/SetterWithConversionTest.java class SetterWithConversionTest (line 29) | class SetterWithConversionTest { method setUp (line 34) | @BeforeEach method testIntValueConversion (line 40) | @Test method testStringValueConversion (line 52) | @Test method testAnotherStringValueConversion (line 61) | @Test method testAnotherIntValueConversion (line 70) | @Test FILE: ognl/src/test/java/ognl/test/ShortCircuitingExpressionTest.java class ShortCircuitingExpressionTest (line 38) | class ShortCircuitingExpressionTest> { method shouldShortCircuitExpressionEvaluations (line 42) | @ParameterizedTest method shouldEvaluateNumber (line 48) | @Test method shouldThrowException (line 54) | @Test class B (line 64) | public static class B { method B (line 67) | public B(String b) { method getB (line 71) | public String getB() { class Params (line 76) | public static class Params { method Params (line 79) | public Params(B[] params) { method getParams (line 83) | public B[] getParams() { method shouldCompare (line 88) | @Test method shouldUseTheSameClassResolver (line 101) | @Test method shouldThrowExceptionWithWrongClassResolver (line 114) | @Test method testValues (line 132) | private static Stream testValues() { method setUp (line 143) | @BeforeEach class TestClass (line 148) | private static class TestClass { method getName (line 149) | public static String getName() { class MyClassResolver (line 154) | private static class MyClassResolver> extends... method classForName (line 155) | @Override FILE: ognl/src/test/java/ognl/test/SimpleNavigationChainTreeTest.java class SimpleNavigationChainTreeTest (line 29) | class SimpleNavigationChainTreeTest { method setUp (line 33) | @BeforeEach method testName (line 38) | @Test method testNameWithIndex (line 43) | @Test method testNameWithAddition (line 48) | @Test method testNameWithProperty (line 53) | @Test FILE: ognl/src/test/java/ognl/test/SimplePropertyTreeTest.java class SimplePropertyTreeTest (line 29) | class SimplePropertyTreeTest { method setUp (line 33) | @BeforeEach method testName (line 38) | @Test method testFoo (line 43) | @Test method testNameWithIndex (line 48) | @Test method testNameWithAddition (line 53) | @Test method testNameWithProperty (line 58) | @Test method testNameWithPropertyChain (line 63) | @Test method testNameWithFilter (line 68) | @Test method testNameWithProjection (line 73) | @Test FILE: ognl/src/test/java/ognl/test/StaticsAndConstructorsTest.java class StaticsAndConstructorsTest (line 34) | class StaticsAndConstructorsTest { method setUp (line 39) | @BeforeEach method testClassForName (line 45) | @Test method testIntegerMaxValue (line 50) | @Test method testMaxFunction (line 55) | @Test method testStringBuffer (line 60) | @Test method testClass (line 65) | @Test method testRootClass (line 70) | @Test method testClassName (line 75) | @Test method testRootClassName (line 80) | @Test method testRootClassNameProperty (line 85) | @Test method testClassSuperclass (line 90) | @Test method testClassSuperclassProperty (line 95) | @Test method testClassNameProperty (line 100) | @Test method testStaticInt (line 105) | @Test method testRootStaticInt (line 110) | @Test method testSimpleStringValue (line 115) | @Test method testSimpleStringValueWithMap (line 120) | @Test method testMapCurrentClass (line 125) | @Test method testIntWrapper (line 131) | @Test method testIntObjectWrapper (line 137) | @Test method testA (line 142) | @Test method testAnimalsValues (line 147) | @Test method testIsOk (line 152) | @Test method testStaticMethod (line 157) | @Test class IntWrapper (line 170) | public static class IntWrapper { method IntWrapper (line 173) | public IntWrapper(int value) { method toString (line 177) | public String toString() { method equals (line 181) | public boolean equals(Object o) { class IntObjectWrapper (line 193) | public static class IntObjectWrapper { method IntObjectWrapper (line 195) | public IntObjectWrapper(Integer value) { method toString (line 201) | public String toString() { method equals (line 205) | public boolean equals(Object o) { class A (line 217) | public static class A { method A (line 220) | public A(Root root) { method equals (line 224) | public boolean equals(Object o) { type Animals (line 236) | public enum Animals { FILE: ognl/src/test/java/ognl/test/VarArgsMethodTest.java class VarArgsMethodTest (line 27) | class VarArgsMethodTest { method setUp (line 31) | @BeforeEach method testNullVarArgs (line 36) | @Test method testVarArgsWithSingleArg (line 44) | @Test method testVarArgsWithMultipleArgs (line 52) | @Test method testNestedNullVarArgs (line 60) | @Test method testNestedSingleVarArgs (line 68) | @Test method testNestedMultipleVarArgs (line 76) | @Test FILE: ognl/src/test/java/ognl/test/accessors/ListPropertyAccessorTest.java class ListPropertyAccessorTest (line 22) | class ListPropertyAccessorTest { method setUp (line 26) | @BeforeEach method test_Get_Source_String_Number_Index (line 31) | @Test method test_Get_Source_Object_Number_Index (line 49) | @Test method test_List_To_Object_Property_Accessor_Read (line 67) | @Test FILE: ognl/src/test/java/ognl/test/accessors/PropertyAccessTest.java class PropertyAccessTest (line 35) | class PropertyAccessTest { method setUp (line 37) | @BeforeEach method testPropertyAccess (line 42) | @Test FILE: ognl/src/test/java/ognl/test/enhance/ExpressionCompilerTest.java class ExpressionCompilerTest (line 36) | public class ExpressionCompilerTest { method setUp (line 41) | @BeforeEach method test_Get_Property_Access (line 47) | @Test method test_Get_Indexed_Property (line 58) | @Test method test_Set_Indexed_Property (line 71) | @Test method test_Expression (line 86) | @Test method test_Get_Context_Property (line 99) | @Test method test_Set_Context_Property (line 118) | @Test method test_Property_Index (line 136) | @Test method test_Root_Expression_Inheritance (line 146) | @Test method test_Create_Empty_Collection (line 158) | @Test method getKey (line 168) | public String getKey() { method test_Indexed_Property (line 172) | @Test method getObject (line 180) | public IndexedMapObject getObject() { method getPropertyKey (line 184) | @SuppressWarnings("unused") method test_Indexed_Map_Property (line 189) | @Test method test_Set_Generic_Property (line 202) | @Test method test_ApplyExpressionMaxLength (line 219) | @Test method test_FreezeThawExpressionMaxLength (line 565) | @Test FILE: ognl/src/test/java/ognl/test/objects/BaseBean.java class BaseBean (line 10) | public abstract class BaseBean { method getName (line 12) | public abstract String getName(); method getActive (line 14) | public boolean getActive() { method isActive2 (line 18) | public boolean isActive2() { method getTwo (line 22) | public Two getTwo() { method getMessage (line 26) | public String getMessage(String mes) { method hasChildren (line 30) | public boolean hasChildren(String name) { FILE: ognl/src/test/java/ognl/test/objects/BaseGeneric.java class BaseGeneric (line 8) | public class BaseGeneric { method BaseGeneric (line 14) | public BaseGeneric() { method setIds (line 18) | public void setIds(I[] ids) { method getIds (line 22) | public I[] getIds() { method getMessage (line 26) | public String getMessage() { method getValue (line 30) | public E getValue() { method getService (line 34) | public GenericService getService() { method format (line 38) | public String format(Object value) { FILE: ognl/src/test/java/ognl/test/objects/BaseIndexed.java class BaseIndexed (line 6) | public class BaseIndexed { method getLine (line 8) | public Object getLine(int index) { FILE: ognl/src/test/java/ognl/test/objects/BaseObjectIndexed.java class BaseObjectIndexed (line 24) | public class BaseObjectIndexed extends Object { method BaseObjectIndexed (line 27) | public BaseObjectIndexed() { method getAttributes (line 31) | public Map getAttributes() { method getAttribute (line 35) | public Object getAttribute(String name) { method setAttribute (line 39) | public void setAttribute(String name, Object value) { method getOtherAttribute (line 44) | public Object getOtherAttribute(String name) { method setOtherAttribute (line 48) | public void setOtherAttribute(Object someObject, Object foo) { method getSecondaryAttribute (line 54) | public Object getSecondaryAttribute(Object name) { FILE: ognl/src/test/java/ognl/test/objects/BaseSyntheticObject.java class BaseSyntheticObject (line 9) | public abstract class BaseSyntheticObject { method getList (line 11) | protected List getList() { FILE: ognl/src/test/java/ognl/test/objects/Bean1.java class Bean1 (line 21) | public class Bean1 extends Object { method getBean2 (line 24) | public Bean2 getBean2() { FILE: ognl/src/test/java/ognl/test/objects/Bean2.java class Bean2 (line 21) | public class Bean2 extends Object { method getId (line 28) | public Long getId() { method getBean3 (line 32) | public Bean3 getBean3() { method getMillis (line 36) | public long getMillis() { method isCarrier (line 40) | public boolean isCarrier() { method isPageBreakAfter (line 44) | public boolean isPageBreakAfter() { method setPageBreakAfter (line 48) | public void setPageBreakAfter(boolean value) { method togglePageBreakAfter (line 52) | public void togglePageBreakAfter() { method equals (line 56) | public boolean equals(Object o) { method hashCode (line 67) | public int hashCode() { FILE: ognl/src/test/java/ognl/test/objects/Bean3.java class Bean3 (line 24) | public class Bean3 extends Object { method getValue (line 38) | public int getValue() { method setValue (line 42) | public void setValue(int value) { method getIndexedValue (line 46) | public Object getIndexedValue(int index) { method setIndexedValue (line 50) | public void setIndexedValue(int index, Object value) { method getMap (line 54) | public Map getMap() { method setNullValue (line 58) | public void setNullValue(String value) { method getNullValue (line 62) | public String getNullValue() { method hashCode (line 69) | public int hashCode() { method equals (line 79) | public boolean equals(Object obj) { FILE: ognl/src/test/java/ognl/test/objects/BeanProvider.java type BeanProvider (line 24) | public interface BeanProvider { method getBean (line 29) | Object getBean(String name); method setBean (line 34) | void setBean(String name, Object bean); FILE: ognl/src/test/java/ognl/test/objects/BeanProviderAccessor.java class BeanProviderAccessor (line 17) | public class BeanProviderAccessor> extends Obje... method getProperty (line 18) | public Object getProperty(C context, Object target, Object name) throw... method hasGetProperty (line 29) | public boolean hasGetProperty(C context, Object target, Object oname) ... method getSourceAccessor (line 36) | public String getSourceAccessor(C context, Object target, Object name) { method getSourceSetter (line 53) | public String getSourceSetter(C context, Object target, Object name) { FILE: ognl/src/test/java/ognl/test/objects/BeanProviderImpl.java class BeanProviderImpl (line 14) | public class BeanProviderImpl implements Serializable, BeanProvider { method BeanProviderImpl (line 17) | public BeanProviderImpl() { method getBean (line 20) | public Object getBean(String name) { method setBean (line 24) | public void setBean(String name, Object bean) { FILE: ognl/src/test/java/ognl/test/objects/Component.java class Component (line 21) | public class Component extends Object { class URLStorage (line 25) | public static class URLStorage extends Object { method getPictureUrl (line 28) | public String getPictureUrl() { method setPictureUrl (line 32) | public void setPictureUrl(String value) { class Page (line 37) | public static class Page extends Object { method createRelativeAsset (line 38) | public Object createRelativeAsset(String value) { method Component (line 43) | public Component() { method getPage (line 47) | public Page getPage() { method setPage (line 51) | public void setPage(Page value) { method getToDisplay (line 55) | public URLStorage getToDisplay() { method setToDisplay (line 59) | public void setToDisplay(URLStorage value) { FILE: ognl/src/test/java/ognl/test/objects/ComponentImpl.java class ComponentImpl (line 6) | public class ComponentImpl implements IComponent { method getClientId (line 11) | public String getClientId() { method setClientId (line 15) | public void setClientId(String id) { method getCount (line 19) | public int getCount(String index) { method setCount (line 23) | public void setCount(String index, int count) { FILE: ognl/src/test/java/ognl/test/objects/ComponentSubclass.java class ComponentSubclass (line 6) | public class ComponentSubclass extends ComponentImpl { method getCount (line 10) | public int getCount() { method setCount (line 14) | public void setCount(int count) { FILE: ognl/src/test/java/ognl/test/objects/Copy.java class Copy (line 6) | public class Copy { method size (line 8) | public int size() { FILE: ognl/src/test/java/ognl/test/objects/CorrectedObject.java class CorrectedObject (line 21) | public class CorrectedObject { method CorrectedObject (line 22) | public CorrectedObject() { method setStringValue (line 25) | public void setStringValue(String value) { method getStringValue (line 28) | public String getStringValue() { method getIndexedStringValue (line 32) | public String getIndexedStringValue(String key) { method setIndexedStringValue (line 36) | public void setIndexedStringValue(String key, String value) { FILE: ognl/src/test/java/ognl/test/objects/Cracker.java type Cracker (line 8) | public interface Cracker { method getParam (line 10) | T getParam(); method setParam (line 12) | void setParam(T param); FILE: ognl/src/test/java/ognl/test/objects/Entry.java class Entry (line 6) | public class Entry { method size (line 10) | public int size() { method getCopy (line 14) | public Copy getCopy() { method equals (line 18) | public boolean equals(Object o) { method hashCode (line 28) | public int hashCode() { FILE: ognl/src/test/java/ognl/test/objects/EvenOdd.java class EvenOdd (line 21) | public class EvenOdd { method getNext (line 30) | public String getNext() { method isEven (line 36) | public boolean isEven() { method setEven (line 43) | public void setEven(boolean value) { FILE: ognl/src/test/java/ognl/test/objects/FirstBean.java class FirstBean (line 10) | public class FirstBean extends BaseBean { method getName (line 12) | public String getName() { FILE: ognl/src/test/java/ognl/test/objects/FormComponentImpl.java class FormComponentImpl (line 6) | public class FormComponentImpl extends ComponentImpl implements IFormCom... method getForm (line 11) | public IForm getForm() { method setForm (line 15) | public void setForm(IForm form) { FILE: ognl/src/test/java/ognl/test/objects/FormImpl.java class FormImpl (line 6) | public class FormImpl extends ComponentImpl implements IForm { FILE: ognl/src/test/java/ognl/test/objects/GameGeneric.java class GameGeneric (line 6) | public class GameGeneric extends BaseGeneric { method GameGeneric (line 8) | public GameGeneric() { FILE: ognl/src/test/java/ognl/test/objects/GameGenericObject.java class GameGenericObject (line 6) | public class GameGenericObject implements GenericObject { method GameGenericObject (line 8) | public GameGenericObject() { method getId (line 12) | public int getId() { method getDisplayName (line 16) | public String getDisplayName() { method getHappy (line 20) | public String getHappy() { FILE: ognl/src/test/java/ognl/test/objects/GenericCracker.java class GenericCracker (line 6) | public class GenericCracker implements Cracker { method getParam (line 10) | public Integer getParam() { method setParam (line 14) | public void setParam(Integer param) { FILE: ognl/src/test/java/ognl/test/objects/GenericObject.java type GenericObject (line 6) | public interface GenericObject { method getId (line 8) | int getId(); method getDisplayName (line 10) | String getDisplayName(); FILE: ognl/src/test/java/ognl/test/objects/GenericRoot.java class GenericRoot (line 6) | public class GenericRoot { method getRoot (line 11) | public Root getRoot() { method setRoot (line 15) | public void setRoot(Root root) { method getCracker (line 19) | public GenericCracker getCracker() { method setCracker (line 23) | public void setCracker(GenericCracker cracker) { FILE: ognl/src/test/java/ognl/test/objects/GenericService.java type GenericService (line 3) | public interface GenericService { method getFullMessageFor (line 5) | String getFullMessageFor(PersonGenericObject person, Object... argumen... method getFullMessageFor (line 7) | String getFullMessageFor(GameGenericObject game, Object... arguments); FILE: ognl/src/test/java/ognl/test/objects/GenericServiceImpl.java class GenericServiceImpl (line 3) | public class GenericServiceImpl implements GenericService { method getFullMessageFor (line 5) | public String getFullMessageFor(GameGenericObject game, Object... argu... method getFullMessageFor (line 11) | public String getFullMessageFor(PersonGenericObject person, Object... ... FILE: ognl/src/test/java/ognl/test/objects/GetterMethods.java class GetterMethods (line 6) | public class GetterMethods { method isAllowDisplay (line 10) | public boolean isAllowDisplay(Object something) { method getAllowDisplay (line 14) | public int getAllowDisplay() { method setAllowDisplay (line 18) | public void setAllowDisplay(int val) { FILE: ognl/src/test/java/ognl/test/objects/IComponent.java type IComponent (line 6) | public interface IComponent { method getClientId (line 8) | String getClientId(); method setClientId (line 10) | void setClientId(String id); method getCount (line 12) | int getCount(String index); method setCount (line 14) | void setCount(String index, int count); FILE: ognl/src/test/java/ognl/test/objects/IContentProvider.java type IContentProvider (line 8) | public interface IContentProvider { method getElements (line 10) | public List getElements(); FILE: ognl/src/test/java/ognl/test/objects/IForm.java type IForm (line 6) | public interface IForm extends IComponent { FILE: ognl/src/test/java/ognl/test/objects/IFormComponent.java type IFormComponent (line 6) | public interface IFormComponent extends IComponent { method getClientId (line 8) | String getClientId(); method getForm (line 10) | IForm getForm(); method setForm (line 12) | void setForm(IForm form); FILE: ognl/src/test/java/ognl/test/objects/ITreeContentProvider.java type ITreeContentProvider (line 8) | public interface ITreeContentProvider extends IContentProvider { method getChildren (line 10) | public Collection getChildren(Object parentElement); method hasChildren (line 12) | public boolean hasChildren(Object parentElement); FILE: ognl/src/test/java/ognl/test/objects/Indexed.java class Indexed (line 27) | public class Indexed extends BaseIndexed { method Indexed (line 35) | public Indexed() { method Indexed (line 43) | public Indexed(String[] values) { method getValues (line 48) | public String[] getValues() { method setValues (line 52) | public void setValues(String[] value) { method getValues (line 60) | public String getValues(int index) { method setValues (line 64) | public void setValues(int index, String value) { method getList (line 72) | public Collection getList() { method getTitle (line 76) | public String getTitle(int count) { method getSource (line 80) | public ListSource getSource() { method setProperty (line 84) | public void setProperty(String property, Object value) { method getProperty (line 88) | public Object getProperty(String property) { FILE: ognl/src/test/java/ognl/test/objects/IndexedMapObject.java class IndexedMapObject (line 6) | public class IndexedMapObject { method IndexedMapObject (line 10) | public IndexedMapObject(String property) { method getProperty (line 14) | public String getProperty() { FILE: ognl/src/test/java/ognl/test/objects/IndexedSetObject.java class IndexedSetObject (line 8) | public class IndexedSetObject { method IndexedSetObject (line 12) | public IndexedSetObject() { method getThing (line 16) | public Object getThing(String index) { method setThing (line 20) | public void setThing(String index, Object value) { class Container (line 24) | public static class Container { method Container (line 27) | public Container(int val) { method getVal (line 31) | public int getVal() { method setVal (line 35) | public void setVal(int val) { FILE: ognl/src/test/java/ognl/test/objects/Inherited.java type Inherited (line 6) | public interface Inherited { method getMyString (line 8) | String getMyString(); FILE: ognl/src/test/java/ognl/test/objects/ListSource.java type ListSource (line 3) | public interface ListSource { method getTotal (line 5) | int getTotal(); method addValue (line 7) | Object addValue(Object value); method getName (line 9) | Object getName(); FILE: ognl/src/test/java/ognl/test/objects/ListSourceImpl.java class ListSourceImpl (line 6) | public class ListSourceImpl extends ArrayList implements ListSou... method ListSourceImpl (line 11) | public ListSourceImpl() { method getTotal (line 14) | public int getTotal() { method addValue (line 18) | public Object addValue(Object value) { method getName (line 22) | public Object getName() { FILE: ognl/src/test/java/ognl/test/objects/MenuItem.java class MenuItem (line 9) | public class MenuItem { method MenuItem (line 15) | public MenuItem(String page, String label) { method MenuItem (line 19) | public MenuItem(String page, String label, List children) { method getChildren (line 25) | public List getChildren() { method getLabel (line 29) | public String getLabel() { method getPage (line 33) | public String getPage() { method toString (line 37) | public String toString() { FILE: ognl/src/test/java/ognl/test/objects/Messages.java class Messages (line 8) | public class Messages { method Messages (line 12) | public Messages(Map source) { method getMessage (line 16) | public String getMessage(String key) { method format (line 20) | public String format(String key, Object[] parms) { method format (line 24) | public String format(String key, Object param1, Object param2, Object ... method format (line 28) | public String format(String key, Object param1) { method format (line 32) | public String format(String key, Object param1, Object param2) { FILE: ognl/src/test/java/ognl/test/objects/MethodTestMethods.java class MethodTestMethods (line 6) | public class MethodTestMethods { method getBean (line 12) | public Object getBean(String name) { method getBean (line 16) | public T getBean(String name, Class requiredType) { method getBean (line 20) | public T getBean(Class requiredType) { method getBean (line 24) | public Object getBean(String name, Object... args) { method testProperty (line 34) | public String testProperty() { method argsTest1 (line 43) | public String argsTest1(Object[] data) { method argsTest2 (line 47) | public String argsTest2(List data) { method argsTest3 (line 51) | public String argsTest3(Object[] data) { method argsTest3 (line 55) | public String argsTest3(List data) { method avg (line 63) | public double avg(final Iterable target) { method avg (line 73) | public double avg(final Number[] target) { method avg (line 81) | public double avg(final byte[] target) { method avg (line 89) | public double avg(final short[] target) { method avg (line 97) | public double avg(final int[] target) { method avg (line 105) | public double avg(final long[] target) { method avg (line 113) | public double avg(final float[] target) { method avg (line 121) | public double avg(final double[] target) { method getStringArray (line 129) | public String[] getStringArray() { method getStringList (line 133) | public List getStringList() { method getObjectList (line 137) | public List getObjectList() { method showList (line 141) | public String showList(String[] args) { method showList (line 145) | public String showList(Object[] args) { method showStringList (line 149) | public String showStringList(String[] args) { FILE: ognl/src/test/java/ognl/test/objects/Model.java class Model (line 6) | public class Model { method getOptionCount (line 8) | public int getOptionCount() { FILE: ognl/src/test/java/ognl/test/objects/MyMap.java type MyMap (line 27) | public interface MyMap extends Map { method getDescription (line 28) | public String getDescription(); FILE: ognl/src/test/java/ognl/test/objects/MyMapImpl.java class MyMapImpl (line 31) | public class MyMapImpl extends Object implements MyMap { method clear (line 34) | public void clear() { method containsKey (line 38) | public boolean containsKey(Object key) { method containsValue (line 42) | public boolean containsValue(Object value) { method entrySet (line 46) | public Set entrySet() { method equals (line 50) | public boolean equals(Object o) { method get (line 54) | public Object get(Object key) { method hashCode (line 58) | public int hashCode() { method isEmpty (line 62) | public boolean isEmpty() { method keySet (line 66) | public Set keySet() { method put (line 70) | public Object put(Object key, Object value) { method putAll (line 74) | public void putAll(Map t) { method remove (line 78) | public Object remove(Object key) { method size (line 82) | public int size() { method values (line 86) | public Collection values() { method getDescription (line 90) | public String getDescription() { FILE: ognl/src/test/java/ognl/test/objects/ObjectIndexed.java class ObjectIndexed (line 21) | public class ObjectIndexed extends BaseObjectIndexed { method ObjectIndexed (line 22) | public ObjectIndexed() { FILE: ognl/src/test/java/ognl/test/objects/OtherEnum.java type OtherEnum (line 6) | public enum OtherEnum { method OtherEnum (line 14) | private OtherEnum(int value) { method getValue (line 18) | public int getValue() { FILE: ognl/src/test/java/ognl/test/objects/OtherObjectIndexed.java class OtherObjectIndexed (line 21) | public class OtherObjectIndexed extends BaseObjectIndexed { method OtherObjectIndexed (line 22) | public OtherObjectIndexed() { FILE: ognl/src/test/java/ognl/test/objects/PersonGenericObject.java class PersonGenericObject (line 6) | public class PersonGenericObject implements GenericObject { method getId (line 8) | public int getId() { method getDisplayName (line 12) | public String getDisplayName() { FILE: ognl/src/test/java/ognl/test/objects/PropertyHolder.java class PropertyHolder (line 6) | public class PropertyHolder { method getValue (line 11) | public String getValue() { method setValue (line 15) | public void setValue(String value) { method hasValue (line 19) | public boolean hasValue() { method setSearch (line 23) | public void setSearch(String value) { method getSearch (line 27) | public String getSearch() { method search (line 31) | public void search() { FILE: ognl/src/test/java/ognl/test/objects/Root.java class Root (line 31) | public class Root { method getStaticInt (line 74) | public static int getStaticInt() { method Root (line 81) | public Root() { method isPrivateAccessorBooleanValue (line 127) | private boolean isPrivateAccessorBooleanValue() { method setPrivateAccessorBooleanValue (line 131) | private void setPrivateAccessorBooleanValue(boolean value) { method getPrivateAccessorIntValue (line 135) | private int getPrivateAccessorIntValue() { method setPrivateAccessorIntValue (line 139) | private void setPrivateAccessorIntValue(int value) { method getPrivateAccessorIntValue2 (line 146) | protected int getPrivateAccessorIntValue2() { method setPrivateAccessorIntValue2 (line 150) | protected void setPrivateAccessorIntValue2(int value) { method getPrivateAccessorIntValue3 (line 157) | int getPrivateAccessorIntValue3() { method setPrivateAccessorIntValue3 (line 161) | void setPrivateAccessorIntValue3(int value) { method getArray (line 168) | public int[] getArray() { method getBooleanArray (line 172) | public boolean[] getBooleanArray() { method setArray (line 176) | public void setArray(int[] value) { method format (line 180) | public String format(String key, Object value) { method format (line 184) | public String format(String key, Object[] value) { method getCurrentClass (line 188) | public String getCurrentClass(String value) { method getMessages (line 192) | public Messages getMessages() { method getMap (line 196) | public Map getMap() { method getMyMap (line 200) | public MyMap getMyMap() { method getList (line 204) | public List getList() { method getAsset (line 208) | public Object getAsset(String key) { method getSettableList (line 212) | public List getSettableList() { method getIndex (line 216) | public int getIndex() { method getObjectIndex (line 220) | public Integer getObjectIndex() { method getNullIndex (line 224) | public Integer getNullIndex() { method getGenericIndex (line 228) | public Object getGenericIndex() { method getIntValue (line 232) | public int getIntValue() { method setIntValue (line 236) | public void setIntValue(int value) { method getTheInt (line 240) | public int getTheInt() { method getStringValue (line 244) | public String getStringValue() { method setStringValue (line 248) | public void setStringValue(String value) { method getIndexedStringValue (line 252) | public String getIndexedStringValue() { method getNullObject (line 256) | public Object getNullObject() { method getTestString (line 260) | public String getTestString() { method getProperty (line 264) | public Object getProperty() { method getBean2 (line 268) | public Bean2 getBean2() { method getIndexedProperty (line 272) | public Object getIndexedProperty(String name) { method getIndexer (line 276) | public Indexed getIndexer() { method getBeans (line 280) | public BeanProvider getBeans() { method getBooleanValue (line 284) | public boolean getBooleanValue() { method setBooleanValue (line 288) | public void setBooleanValue(boolean value) { method getDisabled (line 292) | public boolean getDisabled() { method setDisabled (line 296) | public void setDisabled(boolean disabled) { method getSelected (line 300) | public Locale getSelected() { method setSelected (line 304) | public void setSelected(Locale locale) { method getCurrLocale (line 308) | public Locale getCurrLocale() { method getCurrentLocaleVerbosity (line 312) | public int getCurrentLocaleVerbosity() { method getRenderNavigation (line 316) | public boolean getRenderNavigation() { method setSelectedList (line 320) | public void setSelectedList(List selected) { method getSelectedList (line 324) | public List getSelectedList() { method getReadonly (line 328) | public Boolean getReadonly() { method setReadonly (line 332) | public void setReadonly(Boolean value) { method getSelf (line 336) | public Object getSelf() { method getTestDate (line 340) | public Date getTestDate() { method getWidth (line 344) | public String getWidth() { method getTheLong (line 348) | public Long getTheLong() { method isSorted (line 352) | public boolean isSorted() { method getMyTest (line 356) | public TestClass getMyTest() { method getContentProvider (line 360) | public ITreeContentProvider getContentProvider() { method isPrintDelivery (line 364) | public boolean isPrintDelivery() { method getCurrentDeliveryId (line 368) | public Long getCurrentDeliveryId() { method isFlyingMonkey (line 372) | public Boolean isFlyingMonkey() { method isDumb (line 376) | public Boolean isDumb() { method getExpiration (line 380) | public Date getExpiration() { method getMapKey (line 384) | public Long getMapKey() { method getArrayValue (line 388) | public Object getArrayValue() { method getResult (line 392) | public List getResult() { method isEditorDisabled (line 401) | public boolean isEditorDisabled() { method isDisabled (line 405) | public boolean isDisabled() { method isOpenTransitionWin (line 409) | public boolean isOpenTransitionWin() { method setOpenTransitionWin (line 413) | public void setOpenTransitionWin(boolean value) { method isOk (line 417) | public boolean isOk(SimpleEnum value, String otherValue) { method getBooleanValues (line 421) | public List> getBooleanValues() { method getIndex1 (line 425) | public int getIndex1() { method getIndex2 (line 429) | public int getIndex2() { method getTab (line 433) | public SearchTab getTab() { method setTab (line 437) | public void setTab(SearchTab tab) { class A (line 441) | public static class A { method methodOfA (line 442) | public int methodOfA(B b) { method getIntValue (line 446) | public int getIntValue() { class B (line 451) | public static class B { method methodOfB (line 452) | public int methodOfB(int i) { method getA (line 457) | public A getA() { method getB (line 461) | public B getB() { FILE: ognl/src/test/java/ognl/test/objects/SearchCriteria.java class SearchCriteria (line 6) | public class SearchCriteria { method SearchCriteria (line 10) | public SearchCriteria(String name) { method getDisplayName (line 14) | public String getDisplayName() { FILE: ognl/src/test/java/ognl/test/objects/SearchTab.java class SearchTab (line 10) | public class SearchTab { method getSearchCriteriaSelections (line 22) | public List> getSearchCriteriaSelections() { method setSearchCriteriaSelections (line 26) | public void setSearchCriteriaSelections(List> selections) { method getSearchCriteria (line 40) | public List getSearchCriteria() { method setSearchCriteria (line 44) | public void setSearchCriteria(List searchCriteria) { method getSearchCriteriaOptions (line 53) | public List> getSearchCriteriaOptions() { method setSearchCriteriaOptions (line 57) | public void setSearchCriteriaOptions(List> searchCriteria... FILE: ognl/src/test/java/ognl/test/objects/SecondBean.java class SecondBean (line 10) | public class SecondBean extends BaseBean { method getName (line 11) | public String getName() { FILE: ognl/src/test/java/ognl/test/objects/SetterReturns.java class SetterReturns (line 6) | public class SetterReturns { method getValue (line 10) | public String getValue() { method setValue (line 14) | public SetterReturns setValue(String value) { FILE: ognl/src/test/java/ognl/test/objects/Simple.java class Simple (line 27) | public class Simple { method Simple (line 46) | public Simple() { method Simple (line 53) | public Simple(Bean3 bean) { method Simple (line 57) | public Simple(Bean2 bean) { method Simple (line 61) | public Simple(Object[] values) { method Simple (line 65) | public Simple(String stringValue, float floatValue, int intValue) { method setValues (line 72) | public void setValues(String stringValue, float floatValue, int intVal... method getStringValue (line 78) | public String getStringValue() { method setStringValue (line 82) | public void setStringValue(String value) { method getFloatValue (line 86) | public float getFloatValue() { method setFloatValue (line 90) | public void setFloatValue(float value) { method getIntValue (line 94) | public int getIntValue() { method setIntValue (line 98) | public void setIntValue(int value) { method getValueIsTrue (line 102) | public boolean getValueIsTrue(Object currValue) { method getBooleanValue (line 106) | public boolean getBooleanValue() { method setBooleanValue (line 110) | public void setBooleanValue(boolean value) { method getBigIntValue (line 114) | public BigInteger getBigIntValue() { method setArray (line 118) | public void setArray(Object[] values) { method getArray (line 122) | public Object[] getArray() { method setBigIntValue (line 126) | public void setBigIntValue(BigInteger value) { method getBigDecValue (line 130) | public BigDecimal getBigDecValue() { method setBigDecValue (line 134) | public void setBigDecValue(BigDecimal value) { method getRootValue (line 138) | public Root getRootValue() { method getTestMethods (line 142) | public MethodTestMethods getTestMethods() { method getMessages (line 146) | public Messages getMessages() { method getOne (line 150) | public int getOne() { method getTwo (line 154) | public int getTwo() { method getThree (line 158) | public int getThree() { method getTestValue (line 162) | public int getTestValue(int val) { method isEditorDisabled (line 166) | public boolean isEditorDisabled() { method isDisabled (line 170) | public boolean isDisabled() { method getIsTruck (line 174) | public boolean getIsTruck() { method getMethodsTest (line 178) | public GetterMethods getMethodsTest() { method getDisplayValue (line 182) | public String getDisplayValue(int val) { method getValues (line 186) | public Object[] getValues() { method equals (line 190) | public boolean equals(Object other) { method isThisVarArgsWorking (line 199) | public boolean isThisVarArgsWorking(Object... arguments) { method isNullVarArgs (line 203) | public String isNullVarArgs() { method isStringVarArgs (line 207) | public String isStringVarArgs(String... arguments) { method get (line 211) | public TestInterface get() { type TestInterface (line 225) | interface TestInterface { method request (line 227) | String request(); method request (line 229) | String request(Object... args); FILE: ognl/src/test/java/ognl/test/objects/SimpleEnum.java type SimpleEnum (line 6) | public enum SimpleEnum { method SimpleEnum (line 12) | private SimpleEnum(int value) { method getValue (line 16) | public int getValue() { FILE: ognl/src/test/java/ognl/test/objects/SimpleNumeric.java class SimpleNumeric (line 6) | public class SimpleNumeric { method getBudget (line 8) | public double getBudget() { method getTimeBilled (line 12) | public double getTimeBilled() { method getTableSize (line 16) | public String getTableSize() { FILE: ognl/src/test/java/ognl/test/objects/StaticInterface.java type StaticInterface (line 3) | public interface StaticInterface { method staticMethod (line 4) | static String staticMethod() { FILE: ognl/src/test/java/ognl/test/objects/SubclassSyntheticObject.java class SubclassSyntheticObject (line 8) | public class SubclassSyntheticObject extends BaseSyntheticObject { method getList (line 10) | public ArrayList getList() { FILE: ognl/src/test/java/ognl/test/objects/TestClass.java class TestClass (line 6) | public abstract class TestClass { FILE: ognl/src/test/java/ognl/test/objects/TestImpl.java class TestImpl (line 9) | public class TestImpl extends TestClass { method getTheMap (line 11) | public Map getTheMap() { FILE: ognl/src/test/java/ognl/test/objects/TestInherited1.java class TestInherited1 (line 6) | public class TestInherited1 implements Inherited { method getMyString (line 8) | public String getMyString() { FILE: ognl/src/test/java/ognl/test/objects/TestInherited2.java class TestInherited2 (line 6) | public class TestInherited2 implements Inherited { method getMyString (line 8) | public String getMyString() { FILE: ognl/src/test/java/ognl/test/objects/TestModel.java class TestModel (line 6) | public class TestModel { method getCopy (line 8) | public Copy getCopy() { method getUnassignedCopyModel (line 12) | public Model getUnassignedCopyModel() { method isCanApproveCopy (line 16) | public boolean isCanApproveCopy() { method getEntry (line 20) | public Entry getEntry() { FILE: ognl/src/test/java/ognl/test/objects/TreeContentProvider.java class TreeContentProvider (line 10) | public class TreeContentProvider implements ITreeContentProvider { method getChildren (line 13) | public Collection getChildren(Object parentElement) { method hasChildren (line 17) | public boolean hasChildren(Object parentElement) { method getElements (line 21) | public List getElements() { FILE: ognl/src/test/java/ognl/test/objects/Two.java class Two (line 6) | public class Two { method getMessage (line 8) | public String getMessage(String mes) { method hasChildren (line 12) | public boolean hasChildren(String name) { FILE: ognl/src/test/java/ognl/test/race/Base.java class Base (line 3) | public class Base { method getYn (line 6) | public Boolean getYn() { method setYn (line 10) | public void setYn(Boolean yn) { FILE: ognl/src/test/java/ognl/test/race/Person.java class Person (line 3) | public class Person extends Base { method getName (line 6) | public String getName() { method setName (line 10) | public void setName(String name) { FILE: ognl/src/test/java/ognl/test/race/RaceTest.java class RaceTest (line 13) | class RaceTest { method testOgnlRace (line 15) | @Test method runValue (line 53) | private void runValue(Person person, String name, AtomicInteger errCou... FILE: ognl/src/test/java/ognl/test/util/ContextClassLoader.java class ContextClassLoader (line 23) | public class ContextClassLoader extends ClassLoader { method ContextClassLoader (line 29) | public ContextClassLoader(ClassLoader parentClassLoader, OgnlContext c... method findClass (line 37) | protected Class findClass(String name) throws ClassNotFoundException { FILE: ognl/src/test/java/ognl/test/util/EnhancedClassLoader.java class EnhancedClassLoader (line 21) | public class EnhancedClassLoader extends ClassLoader { method EnhancedClassLoader (line 25) | public EnhancedClassLoader(ClassLoader parentClassLoader) { method defineClass (line 32) | public Class defineClass(String enhancedClassName, byte[] byteCode) { FILE: ognl/src/test/java/ognl/test/util/NameFactory.java class NameFactory (line 21) | public class NameFactory extends Object { method NameFactory (line 30) | public NameFactory(String classBaseName, String variableBaseName) { method getNewClassName (line 39) | public String getNewClassName() { method getNewVariableName (line 43) | public String getNewVariableName() { FILE: ognl/src/test/java/sun/test/PublicTestInterface.java type PublicTestInterface (line 27) | public interface PublicTestInterface { method testMethod (line 28) | String testMethod(); FILE: ognl/src/test/java/sun/test/SimulatedInternalClass.java class SimulatedInternalClass (line 29) | public class SimulatedInternalClass implements sun.test.PublicTestInterf... method testMethod (line 30) | @Override method anotherMethod (line 35) | public String anotherMethod() {