public class InstanceInitializer extends EntityDeclaration
ANNOTATION_ROLE, MODIFIER_ROLE, PRIVATE_IMPLEMENTATION_TYPE_ROLE, UNATTACHED_ANNOTATION_ROLEAST_NODE_USED_FLAGS, flags, NULLCHILD_ITERATOR| Constructor and Description |
|---|
InstanceInitializer() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
acceptVisitor(IAstVisitor<? super T,? extends R> visitor,
T data) |
BlockStatement |
getBody() |
AstNodeCollection<TypeDeclaration> |
getDeclaredTypes() |
EntityType |
getEntityType() |
AstNodeCollection<AstType> |
getThrownTypes() |
boolean |
matches(INode other,
Match match) |
void |
setBody(BlockStatement value) |
clone, getAnnotations, getModifiers, getName, getNameToken, getNodeType, getReturnType, hasModifier, isAnyModifiers, matchAnnotationsAndModifiers, setAnyModifiers, setName, setNameToken, setReturnTypeaddChild, contains, contains, copyUserDataFrom, forPattern, freezeCore, getAncestors, getAncestors, getAncestorsAndSelf, getChildByRole, getChildren, getChildrenByRole, getDescendants, getDescendantsAndSelf, getEndLocation, getFirstChild, getLastChild, getNextNode, getNextSibling, getNextSibling, getParent, getParent, getPreviousNode, getPreviousSibling, getPreviousSibling, getRegion, getRole, getStartLocation, getText, getText, getUserData, hasChildren, insertChildAfter, insertChildBefore, insertChildrenAfter, insertChildrenBefore, isAncestorOf, isDescendantOf, isInside, isInside, isLoop, isNull, isReference, isUnconditionalBranch, match, matches, matchesCollection, matchString, putUserData, putUserDataIfAbsent, remove, replace, replaceWith, replaceWith, setChildByRole, setRole, toStringpublic final AstNodeCollection<AstType> getThrownTypes()
public final AstNodeCollection<TypeDeclaration> getDeclaredTypes()
public final BlockStatement getBody()
public final void setBody(BlockStatement value)
public EntityType getEntityType()
getEntityType in class EntityDeclarationpublic <T,R> R acceptVisitor(IAstVisitor<? super T,? extends R> visitor, T data)
acceptVisitor in class AstNode