jltools.ast
Interface AmbPrefix

All Superinterfaces:
Ambiguous, java.lang.Cloneable, Copy, Node, Prefix, java.io.Serializable
All Known Implementing Classes:
AmbPrefix_c

public interface AmbPrefix
extends Prefix, Ambiguous

An AmbPrefix is an ambiguous AST node composed of dot-separated list of identifiers that must resolve to a prefix.


Method Summary
 java.lang.String name()
           
 Prefix prefix()
           
 
Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 

Method Detail

prefix

public Prefix prefix()

name

public java.lang.String name()