/** * author: ali-erdem.ozcan@st.com */ package org.ow2.mind.idl.ast; /** * AST node interface for <code>PointerOf</code> elements. */ public interface PointerOf extends Type, TypeQualifier { }