jltools.ast
Interface AmbReceiver

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

public interface AmbReceiver
extends Ambiguous, Receiver

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


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
 
Methods inherited from interface jltools.ast.Typed
type
 

Method Detail

prefix

public Prefix prefix()

name

public java.lang.String name()