Uses of Class
com.sun.tools.corba.ee.idl.IncludeEntry
Packages that use IncludeEntry
-
Uses of IncludeEntry in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl declared as IncludeEntryModifier and TypeFieldDescriptionprivate IncludeEntry
SymtabEntry._sourceFile
(package private) IncludeEntry
ScannerData.fileEntry
Fields in com.sun.tools.corba.ee.idl with type parameters of type IncludeEntryModifier and TypeFieldDescriptionprivate Vector
<IncludeEntry> Compile.includeEntries
This is a vector of IncludeEntry's.(package private) Vector
<IncludeEntry> Parser.includeEntries
private Vector
<IncludeEntry> IncludeEntry.includeList
List of files this file includesMethods in com.sun.tools.corba.ee.idl that return IncludeEntryModifier and TypeMethodDescription(package private) IncludeEntry
Scanner.fileEntry()
DefaultSymtabFactory.includeEntry()
DefaultSymtabFactory.includeEntry
(SymtabEntry container) SymtabFactory.includeEntry()
SymtabFactory.includeEntry
(SymtabEntry container) SymtabEntry.sourceFile()
The file name in which this entry was defined.Methods in com.sun.tools.corba.ee.idl that return types with arguments of type IncludeEntryModifier and TypeMethodDescriptionIncludeEntry.includes()
Get the list of files which this file includes.Methods in com.sun.tools.corba.ee.idl with parameters of type IncludeEntryModifier and TypeMethodDescriptionvoid
IncludeEntry.addInclude
(IncludeEntry entry) Add an IncludeEntry to the list of files which this included file includes.void
IncludeGen.generate
(Hashtable symbolTable, IncludeEntry entry, PrintWriter stream) void
Noop.generate
(Hashtable symbolTable, IncludeEntry entry, PrintWriter stream) private void
Preprocessor.include2
(IncludeEntry include) private void
Preprocessor.include3
(IncludeEntry include) private void
Preprocessor.include4
(IncludeEntry include, String filename) (package private) void
Scanner.readFile
(IncludeEntry file) (package private) void
Scanner.readFile
(IncludeEntry file, String filename) (package private) void
Scanner.scanIncludedFile
(IncludeEntry file, String filename, boolean includeIsImport) void
SymtabEntry.sourceFile
(IncludeEntry file) The file name in which this entry was defined.Constructors in com.sun.tools.corba.ee.idl with parameters of type IncludeEntryModifierConstructorDescriptionprotected
IncludeEntry
(IncludeEntry that) (package private)
Scanner
(IncludeEntry file, String[] keywords, boolean vbose, boolean emitAllIncludes, float cLevel, boolean debug)