package com.siberika.idea.pascal.lang; /** * Author: George Bakhtadze * Date: 21/12/2015 */ public enum UsedUnitStatus { USED_IN_IMPL, USED, UNUSED, UNKNOWN }