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 BatchEnvironmentMethods 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 TypeMethodDescriptionstatic StringIDLNames.getClassOrInterfaceName(Identifier id, BatchEnvironment env) Convert a type name.static StringIDLNames.getMemberOrMethodName(org.glassfish.rmic.iiop.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 FileGenerator.getOutputDirectory(File destinationDir, Identifier id, BatchEnvironment environment) protected FileIDLGenerator.getOutputDirectory(File destinationDir, Identifier id, BatchEnvironment environment) protected FileStubGenerator.getOutputDirectory(File destinationDir, Identifier id, BatchEnvironment environment) static FileUtil.getOutputDirectoryForIDL(Identifier theClass, File rootDir, BatchEnvironment env) static FileUtil.getOutputDirectoryForStub(Identifier theClass, File rootDir, BatchEnvironment env) static booleanCompoundType.isRemoteException(ClassType ex, BatchEnvironment env) protected voidGenerator.postProcessFile(BatchEnvironment env, File file) protected voidStubGenerator.postProcessFile(BatchEnvironment env, File file) static voidIDLNames.setMemberNames(CompoundType container, CompoundType.Member[] allMembers, CompoundType.Method[] allMethods, BatchEnvironment env) Set all the member names in a given class.static voidIDLNames.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