Package | Description |
---|---|
org.eclipse.wst.jsdt.core.dom |
Modifier and Type | Method and Description |
---|---|
InferredType |
AST.newInferredType(java.lang.String typeName)
Creates and returns a new inferred type node with the given
type name.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultASTVisitor.endVisit(InferredType node) |
void |
ASTVisitor.endVisit(InferredType node) |
boolean |
ASTMatcher.match(InferredType node,
java.lang.Object other) |
boolean |
DefaultASTVisitor.visit(InferredType node) |
boolean |
ASTVisitor.visit(InferredType node) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.