Package org.glassfish.rmic.iiop
Class TypeContext
- java.lang.Object
-
- org.glassfish.rmic.iiop.TypeContext
-
class TypeContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
code
private ContextElement
element
private boolean
isValue
-
Constructor Summary
Constructors Constructor Description TypeContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
Type
getCandidateType()
int
getCode()
java.lang.String
getName()
java.lang.String
getTypeDescription()
boolean
isConstant()
boolean
isValue()
void
set(int code, ContextElement element)
java.lang.String
toString()
-
-
-
Field Detail
-
code
private int code
-
element
private ContextElement element
-
isValue
private boolean isValue
-
-
Method Detail
-
set
public void set(int code, ContextElement element)
-
getCode
public int getCode()
-
getName
public java.lang.String getName()
-
getCandidateType
public Type getCandidateType()
-
getTypeDescription
public java.lang.String getTypeDescription()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isValue
public boolean isValue()
-
isConstant
public boolean isConstant()
-
destroy
public void destroy()
-
-