|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metadata.spi.signature.Signature
org.jboss.metadata.spi.signature.MethodParametersSignature
public class MethodParametersSignature
Method parameters Signature.
| Field Summary |
|---|
| Fields inherited from class org.jboss.metadata.spi.signature.Signature |
|---|
NO_NAME, NO_PARAMETER_TYPES, NO_PARAMETERS |
| Constructor Summary | |
|---|---|
MethodParametersSignature(org.jboss.reflect.spi.MethodInfo method,
int param)
Create a new Signature. |
|
MethodParametersSignature(Method method,
int param)
Create a new Signature. |
|
MethodParametersSignature(String name,
int param,
Class<?>... parameters)
Create a new Signature. |
|
MethodParametersSignature(String name,
String[] parameters,
int param)
Create a new Signature. |
|
| Method Summary | |
|---|---|
protected void |
checkParam()
Check the param number makes sense |
int |
getParam()
Get the param. |
protected void |
internalToString(StringBuilder builder)
Build the to String |
| Methods inherited from class org.jboss.metadata.spi.signature.Signature |
|---|
convertParameters, convertParameterTypes, equals, getName, getParameters, getParametersTypes, getPrimativeArrayType, getSignature, getSignature, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodParametersSignature(String name,
String[] parameters,
int param)
name - the nameparam - the parameter numberparameters - the parameters
public MethodParametersSignature(String name,
int param,
Class<?>... parameters)
name - the nameparam - the parameter numberparameters - the parameters
public MethodParametersSignature(Method method,
int param)
method - the methodparam - the parameter number
public MethodParametersSignature(org.jboss.reflect.spi.MethodInfo method,
int param)
method - the method infoparam - the parameter number| Method Detail |
|---|
public int getParam()
protected void checkParam()
protected void internalToString(StringBuilder builder)
Signature
internalToString in class Signaturebuilder - the builder to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||