public class Annotation extends GraphMember
| Modifier and Type | Field | Description |
|---|---|---|
static Annotation |
DEPRECATED |
|
static StringFilter<Annotation> |
NAME |
|
static Annotation |
OVERRIDE |
|
static Annotation |
SAFE_VARGARGS |
|
static Annotation |
SUPPRESS_WARNINGS |
children, name, parentNode, PROPERTY_CHILD, PROPERTY_CLASSNAME, PROPERTY_LITERAL, PROPERTY_MODIFIERS, PROPERTY_NAME, PROPERTY_PARENT, PROPERTY_PATH, PROPERTY_THIS, PROPERTY_VISIBILITY| Constructor | Description |
|---|---|
Annotation(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Annotation |
addValue(Annotation... values) |
|
static Annotation |
create(java.lang.String value) |
|
Annotation |
decode(BufferItem tokener,
char endTag,
Annotation parent) |
|
Annotation |
decode(java.lang.String value) |
|
Annotation |
getAnnotation(java.lang.String key) |
|
GraphMember |
getParent() |
|
SimpleList<Annotation> |
getValue() |
|
boolean |
hasNext() |
|
Annotation |
newInstance() |
|
Annotation |
next() |
|
java.lang.String |
toString() |
|
Annotation |
with(java.lang.String name) |
Set the name of Element
|
Annotation |
without(GraphMember... values) |
check, getAnnotation, getChildren, getClazz, getDiff, getFullId, getModifier, getName, getNodes, getValue, remove, setName, setParentNode, withAnnotation, withModifierpublic static final StringFilter<Annotation> NAME
public static final Annotation DEPRECATED
public static final Annotation OVERRIDE
public static final Annotation SAFE_VARGARGS
public static final Annotation SUPPRESS_WARNINGS
public static Annotation create(java.lang.String value)
public Annotation newInstance()
public Annotation with(java.lang.String name)
GraphMemberwith in class GraphMembername - The Name of Elementpublic Annotation decode(java.lang.String value)
protected Annotation addValue(Annotation... values)
public Annotation decode(BufferItem tokener, char endTag, Annotation parent)
public SimpleList<Annotation> getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean hasNext()
public Annotation next()
public Annotation getAnnotation(java.lang.String key)
public GraphMember getParent()
getParent in class GraphMemberpublic Annotation without(GraphMember... values)
without in class GraphMember