polyglot.ext.ibex.ast
Interface RhsCaseNode

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps, RhsNode, Term
All Known Implementing Classes:
RhsCaseNode_c

public interface RhsCaseNode
extends RhsNode

Tag interface for elements of a rule RHS.


Method Summary
 java.util.List elements()
           
 RhsCaseNode elements(java.util.List elements)
           
 
Methods inherited from interface polyglot.ext.ibex.ast.RhsNode
action, action, allElements, rhs
 
Methods inherited from interface polyglot.ast.Term
acceptCFG, entry, reachable, reachable
 
Methods inherited from interface polyglot.ast.Node
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge, visitList
 
Methods inherited from interface polyglot.ast.JL
init, node
 
Methods inherited from interface polyglot.ast.NodeOps
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguate, disambiguateEnter, enterScope, enterScope, exceptionCheck, exceptionCheckEnter, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, visitChildren
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

elements

public java.util.List elements()

elements

public RhsCaseNode elements(java.util.List elements)