org.eclipse.xtend.expression
Class ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey

java.lang.Object
  extended by org.eclipse.internal.xtend.util.Triplet<Resource,java.lang.String,java.util.List<Type>>
      extended by org.eclipse.xtend.expression.ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
ExecutionContextImpl

protected static final class ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey
extends Triplet<Resource,java.lang.String,java.util.List<Type>>

See Also:
Serialized Form

Constructor Summary
ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey(Resource first, java.lang.String second, java.util.List<Type> third)
           
 
Method Summary
 int hashCode()
           
 
Methods inherited from class org.eclipse.internal.xtend.util.Triplet
clone, equals, getFirst, getSecond, getThird, setFirst, setSecond, setThird, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey

public ExecutionContextImpl.ExtensionsForNameAndTypeCacheKey(Resource first,
                                                             java.lang.String second,
                                                             java.util.List<Type> third)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Triplet<Resource,java.lang.String,java.util.List<Type>>