|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayCreation | |
---|---|
org.eclipse.wst.jsdt.core.dom |
Uses of ArrayCreation in org.eclipse.wst.jsdt.core.dom |
---|
Methods in org.eclipse.wst.jsdt.core.dom that return ArrayCreation | |
---|---|
ArrayCreation |
AST.newArrayCreation()
Creates and returns a new unparented array creation expression node owned by this AST. |
Methods in org.eclipse.wst.jsdt.core.dom with parameters of type ArrayCreation | |
---|---|
void |
ASTVisitor.endVisit(ArrayCreation node)
End of visit the given type-specific AST node. |
boolean |
ASTMatcher.match(ArrayCreation node,
java.lang.Object other)
Returns whether the given node and the other object object match. |
boolean |
ASTVisitor.visit(ArrayCreation node)
Visits the given type-specific AST node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |