Modifier and Type | Method and Description |
---|---|
AMethod |
build() |
AMethod.Builder |
clearDeclaringClass()
Clears the value of the 'declaringClass' field.
|
AMethod.Builder |
clearName()
Clears the value of the 'name' field.
|
String |
getDeclaringClass()
Gets the value of the 'declaringClass' field.
|
String |
getName()
Gets the value of the 'name' field.
|
boolean |
hasDeclaringClass()
Checks whether the 'declaringClass' field has been set.
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
AMethod.Builder |
setDeclaringClass(String value)
Sets the value of the 'declaringClass' field.
|
AMethod.Builder |
setName(String value)
Sets the value of the 'name' field.
|
public String getDeclaringClass()
public AMethod.Builder setDeclaringClass(String value)
value
- The value of 'declaringClass'.public boolean hasDeclaringClass()
public AMethod.Builder clearDeclaringClass()
public String getName()
public AMethod.Builder setName(String value)
value
- The value of 'name'.public boolean hasName()
public AMethod.Builder clearName()
Copyright © 2018 SPF4J. All rights reserved.