polyglot.ast
Interface AmbReceiver

All Superinterfaces:
Ambiguous, java.lang.Cloneable, Copy, JL, Node, NodeOps, Prefix, Receiver, 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()
          Ambiguous name.
 Prefix prefix()
          Prefix of the receiver.
 
Methods inherited from interface polyglot.ast.Typed
type
 

Method Detail

prefix

Prefix prefix()
Prefix of the receiver.


name

java.lang.String name()
Ambiguous name.