polyglot.ext.ibex.types
Interface Rhs

All Superinterfaces:
java.lang.Cloneable, Copy, java.io.Serializable, TypeObject
All Known Subinterfaces:
RhsCase, RhsMerge
All Known Implementing Classes:
RhsCase_c, RhsMerge_c

public interface Rhs
extends TypeObject


Method Summary
 java.util.List actionMethodFormalTypes()
           
 java.lang.String actionMethodName(Nonterminal lhs)
           
 boolean matches(Rhs rhs)
           
 
Methods inherited from interface polyglot.types.TypeObject
equalsImpl, isCanonical, position, typeSystem
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

actionMethodName

public java.lang.String actionMethodName(Nonterminal lhs)

actionMethodFormalTypes

public java.util.List actionMethodFormalTypes()

matches

public boolean matches(Rhs rhs)