protected static class TypePool.Default.LazyTypeDescription.MethodToken.ParameterToken extends Object
Modifier and Type | Field and Description |
---|---|
protected static Integer |
NO_MODIFIERS
Donates an unknown modifier of a parameter.
|
protected static String |
NO_NAME
Donates an unknown name of a parameter.
|
Modifier | Constructor and Description |
---|---|
protected |
ParameterToken()
Creates a parameter token for a parameter without an explicit name and without specific modifiers.
|
protected |
ParameterToken(String name)
Creates a parameter token for a parameter with an explicit name and without specific modifiers.
|
protected |
ParameterToken(String name,
Integer modifiers)
Creates a parameter token for a parameter with an explicit name and with specific modifiers.
|
Modifier and Type | Method and Description |
---|---|
protected Integer |
getModifiers()
Returns the modifiers of the parameter or
null if no modifiers are known. |
protected String |
getName()
Returns the name of the parameter or
null if there is no such name. |
protected static final String NO_NAME
protected static final Integer NO_MODIFIERS
protected ParameterToken()
protected ParameterToken(String name)
name
- The name of the parameter.protected String getName()
null
if there is no such name.null
if there is no such name.protected Integer getModifiers()
null
if no modifiers are known.null
if no modifiers are known.Copyright © 2014–2018. All rights reserved.