polyglot.ext.ibex.ast
Interface IbexClassMember

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps
All Known Subinterfaces:
RuleDecl, TerminalDecl
All Known Implementing Classes:
RuleDecl_c, TerminalDecl_c

public interface IbexClassMember
extends Node

Node representing a semantic action.


Method Summary
 java.util.List rewrite(Rewriter rw)
           
 
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

rewrite

public java.util.List rewrite(Rewriter rw)
                       throws SemanticException
Throws:
SemanticException