de.upb.hni.vmagic.literal
Class AbstractLiteral

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
                  extended by de.upb.hni.vmagic.literal.AbstractLiteral
All Implemented Interfaces:
Choice
Direct Known Subclasses:
BasedLiteral, DecimalLiteral

public abstract class AbstractLiteral
extends Literal

Abstract literal. An abstract literal is a based or decimal literal.


Constructor Summary
AbstractLiteral()
           
 
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

AbstractLiteral

public AbstractLiteral()