polyglot.ext.ibex.types
Interface RhsCase

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

public interface RhsCase
extends Rhs


Method Summary
 java.util.List elements()
           
 boolean hasSameElements(RhsCase rhs)
           
 java.util.List tags()
           
 
Methods inherited from interface polyglot.ext.ibex.types.Rhs
actionMethodFormalTypes, actionMethodName, matches
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

elements

public java.util.List elements()

tags

public java.util.List tags()

hasSameElements

public boolean hasSameElements(RhsCase rhs)