public class ConstructorSimpleParamSig extends SimpleParamNameSignature
Simple-parameter-name signature for a constructor.
aliteralmind __DASH__ github __AT__ yahoo __DOT__ com), dual-licensed under the LGPL (version 3.0 or later) or the ASL (version 2.0). See source code for details. http://codelet.aliteralmind.com, https://github.com/aliteralmind/codelet| Constructor and Description |
|---|
ConstructorSimpleParamSig(Constructor<?> cnstr)
Create a new instance from a constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor()
The constructor object.
|
String |
getMethodName()
If a method: its name, if a constructor: the empty string (
""). |
compareTo, getMember, getNoParens, getParamNameList, getSimpleNameListFromClasses, getWithParens, toStringpublic ConstructorSimpleParamSig(Constructor<?> cnstr)
Create a new instance from a constructor.
Equal to
super(cnstr, cnstr.getParameterTypes())
cnstr - May not be null.public Constructor<?> getConstructor()
The constructor object.
(Constructor)getMember()*ConstructorSimpleParamSig(Constructor)public String getMethodName()
SimpleParamNameSignatureIf a method: its name, if a constructor: the empty string ("").
getMethodName in class SimpleParamNameSignature""Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet