com.sun.electric.tool.generator.flag
Class FlagAnnotations

java.lang.Object
  extended by com.sun.electric.tool.generator.flag.FlagAnnotations

public class FlagAnnotations
extends java.lang.Object


Field Summary
static java.lang.String ATOMIC
           
static java.lang.String AUTO_GEN
           
static Variable.Key FLAG_ANNOTATION_KEY
          key of Variable holding FLAG Cell annotations.
 
Constructor Summary
FlagAnnotations(Cell cell)
          Method to get the FLAG annotations on a Cell.
 
Method Summary
 boolean cellHasAnnotations()
           
 java.lang.String getAutoGenClassName()
           
 boolean isAtomic()
           
 boolean isAutoGen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_ANNOTATION_KEY

public static final Variable.Key FLAG_ANNOTATION_KEY
key of Variable holding FLAG Cell annotations.


ATOMIC

public static final java.lang.String ATOMIC
See Also:
Constant Field Values

AUTO_GEN

public static final java.lang.String AUTO_GEN
See Also:
Constant Field Values
Constructor Detail

FlagAnnotations

public FlagAnnotations(Cell cell)
Method to get the FLAG annotations on a Cell.

Method Detail

isAtomic

public boolean isAtomic()

isAutoGen

public boolean isAutoGen()

getAutoGenClassName

public java.lang.String getAutoGenClassName()

cellHasAnnotations

public boolean cellHasAnnotations()