|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--classfile.methodInfo.methodTypes
The methodTypes class is used by the methodTypes method to return the argument list string and the return type that are built from the method descriptor.
A StringBuffer object is used for argList with the thought that appending to a string buffer may cause less memory garbage and be faster. But this could be a mistaken idea.
| Field Summary | |
java.lang.StringBuffer |
argList
|
java.lang.String |
returnType
|
| Constructor Summary | |
(package private) |
methodInfo.methodTypes()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public java.lang.StringBuffer argList
public java.lang.String returnType
| Constructor Detail |
methodInfo.methodTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||