Package org.ek9lang.compiler.support
Class RefersToSameSymbol
java.lang.Object
org.ek9lang.compiler.support.RefersToSameSymbol
- All Implemented Interfaces:
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.
-
Constructor Details
-
RefersToSameSymbol
public RefersToSameSymbol()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<ISymbol,
ISymbol>
-