public class Parameter extends Value
| Modifier and Type | Field and Description |
|---|---|
static StringFilter<Parameter> |
NAME |
PROPERTY_INITIALIZATION, PROPERTY_TYPE, type, valuechildren, name, parentNode, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor and Description |
|---|
Parameter(java.lang.Class<?> value) |
Parameter(Clazz value) |
Parameter(Clazz value,
java.lang.String name) |
Parameter(DataType type) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod() |
Parameter |
with(java.lang.Class<?> value) |
Parameter |
with(Clazz value) |
Parameter |
with(DataType value) |
Parameter |
with(java.lang.String string)
Set the name of Element
|
Parameter |
withParent(Method value) |
Parameter |
withValue(java.lang.String value) |
getType, getType, getValue, getValuecheck, getAnnotation, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getParent, setName, setParentNode, size, withAnnotaion, withChildren, withModifier, withoutpublic static final StringFilter<Parameter> NAME
public Parameter(DataType type)
public Parameter(Clazz value)
public Parameter(Clazz value, java.lang.String name)
public Parameter(java.lang.Class<?> value)
public Method getMethod()
public Parameter with(java.lang.String string)
GraphMemberwith in class GraphMemberstring - The Name of Element