de.upb.hni.vmagic.expression
Class Literal

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.expression.Expression
          extended by de.upb.hni.vmagic.expression.Primary
              extended by de.upb.hni.vmagic.expression.Literal
All Implemented Interfaces:
Choice
Direct Known Subclasses:
AbstractLiteral, BinaryLiteral, CharacterLiteral, EnumerationLiteral, HexLiteral, OctalLiteral, PhysicalLiteral, StringLiteral

public abstract class Literal
extends Primary

Abstract base class for literals.


Constructor Summary
Literal()
           
 
Method Summary
 
Methods inherited from class de.upb.hni.vmagic.expression.Primary
getPrecedence
 
Methods inherited from class de.upb.hni.vmagic.expression.Expression
getType
 
Methods inherited from class de.upb.hni.vmagic.VhdlElement
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Literal

public Literal()