package org.simantics.scl.compiler.parser.regexp; public interface Namer { String getName(int symbolId); }