KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > SOFA > SOFAnode > Made > TIR > PrimitiveDef


1 /* $Id: PrimitiveDef.java,v 1.1.1.1 2003/02/11 16:19:41 bures Exp $ */
2 package SOFA.SOFAnode.Made.TIR;
3 import java.rmi.RemoteException JavaDoc;
4
5 /** Interface for the primitive types */
6 public interface PrimitiveDef extends CDLType {
7   /** Kind of this primitive type */
8   public PrimitiveKind kind() throws RemoteException JavaDoc;
9 }
10
Popular Tags