Class TypeContext

java.lang.Object
org.glassfish.rmic.iiop.TypeContext

class TypeContext extends Object
  • Field Details

    • code

      private int code
    • element

      private ContextElement element
    • isValue

      private boolean isValue
  • Constructor Details

    • TypeContext

      TypeContext()
  • Method Details

    • set

      public void set(int code, ContextElement element)
    • getCode

      public int getCode()
    • getName

      public String getName()
    • getCandidateType

      public Type getCandidateType()
    • getTypeDescription

      public String getTypeDescription()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isValue

      public boolean isValue()
    • isConstant

      public boolean isConstant()
    • destroy

      public void destroy()