Uses of Class
org.glassfish.rmic.iiop.BatchEnvironment
Packages that use BatchEnvironment
-
Uses of BatchEnvironment in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as BatchEnvironmentModifier and TypeFieldDescriptionprivate BatchEnvironment
ContextStack.env
private BatchEnvironment
Generator.env
protected BatchEnvironment
Type.env
Methods in org.glassfish.rmic.iiop that return BatchEnvironmentModifier and TypeMethodDescriptionContextStack.getEnv()
Get the environment.Type.getEnv()
Return the compiler environment for this type.Methods in org.glassfish.rmic.iiop with parameters of type BatchEnvironmentModifier and TypeMethodDescriptionprivate static void
Util.ensureDirectory
(File dir, BatchEnvironment env) static NameContext
NameContext.forName
(String name, boolean allowCollisions, BatchEnvironment env) Get a context for the given name.private void
Generator.generateOutputFiles
(CompoundType topType, BatchEnvironment env, File destDir) Create and return a new instance of self.static String
IDLNames.getClassOrInterfaceName
(Identifier id, BatchEnvironment env) Convert a type name.private static int
IDLNames.getInitialAttributeKind
(CompoundType.Method method, BatchEnvironment env) static String
IDLNames.getMemberOrMethodName
(NameContext nameContext, String name, BatchEnvironment env) Convert a name.static String[]
IDLNames.getModuleNames
(Identifier theID, boolean boxIt, BatchEnvironment env) Convert a qualified Identifier into an array of IDL names.protected abstract File
Generator.getOutputDirectory
(File destinationDir, Identifier id, BatchEnvironment environment) protected File
IDLGenerator.getOutputDirectory
(File destinationDir, Identifier id, BatchEnvironment environment) protected File
StubGenerator.getOutputDirectory
(File destinationDir, Identifier id, BatchEnvironment environment) private static File
Util.getOutputDirectoryFor
(Identifier theClass, File rootDir, BatchEnvironment env, boolean idl) Return the directory that should be used for output for a given class.static File
Util.getOutputDirectoryForIDL
(Identifier theClass, File rootDir, BatchEnvironment env) static File
Util.getOutputDirectoryForStub
(Identifier theClass, File rootDir, BatchEnvironment env) static boolean
CompoundType.isRemoteException
(ClassType ex, BatchEnvironment env) protected void
Generator.postProcessFile
(BatchEnvironment env, File file) protected void
StubGenerator.postProcessFile
(BatchEnvironment env, File file) static void
IDLNames.setMemberNames
(CompoundType container, CompoundType.Member[] allMembers, CompoundType.Method[] allMethods, BatchEnvironment env) Set all the member names in a given class.static void
IDLNames.setMethodNames
(CompoundType container, CompoundType.Method[] allMethods, BatchEnvironment env) Set all the method names in a given class.Constructors in org.glassfish.rmic.iiop with parameters of type BatchEnvironment