Class and Description |
---|
org.apache.commons.jexl2.parser.ASTFloatLiteral
Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
|
org.apache.commons.jexl2.parser.ASTIntegerLiteral
Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
|
org.apache.commons.jexl2.introspection.UberspectImpl.FieldPropertyGet
Do not use externally - will be made private in a later version
|
org.apache.commons.jexl2.introspection.UberspectImpl.FieldPropertySet
Do not use externally - will be made private in a later version
|
Method and Description |
---|
org.apache.commons.jexl2.JexlEngine.createScript(String, JexlInfo) |
org.apache.commons.jexl2.introspection.Uberspect.getConstructor(Object, Object[], JexlInfo) |
org.apache.commons.jexl2.introspection.UberspectImpl.getConstructor(Object, Object[], JexlInfo) |
org.apache.commons.jexl2.JexlEngine.parse(CharSequence, JexlInfo)
Use
JexlEngine.parse(CharSequence, JexlInfo, Scope) instead |
org.apache.commons.jexl2.Interpreter.setRegisters(Object...) |
org.apache.commons.jexl2.Interpreter.setSilent(boolean)
Do not use; will be removed in a later version
|
org.apache.commons.jexl2.Interpreter.setStrict(boolean)
Do not use; will be removed in a later version
|
org.apache.commons.jexl2.Interpreter.visit(ASTFloatLiteral, Object)
Do not use
|
org.apache.commons.jexl2.Interpreter.visit(ASTIntegerLiteral, Object)
Do not use
|
Constructor and Description |
---|
org.apache.commons.jexl2.Interpreter(JexlEngine, JexlContext) |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.