public class AstMethodDeclaration extends AstNode implements IAstMemberDeclaration
| Constructor and Description |
|---|
AstMethodDeclaration(AstTypeEx returnType,
String name,
List<AstTypeEx> parameters,
TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AstVisitor v) |
String |
getName() |
List<AstTypeEx> |
getParameters() |
AstTypeEx |
getReturnType() |
getEndoffset, getLine, getOffset, getSource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEndoffset, getLine, getOffset, getSourcepublic AstMethodDeclaration(AstTypeEx returnType, String name, List<AstTypeEx> parameters, TypesTree.TextSource source, int line, int offset, int endoffset)
Copyright © 2014. All rights reserved.