public class HNAnnotationList extends HNode
| Constructor and Description |
|---|
HNAnnotationList(HNAnnotationCall[] children,
net.thevpc.jeep.JToken[] separators,
net.thevpc.jeep.JToken startToken,
net.thevpc.jeep.JToken endToken) |
addAnnotationNoDuplicates, addAnnotations, addAnnotationsNoDuplicates, addModifierKeys, copy, copy, fullChildInfo, getAnnotations, getEffectiveImports, getElement, getExitPoints, getImports, getModifierKeys, getParentNode, id, removeAnnotations, setAnnotations, setElement, setImportscontainsCaret, containsCaret, copyFrom, findAndReplace, findAndReplaceChildren, getChildInfo, getEndToken, getExitContextObject, getPosition, getPosition, getSeparators, getStartToken, getUserObjects, isExitContext, isSetUserObject, isTestAndSetUserObject, parentNode, setBounds, setChildInfo, setEndToken, setExitContextObject, setSeparators, setStartToken, setUserObject, setUserObject, setUserObject, unsetUserObject, visit, visitNext, visitNext, visitNextpublic HNAnnotationList(HNAnnotationCall[] children, net.thevpc.jeep.JToken[] separators, net.thevpc.jeep.JToken startToken, net.thevpc.jeep.JToken endToken)
public static boolean isStatic(HNAnnotationCall[] annotations)
public static boolean isPublic(HNAnnotationCall[] annotations)
public static boolean isPrivate(HNAnnotationCall[] annotations)
public static boolean isProtected(HNAnnotationCall[] annotations)
public static boolean isModifier(String modifierName, HNAnnotationList a)
public static boolean isModifier(String modifierName, HNAnnotationCall[] a)
public static boolean isModifier(String modifierName, HNAnnotationCall a)
public static int size(HNAnnotationList a)
public static HNAnnotationList nonNull(HNAnnotationCall[] a)
public static HNAnnotationList nonNull(HNAnnotationList a)
public static HNAnnotationCall[] publify(HNAnnotationCall[] a)
public static HNAnnotationList publify(HNAnnotationList a)
public static HNAnnotationCall[] toArray(HNAnnotationList a)
public static boolean isAbstract(HNAnnotationList a)
public static boolean isAbstract(HNAnnotationCall[] a)
public int size()
public HNAnnotationCall[] getChildren()
public HNAnnotationList setChildren(HNAnnotationCall[] children)
public HNode addChildren(HNAnnotationCall[] annotations)
public void copyFrom(net.thevpc.jeep.JNode node,
net.thevpc.jeep.JNodeCopyFactory copyFactory)
public List<net.thevpc.jeep.JNode> getChildrenNodes()
getChildrenNodes in interface net.thevpc.jeep.JNodegetChildrenNodes in class net.thevpc.jeep.core.nodes.AbstractJNodepublic boolean isModifier(String modifierName)
public HNAnnotationList publify()
public HNAnnotationList addModifier(String modifierName)
public HNAnnotationCall[] toArray()
public boolean containsModifier(String name)
Copyright © 2021 vpc open source initiative. All rights reserved.