org.apache.commons.ognl.test.objects
Class Root.A

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.Root.A
Enclosing class:
Root

public static class Root.A
extends Object


Constructor Summary
Root.A()
           
 
Method Summary
 int getIntValue()
           
 int methodOfA(Root.B b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Root.A

public Root.A()
Method Detail

methodOfA

public int methodOfA(Root.B b)

getIntValue

public int getIntValue()


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