Uses of Class
edu.rit.classfile.PrimitiveReference

Packages that use PrimitiveReference
edu.rit.classfile Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. 
 

Uses of PrimitiveReference in edu.rit.classfile
 

Fields in edu.rit.classfile declared as PrimitiveReference
static PrimitiveReference PrimitiveReference.BOOLEAN
          The primitive reference object for type boolean.
static PrimitiveReference PrimitiveReference.BYTE
          The primitive reference object for type byte.
static PrimitiveReference PrimitiveReference.CHAR
          The primitive reference object for type char.
static PrimitiveReference PrimitiveReference.DOUBLE
          The primitive reference object for type double.
static PrimitiveReference PrimitiveReference.FLOAT
          The primitive reference object for type float.
static PrimitiveReference PrimitiveReference.INT
          The primitive reference object for type int.
static PrimitiveReference PrimitiveReference.LONG
          The primitive reference object for type long.
static PrimitiveReference PrimitiveReference.SHORT
          The primitive reference object for type short.
 

Methods in edu.rit.classfile that return PrimitiveReference
static PrimitiveReference PrimitiveReference.forClassName(String theClassName)
          Returns the primitive reference corresponding to the given class name.
static PrimitiveReference PrimitiveReference.forDescriptor(char theDescriptor)
          Returns the primitive reference corresponding to the given type descriptor character.
static PrimitiveReference PrimitiveReference.forDescriptor(String theDescriptor)
          Returns the primitive reference corresponding to the given type descriptor.
 

Methods in edu.rit.classfile with parameters of type PrimitiveReference
static Instruction Op.NEWARRAY(PrimitiveReference theType)
          A newarray instruction.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.