Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
ObjectLiteralField |
AST.newObjectLiteralField()
Creates and returns a new unparented object literal field expression node
owned by this AST.
|
ObjectLiteralField |
AST.newObjectLiteralField(Expression key,
Expression value)
Creates and returns a new unparented object literal field expression node
owned by this AST.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(ObjectLiteralField node) |
void |
ASTVisitor.endVisit(ObjectLiteralField node) |
boolean |
ASTMatcher.match(ObjectLiteralField node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(ObjectLiteralField node) |
boolean |
ASTVisitor.visit(ObjectLiteralField node) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.