de.hpi.fgis.dude.util.bibtex.data
Class BibtexAbstractValue

java.lang.Object
  extended by de.hpi.fgis.dude.util.bibtex.data.BibtexNode
      extended by de.hpi.fgis.dude.util.bibtex.data.BibtexAbstractValue
Direct Known Subclasses:
BibtexConcatenatedValue, BibtexMacroReference, BibtexPersonList, BibtexString

public abstract class BibtexAbstractValue
extends BibtexNode

Abstract values are the values that can be used as field values in entries or as bodies of macros. For example, in

        @string(pldi = acm # " SIGPLAN Conference of Programming
                                                Language Design and Implementation")
 
the following is an abstract value.
 acm # " SIGPLAN Conference of Programming Language Design and Implementation"
 
Other examples:

Author:
henkel

Constructor Summary
protected BibtexAbstractValue(BibtexFile bibtexFile)
          Instantiates a new BibtexAbstractValue.
 
Method Summary
 
Methods inherited from class de.hpi.fgis.dude.util.bibtex.data.BibtexNode
getOwnerFile, printBibtex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BibtexAbstractValue

protected BibtexAbstractValue(BibtexFile bibtexFile)
Instantiates a new BibtexAbstractValue.

Parameters:
bibtexFile - The file that includes this instance.


Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.