| Package | Description |
|---|---|
| sun.rmi.rmic | |
| sun.rmi.rmic.iiop | |
| sun.tools.asm | |
| sun.tools.java | |
| sun.tools.javac | |
| sun.tools.tree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RMIConstants
WARNING: The contents of this source file are not part of any
supported API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Main
Main "rmic" program.
|
class |
RemoteClass
A RemoteClass object encapsulates RMI-specific information about
a remote implementation class, i.e.
|
class |
RMIGenerator
A Generator object will generate the Java source code of the stub
and skeleton classes for an RMI remote implementation class, using
a particular stub protocol version.
|
class |
Util
Util provides static utility methods used by other rmic classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractType
AbstractType represents any non-special interface which does not
inherit from java.rmi.Remote, for which all methods throw RemoteException.
|
class |
ArrayType
ArrayType is a wrapper for any of the other types.
|
class |
ClassType
ClassType is an abstract base representing any non-special class
type.
|
class |
CompoundType
A CompoundType is an abstract base class for all IIOP class and
interface types.
|
class |
Generator
Generator provides a small framework from which IIOP-specific
generators can inherit.
|
class |
IDLGenerator
An IDL generator for rmic.
|
class |
IDLNames
IDLNames provides static utility methods to perform the IDL
name mappings specified in Chapter 5 of the Java Language
to IDL specification.
|
class |
ImplementationType
ImplementationType represents any non-special class which implements
one or more interfaces which inherit from java.rmi.Remote.
|
class |
InterfaceType
InterfaceType is an abstract base representing any non-special
interface type.
|
class |
NCClassType
NCClassType represents any non-special class which does not
extends one or more interfaces which inherit from java.rmi.Remote.
|
class |
NCInterfaceType
NCInterfaceType represents any non-special, non-conforming interface.
|
class |
PrimitiveType
PrimitiveType wraps primitive types and void.
|
class |
PrintGenerator
An IDL generator for rmic.
|
class |
RemoteType
RemoteType represents any non-special interface which inherits
from java.rmi.Remote.
|
class |
SpecialClassType
SpecialClassType represents any one of the following types:
|
class |
SpecialInterfaceType
SpecialInterfaceType represents any one of the following types:
|
class |
StubGenerator
An IIOP stub/tie generator for rmic.
|
class |
Type
Type is an abstract base class for a family of types which provide
conformance checking and name mapping as defined in the "Java to IDL
Mapping" OMG specification.
|
class |
ValueType
ValueType represents any non-special class which does inherit from
java.io.Serializable and does not inherit from java.rmi.Remote.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Assembler
This class is used to assemble the bytecode instructions for a method.
|
class |
ConstantPool
A table of constants
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Instruction
An Java instruction
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Label
A label instruction.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Constants
This interface defines constant that are used
throughout the compiler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryAttribute
This class is used to represent an attribute from a binary class.
|
class |
BinaryClass
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryCode
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryConstantPool
This class is used to represent a constant table once
it is read from a class file.
|
class |
BinaryMember
This class represents a binary member
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ClassDeclaration
This class represents an Java class declaration.
|
class |
ClassDefinition
This class is a Java class definition
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Environment
This class defines the environment for a compilation.
|
class |
Identifier
A class to represent identifiers.
|
class |
Imports
This class describes the classes and packages imported
from a source file.
|
class |
MemberDefinition
This class defines a member of a Java class:
a variable, a method, or an inner class.
|
class |
MethodType
This class represents an Java method type.
|
class |
Parser
This class is used to parse Java statements and expressions.
|
class |
Scanner
A Scanner for Java tokens.
|
class |
ScannerInputReader
An input stream for java programs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchEnvironment
Deprecated.
|
class |
BatchParser
Deprecated.
|
class |
SourceClass
Deprecated.
|
class |
SourceMember
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AndExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ArrayAccessExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ArrayExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignAddExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignBitAndExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignBitOrExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignBitXorExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignDivideExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignMultiplyExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignOpExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignRemainderExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignShiftLeftExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignSubtractExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
AssignUnsignedShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryArithmeticExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryAssignExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryBitExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryCompareExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryEqualityExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryLogicalExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BinaryShiftExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitAndExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitNotExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitOrExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BitXorExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BooleanExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
BreakStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ByteExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CaseStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CastExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CatchStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CharExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CheckContext
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CommaExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
CompoundStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ConditionalExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Context
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ContinueStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ConvertExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DeclarationStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DivideExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DivRemExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DoStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
DoubleExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
EqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Expression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ExpressionStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ExprExpression
Parenthesized expressions.
|
class |
FieldExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
FinallyStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
FloatExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ForStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
GreaterExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
GreaterOrEqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IdentifierExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IfStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IncDecExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InlineMethodExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InlineNewInstanceExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InlineReturnStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
InstanceOfExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IntegerExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
IntExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LengthExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LessExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LessOrEqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LocalMember
A local Field
WARNING: The contents of this source file are not part of any
supported API.
|
class |
LongExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
MethodExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
MultiplyExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NaryExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NegativeExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NewArrayExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NewInstanceExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Node
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NotEqualExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NotExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
NullExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
OrExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PositiveExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PostDecExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PostIncExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PreDecExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
PreIncExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
RemainderExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ReturnStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ShiftLeftExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ShortExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Statement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
StringExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SubtractExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SuperExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SwitchStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
SynchronizedStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ThisExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
ThrowStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
TryStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
TypeExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
UnaryExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
UnsignedShiftRightExpression
WARNING: The contents of this source file are not part of any
supported API.
|
class |
UplevelReference
A reference from one scope to another.
|
class |
VarDeclarationStatement
WARNING: The contents of this source file are not part of any
supported API.
|
class |
Vset
WARNING: The contents of this source file are not part of any
supported API.
|
class |
WhileStatement
WARNING: The contents of this source file are not part of any
supported API.
|
Copyright © 2017. All Rights Reserved.