public class NElementAnnotationImpl extends Object implements net.thevpc.nuts.elem.NElementAnnotation
| Constructor and Description |
|---|
NElementAnnotationImpl(String name,
net.thevpc.nuts.elem.NElement[] params) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isCustomTree() |
boolean |
isNamed() |
boolean |
isParametrized() |
String |
name() |
net.thevpc.nuts.elem.NElement |
param(int index) |
List<net.thevpc.nuts.elem.NElement> |
params() |
int |
size() |
String |
toString() |
String |
toString(boolean compact) |
public NElementAnnotationImpl(String name, net.thevpc.nuts.elem.NElement[] params)
public boolean isCustomTree()
isCustomTree in interface net.thevpc.nuts.elem.NElementAnnotationpublic boolean isParametrized()
isParametrized in interface net.thevpc.nuts.elem.NElementAnnotationpublic boolean isNamed()
isNamed in interface net.thevpc.nuts.elem.NElementAnnotationpublic String name()
name in interface net.thevpc.nuts.elem.NElementAnnotationpublic int size()
size in interface net.thevpc.nuts.elem.NElementAnnotationpublic net.thevpc.nuts.elem.NElement param(int index)
param in interface net.thevpc.nuts.elem.NElementAnnotationpublic List<net.thevpc.nuts.elem.NElement> params()
params in interface net.thevpc.nuts.elem.NElementAnnotationpublic boolean isBlank()
isBlank in interface net.thevpc.nuts.util.NBlankablepublic String toString(boolean compact)
toString in interface net.thevpc.nuts.elem.NElementAnnotationCopyright © 2025 vpc open source initiative. All rights reserved.