Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Method and Description |
---|---|
InferredMethod |
IAbstractFunctionDeclaration.getInferredMethod()
Get the Inferred method associated with this function
|
Modifier and Type | Method and Description |
---|---|
boolean |
ASTVisitor.visit(InferredMethod inferredMethod) |
Modifier and Type | Method and Description |
---|---|
InferredMethod |
InferredType.addConstructorMethod(char[] methodName,
IFunctionDeclaration functionDeclaration,
int nameStart)
Add a new constructor method to the inferred type
|
InferredMethod |
InferredType.addMethod(char[] methodName,
IFunctionDeclaration functionDeclaration,
int nameStart)
Add a new method to the inferred type
|
InferredMethod |
InferredType.findMethod(char[] methodName,
IFunctionDeclaration methodDeclaration)
Find an inferred method
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.