coins.snapshot
Class TagName

java.lang.Object
  extended bycoins.snapshot.TagName

public class TagName
extends java.lang.Object

The reserved name for XML file. See `coins.xsd' for more detail.


Field Summary
static java.lang.String DISPLAYNAME
          The attribute `displayName'
static java.lang.String ELEM
          The tag `elem'
static java.lang.String EXP
          The tag `exp'
static java.lang.String FUNCTION
          The tag `function'
static java.lang.String GRAPH
          The tag `graph'
static java.lang.String HIR
          The tag `hir'
static java.lang.String HIR2C
          The tag `hir2c'
static java.lang.String ID
          The tag `id'
static java.lang.String INFO
          The tag `info'
static java.lang.String LABEL_LIST
          The tag `labelList'
static java.lang.String LINE
          The attribute `'
static java.lang.String LIR
          The tag `lir'
static java.lang.String LIR2C
          The tag `lir2c'
static java.lang.String MODULE
          The tag `module'
static java.lang.String NAME
          The attribute `name'
static java.lang.String NEXT
          The tag `next'
static java.lang.String NODE
          The tag `node'
static java.lang.String PREV
          The tag `prev'
static java.lang.String PROGRAM
          The tag `program'
static java.lang.String SRC
          The attribute `src'
static java.lang.String STATEMENT
          The tag `statement'
static java.lang.String STRING_LIST
          The tag `stringList'
 
Constructor Summary
TagName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROGRAM

public static final java.lang.String PROGRAM
The tag `program'

See Also:
Constant Field Values

MODULE

public static final java.lang.String MODULE
The tag `module'

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The attribute `name'

See Also:
Constant Field Values

FUNCTION

public static final java.lang.String FUNCTION
The tag `function'

See Also:
Constant Field Values

SRC

public static final java.lang.String SRC
The attribute `src'

See Also:
Constant Field Values

GRAPH

public static final java.lang.String GRAPH
The tag `graph'

See Also:
Constant Field Values

LINE

public static final java.lang.String LINE
The attribute `'

See Also:
Constant Field Values

NODE

public static final java.lang.String NODE
The tag `node'

See Also:
Constant Field Values

DISPLAYNAME

public static final java.lang.String DISPLAYNAME
The attribute `displayName'

See Also:
Constant Field Values

ID

public static final java.lang.String ID
The tag `id'

See Also:
Constant Field Values

NEXT

public static final java.lang.String NEXT
The tag `next'

See Also:
Constant Field Values

PREV

public static final java.lang.String PREV
The tag `prev'

See Also:
Constant Field Values

STATEMENT

public static final java.lang.String STATEMENT
The tag `statement'

See Also:
Constant Field Values

INFO

public static final java.lang.String INFO
The tag `info'

See Also:
Constant Field Values

LABEL_LIST

public static final java.lang.String LABEL_LIST
The tag `labelList'

See Also:
Constant Field Values

STRING_LIST

public static final java.lang.String STRING_LIST
The tag `stringList'

See Also:
Constant Field Values

HIR

public static final java.lang.String HIR
The tag `hir'

See Also:
Constant Field Values

LIR

public static final java.lang.String LIR
The tag `lir'

See Also:
Constant Field Values

HIR2C

public static final java.lang.String HIR2C
The tag `hir2c'

See Also:
Constant Field Values

LIR2C

public static final java.lang.String LIR2C
The tag `lir2c'

See Also:
Constant Field Values

EXP

public static final java.lang.String EXP
The tag `exp'

See Also:
Constant Field Values

ELEM

public static final java.lang.String ELEM
The tag `elem'

See Also:
Constant Field Values
Constructor Detail

TagName

public TagName()