Uses of Class
com.sun.tools.corba.ee.idl.IncludeEntry
-
Packages that use IncludeEntry Package Description com.sun.tools.corba.ee.idl -
-
Uses of IncludeEntry in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl declared as IncludeEntry Modifier and Type Field Description private IncludeEntrySymtabEntry. _sourceFile(package private) IncludeEntryScannerData. fileEntryFields in com.sun.tools.corba.ee.idl with type parameters of type IncludeEntry Modifier and Type Field Description private java.util.Vector<IncludeEntry>Compile. includeEntriesThis is a vector of IncludeEntry's.(package private) java.util.Vector<IncludeEntry>Parser. includeEntriesprivate java.util.Vector<IncludeEntry>IncludeEntry. includeListList of files this file includesMethods in com.sun.tools.corba.ee.idl that return IncludeEntry Modifier and Type Method Description (package private) IncludeEntryScanner. fileEntry()IncludeEntryDefaultSymtabFactory. includeEntry()IncludeEntryDefaultSymtabFactory. includeEntry(SymtabEntry container)IncludeEntrySymtabFactory. includeEntry()IncludeEntrySymtabFactory. includeEntry(SymtabEntry container)IncludeEntrySymtabEntry. 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 IncludeEntry Modifier and Type Method Description java.util.Vector<IncludeEntry>IncludeEntry. includes()Get the list of files which this file includes.Methods in com.sun.tools.corba.ee.idl with parameters of type IncludeEntry Modifier and Type Method Description voidIncludeEntry. addInclude(IncludeEntry entry)Add an IncludeEntry to the list of files which this included file includes.voidIncludeGen. generate(java.util.Hashtable symbolTable, IncludeEntry entry, java.io.PrintWriter stream)voidNoop. generate(java.util.Hashtable symbolTable, IncludeEntry entry, java.io.PrintWriter stream)private voidPreprocessor. include2(IncludeEntry include)private voidPreprocessor. include3(IncludeEntry include)private voidPreprocessor. include4(IncludeEntry include, java.lang.String filename)(package private) voidScanner. readFile(IncludeEntry file)(package private) voidScanner. readFile(IncludeEntry file, java.lang.String filename)(package private) voidScanner. scanIncludedFile(IncludeEntry file, java.lang.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 IncludeEntry Constructor Description IncludeEntry(IncludeEntry that)Scanner(IncludeEntry file, java.lang.String[] keywords, boolean vbose, boolean emitAllIncludes, float cLevel, boolean debug)
-