|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InferredAttribute | |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Uses of InferredAttribute in org.eclipse.wst.jsdt.core.ast |
---|
Methods in org.eclipse.wst.jsdt.core.ast with parameters of type InferredAttribute | |
---|---|
boolean |
ASTVisitor.visit(InferredAttribute inferredField)
|
Uses of InferredAttribute in org.eclipse.wst.jsdt.core.infer |
---|
Fields in org.eclipse.wst.jsdt.core.infer declared as InferredAttribute | |
---|---|
InferredAttribute[] |
InferredType.attributes
|
Methods in org.eclipse.wst.jsdt.core.infer that return InferredAttribute | |
---|---|
InferredAttribute |
InferredType.addAttribute(char[] name,
IASTNode definer)
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 |
Methods in org.eclipse.wst.jsdt.core.infer with parameters of type InferredAttribute | |
---|---|
InferredAttribute |
InferredType.addAttribute(InferredAttribute newAttribute)
Add an InferredAttribute to this inferred type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |