classfile
Class methodInfo.methodTypes

java.lang.Object
  |
  +--classfile.methodInfo.methodTypes
Enclosing class:
methodInfo

class methodInfo.methodTypes
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

argList

public java.lang.StringBuffer argList

returnType

public java.lang.String returnType
Constructor Detail

methodInfo.methodTypes

methodInfo.methodTypes()