|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionRef | |
---|---|
org.eclipse.wst.jsdt.core.dom |
Uses of FunctionRef in org.eclipse.wst.jsdt.core.dom |
---|
Methods in org.eclipse.wst.jsdt.core.dom that return FunctionRef | |
---|---|
FunctionRef |
AST.newFunctionRef()
Creates and returns a new method reference node. |
FunctionRef |
AST.newMethodRef()
Deprecated. Use AST.newFunctionRef() instead |
Methods in org.eclipse.wst.jsdt.core.dom with parameters of type FunctionRef | |
---|---|
void |
ASTVisitor.endVisit(FunctionRef node)
End of visit the given type-specific AST node. |
boolean |
ASTMatcher.match(FunctionRef node,
java.lang.Object other)
Returns whether the given node and the other object match. |
boolean |
ASTVisitor.visit(FunctionRef node)
Visits the given type-specific AST node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |