polyglot.ext.coffer.ast
Interface CanonicalKeySetNode

All Superinterfaces:
java.lang.Cloneable, Copy, JL, KeySetNode, Node, NodeOps
All Known Implementing Classes:
CanonicalKeySetNode_c

public interface CanonicalKeySetNode
extends KeySetNode

A canonical key set AST node. This is just an AST node veneer around a KeySet type object.


Method Summary
 CanonicalKeySetNode keys(KeySet keys)
           
 
Methods inherited from interface polyglot.ext.coffer.ast.KeySetNode
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

CanonicalKeySetNode keys(KeySet keys)