package me.tomassetti.turin.parser.ast; public interface Named { String getName(); }