org.ow2.mind.idl.ast.PointerOf 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 PointerOf
elements.
*/
public interface PointerOf extends Type, TypeQualifier {
}