org.inxar.jenesis
Interface ClassLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface ClassLiteral
extends Literal

Literal subinterface for class literals.


Method Summary
 java.lang.Class toClass()
          Returns the Class value of the Literal.
 
Methods inherited from interface org.inxar.jenesis.Literal
toObject
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

toClass

public java.lang.Class toClass()
Returns the Class value of the Literal.