Class RefersToSameSymbol

java.lang.Object
org.ek9lang.compiler.support.RefersToSameSymbol
All Implemented Interfaces:
BiPredicate<ISymbol,ISymbol>

public class RefersToSameSymbol extends Object implements BiPredicate<ISymbol,ISymbol>
Rather than just check if the actual ISymbols are the same, this code checks if two symbols actually refer to the same source token from the same source file.