polyglot.ext.ibex.types
Interface RhsMerge

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

public interface RhsMerge
extends Rhs


Method Summary
 RhsCase rhs1()
           
 RhsCase rhs2()
           
 
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

rhs1

public RhsCase rhs1()

rhs2

public RhsCase rhs2()