org.apache.commons.ognl.test.objects
Class BaseSyntheticObject

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.BaseSyntheticObject
Direct Known Subclasses:
SubclassSyntheticObject

public abstract class BaseSyntheticObject
extends Object

Used to test OGNL-136 use of synthetic methods.


Constructor Summary
BaseSyntheticObject()
           
 
Method Summary
protected  List getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSyntheticObject

public BaseSyntheticObject()
Method Detail

getList

protected List getList()


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.