org.zkoss.zel.impl.util
Class Classes.MethodInfo

java.lang.Object
  extended by org.zkoss.zel.impl.util.Classes.MethodInfo
Enclosing class:
Classes

public static class Classes.MethodInfo
extends Object

The method info class used for parseMethod(String signature). This info describe the method return type, method name and two collections for arguments type and arguments name;


Field Summary
 String[] argNames
           
 String[] argTypes
           
 String method
           
 String returnType
          The return type (class name), or null if no specified.
 String throwsEx
           
 
Constructor Summary
protected Classes.MethodInfo(String r, String m, String[] argTs, String[] argNs, String tEx)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnType

public String returnType
The return type (class name), or null if no specified.


method

public String method

argTypes

public String[] argTypes

argNames

public String[] argNames

throwsEx

public String throwsEx
Constructor Detail

Classes.MethodInfo

protected Classes.MethodInfo(String r,
                             String m,
                             String[] argTs,
                             String[] argNs,
                             String tEx)


Copyright © 2013. All Rights Reserved.