Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mlsub.typing
Interface AtomicKind  view AtomicKind download AtomicKind.java

All Superinterfaces:
mlsub.typing.lowlevel.Kind
All Known Implementing Classes:
NullnessKind, Variance

public interface AtomicKind
extends mlsub.typing.lowlevel.Kind

An atomic kind. Its elements cannot be further decomposed, they are compared in a constraint.

Version:
$Date: 2002/08/01 00:27:53 $

Method Summary
 int arity()
          arity of the elements.
 mlsub.typing.lowlevel.Engine.Constraint getConstraint()
           
 
Methods inherited from interface mlsub.typing.lowlevel.Kind
freshMonotype, leq, leq, register
 

Method Detail

getConstraint

public mlsub.typing.lowlevel.Engine.Constraint getConstraint()

arity

public int arity()
arity of the elements.