Package org.wildfly.iiop.openjdk.rmi
Class ConstantAnalysis
java.lang.Object
org.wildfly.iiop.openjdk.rmi.ConstantAnalysis
Constant analysis.
Routines here are conforming to the "Java(TM) Language to IDL Mapping
Specification", version 1.1 (01-06-07).
- Version:
- $Revision: 81018 $
- Author:
- Ole Husgaard
-
Method Summary
Modifier and TypeMethodDescriptionReturn my unqualified IDL name.Return my unqualified java name.getType()Return my Java type.getValue()Return my value.voidinsertValue(org.omg.CORBA.Any any) Insert the constant value into the argument Any.
-
Method Details
-
getType
Return my Java type. -
getValue
Return my value. -
insertValue
public void insertValue(org.omg.CORBA.Any any) Insert the constant value into the argument Any. -
getIDLName
Return my unqualified IDL name. -
getJavaName
Return my unqualified java name.
-