Package | Description |
---|---|
org.eclipse.wst.jsdt.core.ast | |
org.eclipse.wst.jsdt.core.infer |
Modifier and Type | Interface and Description |
---|---|
interface |
IJsDocMessageSend
Provisional API: This class/interface is part of an interim API that is still under development and expected to
change significantly before reaching stability.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTVisitor.endVisit(IFunctionCall messageSend) |
boolean |
ASTVisitor.visit(IFunctionCall functionCall) |
Modifier and Type | Method and Description |
---|---|
void |
InferEngine.endVisit(IFunctionCall functionCall) |
protected boolean |
InferEngine.handleFunctionCall(IFunctionCall messageSend) |
protected boolean |
InferEngine.handleFunctionCall(IFunctionCall messageSend,
org.eclipse.wst.jsdt.internal.compiler.ast.LocalDeclaration assignmentExpression) |
protected boolean |
InferEngine.isFunction(IFunctionCall messageSend,
char[][] names) |
protected boolean |
InferEngine.isFunction(IFunctionCall messageSend,
java.lang.String string)
Deprecated.
not used
|
boolean |
InferEngine.visit(IFunctionCall functionCall) |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.