polyglot.ext.coffer.ast
Interface KeySetNode

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps
All Known Subinterfaces:
AmbKeySetNode, CanonicalKeySetNode
All Known Implementing Classes:
AmbKeySetNode_c, CanonicalKeySetNode_c

public interface KeySetNode
extends Node

An AST node for a KeySet. The key set may be ambiguous.


Method Summary
 KeySet keys()
           
 
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

keys

KeySet keys()