Visitable.Utils| Constructor and Description |
|---|
ThriftMethod(String name,
ThriftType returnType,
List<ThriftField> arguments,
boolean oneway,
List<ThriftField> throwsFields,
List<TypeAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeAnnotation> |
getAnnotations() |
List<ThriftField> |
getArguments() |
String |
getName() |
ThriftType |
getReturnType() |
List<ThriftField> |
getThrowsFields() |
boolean |
isOneway() |
String |
toString() |
void |
visit(DocumentVisitor visitor) |
public ThriftMethod(String name, ThriftType returnType, List<ThriftField> arguments, boolean oneway, List<ThriftField> throwsFields, List<TypeAnnotation> annotations)
public String getName()
public ThriftType getReturnType()
public List<ThriftField> getArguments()
public boolean isOneway()
public List<ThriftField> getThrowsFields()
public List<TypeAnnotation> getAnnotations()
public void visit(DocumentVisitor visitor) throws IOException
visit in interface VisitableIOExceptionCopyright © 2012-2017. All Rights Reserved.