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