public class FlagAnnotations
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FlagAnnotations(Cell cell)
Method to get the FLAG annotations on a Cell.
|
Modifier and Type | Method and Description |
---|---|
boolean |
cellHasAnnotations() |
java.lang.String |
getAutoGenClassName() |
boolean |
isAtomic() |
boolean |
isAutoGen() |
public static final Variable.Key FLAG_ANNOTATION_KEY
public static final java.lang.String ATOMIC
public static final java.lang.String AUTO_GEN
public FlagAnnotations(Cell cell)