org.springframework.roo.shell
Class ParseResult

java.lang.Object
  extended by org.springframework.roo.shell.ParseResult

public class ParseResult
extends Object


Constructor Summary
ParseResult(Method method, Object instance, Object[] arguments)
           
 
Method Summary
 Object[] getArguments()
           
 Object getInstance()
           
 Method getMethod()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseResult

public ParseResult(Method method,
                   Object instance,
                   Object[] arguments)
Method Detail

getMethod

public Method getMethod()

getInstance

public Object getInstance()

getArguments

public Object[] getArguments()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.