Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Method and Description |
---|---|
boolean |
ASTVisitor.visit(InferredAttribute inferredField) |
Modifier and Type | Field and Description |
---|---|
InferredAttribute[] |
InferredType.attributes |
Modifier and Type | Method and Description |
---|---|
InferredAttribute |
InferredType.addAttribute(char[] name,
IASTNode definer,
int nameStart)
Add a new inferred attribute to the inferred type
|
InferredAttribute |
InferredType.addAttribute(InferredAttribute newAttribute)
Add an InferredAttribute to this inferred type.
|
InferredAttribute |
InferredType.findAttribute(char[] name)
Find the inferred attribute with the given name
|
InferredAttribute |
InferredType.replaceAttribute(char[] name,
IASTNode definer,
int nameStart)
Adds a new inferred attribute to the inferred type if it doesn't already exist
otherwise it replaces the existing one with the new one.
|
Modifier and Type | Method and Description |
---|---|
InferredAttribute |
InferredType.addAttribute(InferredAttribute newAttribute)
Add an InferredAttribute to this inferred type.
|
protected boolean |
InferEngine.handleAttributeDeclaration(InferredAttribute attribute) |
protected boolean |
InferEngine.handleAttributeDeclaration(InferredAttribute attribute,
IExpression initializer) |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.