EDITOR : Added VariableBinding for ananoymous function. 84/22584/2
authorJaeheung Kim <jaeheung.kim@samsung.com>
Mon, 9 Jun 2014 05:02:55 +0000 (14:02 +0900)
committerJaeheung Kim <jaeheung.kim@samsung.com>
Mon, 9 Jun 2014 05:02:55 +0000 (14:02 +0900)
commit742b45a4fad77168ed4b3a384d720c0f5772ff0a
tree7a04024d3f541b8b6bf61211b247ba783a192cc0
parentcb332319e14247c35d20cfe0e52c40602da783c7
EDITOR : Added VariableBinding for ananoymous function.

Change-Id: Ic396b14f3ce8350c87655e4e008ba5580282b3c9
Signed-off-by: Jaeheung Kim <jaeheung.kim@samsung.com>
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/codeassist/select/SelectionOnMessageSend.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/compiler/ast/SingleNameReference.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/compiler/lookup/BlockScope.java [new file with mode: 0644]
org.eclipse.wst.jsdt.core.patch/src/org/eclipse/wst/jsdt/internal/compiler/lookup/MethodBinding.java [new file with mode: 0644]