| Package | Description |
|---|---|
| sun.rmi.rmic.iiop |
| Modifier and Type | Field and Description |
|---|---|
protected BatchEnvironment |
Type.env |
protected BatchEnvironment |
Generator.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 |
|---|---|
protected void |
Generator.generateOutputFiles(CompoundType topType,
BatchEnvironment env,
java.io.File destDir)
Create and return a new instance of self.
|
static java.lang.String |
IDLNames.getClassOrInterfaceName(Identifier id,
BatchEnvironment env)
Convert a type name.
|
static java.lang.String |
IDLNames.getMemberOrMethodName(sun.rmi.rmic.iiop.NameContext nameContext,
java.lang.String name,
BatchEnvironment env)
Convert a name.
|
static java.lang.String[] |
IDLNames.getModuleNames(Identifier theID,
boolean boxIt,
BatchEnvironment env)
Convert a qualified Identifier into an array of IDL names.
|
static java.io.File |
Util.getOutputDirectoryForIDL(Identifier theClass,
java.io.File rootDir,
BatchEnvironment env) |
static java.io.File |
Util.getOutputDirectoryForStub(Identifier theClass,
java.io.File rootDir,
BatchEnvironment env) |
static boolean |
CompoundType.isRemoteException(ClassType ex,
BatchEnvironment env) |
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. All Rights Reserved.