source: trunk/src/ws/fugue88/jpath/Selector.java

Last change on this file was 2, checked in by dsowen, 21 years ago

Initial commit.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 252 bytes
Line 
1/*
2 * Created on Aug 2, 2005
3 *
4 * $Log$
5 * Revision 1.1  2005/08/03 00:35:29  dsowen
6 * Initial commit.
7 *
8 */
9package ws.fugue88.jpath;
10
11/**
12 * @author dsowen
13 */
14public abstract class Selector extends PathPart {
15
16        public abstract Object getKey();
17}
Note: See TracBrowser for help on using the repository browser.