polyglot.ast
Interface ClassMember

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps, Term
All Known Subinterfaces:
ClassDecl, CodeDecl, CofferClassDecl, CofferConstructorDecl, CofferMethodDecl, ConstructorDecl, FieldDecl, Initializer, MethodDecl, ProcedureDecl
All Known Implementing Classes:
ClassDecl_c, CofferClassDecl_c, CofferConstructorDecl_c, CofferMethodDecl_c, ConstructorDecl_c, FieldDecl_c, Initializer_c, MethodDecl_c

public interface ClassMember
extends Term

A ClassMember is a method, a constructor, a field, an initializer block, or another class declaration. It is any node that may occur directly inside a class body.


Method Summary
 
Methods inherited from interface polyglot.ast.Term
acceptCFG, entry, exceptions, exceptions, 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