All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.mind.idl.ast.ArrayOf Maven / Gradle / Ivy

The newest version!
/**
 * author: [email protected]
 */

package org.ow2.mind.idl.ast;

/**
 * AST node interface for ArrayOf elements.
 */
public interface ArrayOf
    extends
      Type,
      ConstantExpressionContainer,
      TypeContainer {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy