| Index: compiler/java/com/google/dart/compiler/ast/DartIdentifier.java
|
| diff --git a/compiler/java/com/google/dart/compiler/ast/DartIdentifier.java b/compiler/java/com/google/dart/compiler/ast/DartIdentifier.java
|
| index fcd2a515fa429e3e876d80396c77d3036ad0bde0..410f221b958dae67c6933311fbb7755f685bbbb3 100644
|
| --- a/compiler/java/com/google/dart/compiler/ast/DartIdentifier.java
|
| +++ b/compiler/java/com/google/dart/compiler/ast/DartIdentifier.java
|
| @@ -50,6 +50,10 @@ public class DartIdentifier extends DartExpression implements ElementReference {
|
| return targetName;
|
| }
|
|
|
| + /**
|
| + * Different access from getSymbol() to help distinguish parts of an expression
|
| + * when walking a DartPropertyAccess.
|
| + */
|
| public Element getTargetSymbol() {
|
| return targetSymbol;
|
| }
|
|
|