polyglot.ast
Interface TypeNode

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps, Prefix, QualifierNode, Receiver, Typed
All Known Subinterfaces:
AmbTypeNode, ArrayTypeNode, CanonicalTypeNode, TrackedTypeNode
All Known Implementing Classes:
AmbTypeNode_c, ArrayTypeNode_c, CanonicalTypeNode_c, TrackedTypeNode_c, TypeNode_c

public interface TypeNode
extends Receiver, QualifierNode

A TypeNode is the syntactic representation of a Type within the abstract syntax tree.


Method Summary
 TypeNode type(Type type)
          Set the type object for this node.
 
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.ast.Typed
type
 
Methods inherited from interface polyglot.ast.QualifierNode
qualifier
 
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
 

Method Detail

type

TypeNode type(Type type)
Set the type object for this node.