polyglot.ext.coffer.types
Interface ThrowConstraint

All Superinterfaces:
java.lang.Cloneable, Copy, java.io.Serializable, TypeObject
All Known Implementing Classes:
ThrowConstraint_c

public interface ThrowConstraint
extends TypeObject


Method Summary
 KeySet keys()
           
 void setKeys(KeySet keys)
           
 void setThrowType(Type throwType)
           
 Type throwType()
           
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

keys

KeySet keys()

setKeys

void setKeys(KeySet keys)

throwType

Type throwType()

setThrowType

void setThrowType(Type throwType)