public class Method extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getLookupKey()
Gets the string that is internally used when looking up generated support
code for this method.
|
String |
getName() |
Type[] |
getParameterTypes() |
Type |
getReturnType() |
String |
getSignature()
The unique signature used to identify this method.
|
Type |
getType() |
int |
hashCode() |
void |
invoke(Object target,
Object... params) |
boolean |
isDelayed() |
boolean |
isLastOnly() |
boolean |
isNoLayout()
Checks whether this method is annotated with
NoLayout . |
String |
toString() |
public Type getType()
public String getName()
public Type getReturnType() throws NoDataException
NoDataException
public void invoke(Object target, Object... params) throws NoDataException
NoDataException
public String getSignature()
public String getLookupKey()
getSignature()
, but
without any type parameters.public Type[] getParameterTypes() throws NoDataException
NoDataException
public boolean isDelayed()
public boolean isLastOnly()
public boolean isNoLayout()
NoLayout
.true
if this method has a NoLayout annotation;
otherwise false
Copyright © 2018 Vaadin Ltd. All rights reserved.