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 IncludeEntrySymtabEntry._sourceFile(package private) IncludeEntryScannerData.fileEntryFields in com.sun.tools.corba.ee.idl with type parameters of type IncludeEntryModifier and TypeFieldDescriptionprivate Vector<IncludeEntry> Compile.includeEntriesThis is a vector of IncludeEntry's.(package private) Vector<IncludeEntry> Parser.includeEntriesprivate Vector<IncludeEntry> IncludeEntry.includeListList of files this file includesMethods in com.sun.tools.corba.ee.idl that return IncludeEntryModifier and TypeMethodDescription(package private) IncludeEntryScanner.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 TypeMethodDescriptionvoidIncludeEntry.addInclude(IncludeEntry entry) Add an IncludeEntry to the list of files which this included file includes.voidIncludeGen.generate(Hashtable symbolTable, IncludeEntry entry, PrintWriter stream) voidNoop.generate(Hashtable symbolTable, IncludeEntry entry, PrintWriter stream) private voidPreprocessor.include2(IncludeEntry include) private voidPreprocessor.include3(IncludeEntry include) private voidPreprocessor.include4(IncludeEntry include, String filename) (package private) voidScanner.readFile(IncludeEntry file) (package private) voidScanner.readFile(IncludeEntry file, String filename) (package private) voidScanner.scanIncludedFile(IncludeEntry file, String filename, boolean includeIsImport) voidSymtabEntry.sourceFile(IncludeEntry file) The file name in which this entry was defined.Constructors in com.sun.tools.corba.ee.idl with parameters of type IncludeEntryModifierConstructorDescriptionprotectedIncludeEntry(IncludeEntry that) (package private)Scanner(IncludeEntry file, String[] keywords, boolean vbose, boolean emitAllIncludes, float cLevel, boolean debug)