Uses of Class
de.upb.hni.vmagic.literal.AbstractLiteral

Packages that use AbstractLiteral
de.upb.hni.vmagic.literal Contains literal meta classes. 
de.upb.hni.vmagic.type Contains type meta classes. 
 

Uses of AbstractLiteral in de.upb.hni.vmagic.literal
 

Subclasses of AbstractLiteral in de.upb.hni.vmagic.literal
 class BasedLiteral
          Based literal.
 class DecimalLiteral
          Decimal literal.
 

Uses of AbstractLiteral in de.upb.hni.vmagic.type
 

Methods in de.upb.hni.vmagic.type that return AbstractLiteral
 AbstractLiteral PhysicalType.Unit.getFactor()
          Returns the factor.
 

Methods in de.upb.hni.vmagic.type with parameters of type AbstractLiteral
 PhysicalType.Unit PhysicalType.createUnit(java.lang.String identifier, AbstractLiteral factor, java.lang.String baseUnit)
          Creates a unit and adds it to this physical type.
 void PhysicalType.Unit.setFactor(AbstractLiteral factor)
          Sets the factor.