org.zkoss.zel.impl.util
Class Classes.MethodInfo
java.lang.Object
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;
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Classes.MethodInfo
protected Classes.MethodInfo(String r,
String m,
String[] argTs,
String[] argNs,
String tEx)
Copyright © 2014. All rights reserved.