Searched defs:IncludeEntry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DIncludeEntry.java47 public class IncludeEntry extends SymtabEntry class in inherits:SymtabEntry
49 protected IncludeEntry () method in class:IncludeEntry
55 protected IncludeEntry (SymtabEntry that) method in class:IncludeEntry
62 protected IncludeEntry (IncludeEntry that) method in class:IncludeEntry
69 return new IncludeEntry (this);
106 /** Add an IncludeEntry to the list of files which this included
108 public void addInclude (IncludeEntry entry)
125 } // class IncludeEntry

Completed in 37 milliseconds