org.apache.commons.jexl.util
Class Introspector

java.lang.Object
  |
  +--org.apache.commons.jexl.util.Introspector

public class Introspector
extends Object

Little class to manage a Velocity uberspector (Vel 1.4+) for instrospective services

Version:
$Id: Introspector.java,v 1.6 2004/02/28 13:45:21 yoavs Exp $

Constructor Summary
Introspector()
           
 
Method Summary
static Uberspect getUberspect()
          For now, expose the raw uberspector to the AST
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introspector

public Introspector()
Method Detail

getUberspect

public static Uberspect getUberspect()
For now, expose the raw uberspector to the AST


Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.