fr.emn.reactiveinput.descriptor
Interface InDescriptor

All Known Implementing Classes:
IDAnd, IDAny, IDDeclare, IDError, IDIndex, IDMutable, IDName, IDNot, IDOr, IDType

public interface InDescriptor


Method Summary
 boolean contains(In slot)
          Returns true if this descriptor contains given slot.
 java.lang.String getString()
          Returns the string form of this descriptor.
 

Method Detail

contains

public boolean contains(In slot)
Returns true if this descriptor contains given slot.


getString

public java.lang.String getString()
Returns the string form of this descriptor.

Returns null if the descriptor is not valid.