public int hashCode()

in reactor/Core/src/jetbrains/mps/logic/reactor/evaluation/EvaluationSession.java [69:71]


        public int hashCode() {
            return name != null ? name.hashCode() : 0;
        }