package com.jetbrains.actionscript.profiler.base; /** * @author: Fedor.Korotkov */ public interface QNameProducer { String getQName(); }