org.ow2.mind.idl.ast.ArrayOf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of idl-frontend Show documentation
Show all versions of idl-frontend Show documentation
Front-end components for the IDL language of the Mind programming model.
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 {
}