org.apache.commons.jexl.util
Class Introspector

java.lang.Object
  extended byorg.apache.commons.jexl.util.Introspector

public class Introspector
extends java.lang.Object

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

Version:
$Id: Introspector.java,v 1.5 2003/10/09 21:28:56 rdonkin Exp $
Author:
Geir Magnusson Jr.

Field Summary
private static Uberspect uberSpect
          the uberspector from Velocity - handles all instrospection patterns
 
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
 

Field Detail

uberSpect

private static Uberspect uberSpect
the uberspector from Velocity - handles all instrospection patterns

Constructor Detail

Introspector

public Introspector()
Method Detail

getUberspect

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