ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

Uses of Class
javafe.filespace.Resolve_AmbiguousName

Packages that use Resolve_AmbiguousName
javafe.filespace   
 

Uses of Resolve_AmbiguousName in javafe.filespace
 

Methods in javafe.filespace that throw Resolve_AmbiguousName
static Resolve_Result Resolve.lookup(Tree filespace, java.lang.String[] identifier)
          Lookup a multi-part identifier in a Java filespace in the same way that the Java compiler does so.
static Resolve_Result Resolve.lookupName(Tree filespace, java.lang.String identifier)
          Do a lookup using the result of parseIdentifier extended to allow '$' as an additional separator.
static Resolve_Result Resolve.lookupName(java.lang.String identifier)
          Convenience function: do a lookupName using the current namespace
 


ESC/Java2
© 2003,2004,2005 David Cok and Joseph Kiniry
© 2005 UCD Dublin
© 2003,2004 Radboud University Nijmegen
© 1999,2000 Compaq Computer Corporation
© 1997,1998,1999 Digital Equipment Corporation
All Rights Reserved

The ESC/Java2 Project Homepage