Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
UndefinedLiteral |
AST.newUndefinedLiteral()
Creates and returns a new unparented 'undefined' literal node.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(UndefinedLiteral node) |
void |
ASTVisitor.endVisit(UndefinedLiteral node) |
boolean |
ASTMatcher.match(UndefinedLiteral node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(UndefinedLiteral node) |
boolean |
ASTVisitor.visit(UndefinedLiteral node) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.