Deprecated API


Contents
Deprecated Classes
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 
 

Deprecated Methods
org.apache.commons.jexl2.JexlEngine.createScript(String, JexlInfo)
          Use JexlEngine.createScript(String, JexlInfo, String[]) 
org.apache.commons.jexl2.parser.SimpleCharStream.getColumn()
           
org.apache.commons.jexl2.introspection.UberspectImpl.getConstructor(Object, Object[], JexlInfo)
           
org.apache.commons.jexl2.introspection.Uberspect.getConstructor(Object, Object[], JexlInfo)
           
org.apache.commons.jexl2.parser.SimpleCharStream.getLine()
           
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 
 

Deprecated Constructors
org.apache.commons.jexl2.Interpreter(JexlEngine, JexlContext)
            
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.