| Package | Description |
|---|---|
| org.glassfish.rmic.iiop |
| Modifier and Type | Field and Description |
|---|---|
protected BatchEnvironment |
Type.env |
| Modifier and Type | Method and Description |
|---|---|
BatchEnvironment |
Type.getEnv()
Return the compiler environment for this type.
|
BatchEnvironment |
ContextStack.getEnv()
Get the environment.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IDLNames.getClassOrInterfaceName(Identifier id,
BatchEnvironment env)
Convert a type name.
|
static String |
IDLNames.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 File |
StubGenerator.getOutputDirectory(File destinationDir,
Identifier id,
BatchEnvironment environment) |
protected File |
IDLGenerator.getOutputDirectory(File destinationDir,
Identifier id,
BatchEnvironment environment) |
protected abstract File |
Generator.getOutputDirectory(File destinationDir,
Identifier id,
BatchEnvironment environment) |
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 |
StubGenerator.postProcessFile(BatchEnvironment env,
File file) |
protected void |
Generator.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.
|
| Constructor and Description |
|---|
ContextStack(BatchEnvironment env)
Constructor.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.