<li><ahref="../../../../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a></code></td>
<divclass="block">Wraps a constructor as a method information object.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static java.util.List<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>></code></td>
<divclass="block">Construct a list of method infos from a given collection of constructors.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static java.util.Collection<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>></code></td>
<divclass="block">Construct a list of method infos from a given array of constructors.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a></code></td>
<divclass="block">Wraps a method as a MethodInfo object.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static java.util.List<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>></code></td>
<divclass="block">Construct a list of method infos from a given collection of methods.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static java.util.Collection<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>></code></td>
<pre>public static <ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a> fromMethod(java.lang.reflect.Method method)</pre>
<divclass="block">Wraps a method as a MethodInfo object.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>method</code> - - the method to wrap.</dd>
<pre>public static java.util.Collection<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>> fromMethods(java.lang.reflect.Method[] methods)</pre>
<divclass="block">Construct a list of method infos from a given array of methods.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>methods</code> - - array of methods.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Method info list.</dd></dl>
</li>
</ul>
<aname="fromMethods(java.util.Collection)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>fromMethods</h4>
<pre>public static java.util.List<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>> fromMethods(java.util.Collection<java.lang.reflect.Method> methods)</pre>
<divclass="block">Construct a list of method infos from a given collection of methods.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>methods</code> - - list of methods.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Method info list.</dd></dl>
<pre>public static <ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a> fromConstructor(java.lang.reflect.Constructor<?> constructor)</pre>
<divclass="block">Wraps a constructor as a method information object.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>constructor</code> - - the constructor to wrap.</dd>
<pre>public static java.util.Collection<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>> fromConstructors(java.lang.reflect.Constructor<?>[] constructors)</pre>
<divclass="block">Construct a list of method infos from a given array of constructors.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>constructors</code> - - array of constructors.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Method info list.</dd></dl>
</li>
</ul>
<aname="fromConstructors(java.util.Collection)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>fromConstructors</h4>
<pre>public static java.util.List<<ahref="../../../../com/comphenix/protocol/reflect/MethodInfo.html"title="class in com.comphenix.protocol.reflect">MethodInfo</a>> fromConstructors(java.util.Collection<java.lang.reflect.Constructor<?>> constructors)</pre>
<divclass="block">Construct a list of method infos from a given collection of constructors.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>constructors</code> - - list of constructors.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>Method info list.</dd></dl>
<dt><spanclass="strong">Returns:</span></dt><dd>A string representation of the object.</dd><dt><spanclass="strong">See Also:</span></dt><dd><code>Method#toString()} or {@link Constructor#toString()}</code></dd></dl>
<divclass="block">Returns a string describing this method or constructor, including type parameters.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>A string describing this Method, include type parameters</dd><dt><spanclass="strong">See Also:</span></dt><dd><code>Method#toGenericString()} or {@link Constructor#toGenericString()}</code></dd></dl>
<divclass="block">Returns an array of Class objects that represent the types of the exceptions declared to be thrown by the
underlying method or constructor represented by this MethodInfo object.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>The exception types declared as being thrown by the method or constructor this object represents.</dd><dt><spanclass="strong">See Also:</span></dt><dd><code>Method#getExceptionTypes()} or {@link Constructor#getExceptionTypes()}</code></dd></dl>
<divclass="block">Returns a Class object that represents the formal return type of the method or constructor
represented by this MethodInfo object.
<p>
This is always <code>Void</code> for constructors.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>The return value, or Void if a constructor.</dd><dt><spanclass="strong">See Also:</span></dt><dd><code>Method#getReturnType()}</code></dd></dl>
<divclass="block">Returns an array of Class objects that represent the formal parameter types, in declaration order,
of the method or constructor represented by this MethodInfo object.</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>The parameter types for the method or constructor this object represents.</dd><dt><spanclass="strong">See Also:</span></dt><dd><code>Method#getParameterTypes()} or {@link Constructor#getParameterTypes()}</code></dd></dl>
<li><ahref="../../../../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">Next Class</span></a></li>