public class XMethodDecl extends Object
| Constructor and Description |
|---|
XMethodDecl(String name,
MethodSignature<TypeToken> typeSignature,
Invocable invocable) |
| Modifier and Type | Method and Description |
|---|---|
Invocable |
getInvocable() |
String |
getName() |
MethodSignature<TypeToken> |
getTypeSignature() |
void |
setInvocable(Invocable invocable) |
void |
setName(String name) |
void |
setTypeSignature(MethodSignature<TypeToken> typeSignature) |
public XMethodDecl(String name, MethodSignature<TypeToken> typeSignature, Invocable invocable)
public String getName()
public void setName(String name)
public MethodSignature<TypeToken> getTypeSignature()
public void setTypeSignature(MethodSignature<TypeToken> typeSignature)
public Invocable getInvocable()
public void setInvocable(Invocable invocable)
Copyright © 2013. All Rights Reserved.