public class NElementAnnotationImpl extends Object implements NElementAnnotation
| Constructor and Description |
|---|
NElementAnnotationImpl(String name,
NElement[] params) |
| Modifier and Type | Method and Description |
|---|---|
List<NElement> |
children() |
boolean |
isBlank() |
boolean |
isNamed() |
boolean |
isParametrized() |
String |
name() |
NElement |
param(int index) |
List<NElement> |
params() |
int |
size() |
String |
toString() |
String |
toString(boolean compact) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfirstNonBlank, firstNonBlank, firstNonBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic boolean isParametrized()
isParametrized in interface NElementAnnotationpublic boolean isNamed()
isNamed in interface NElementAnnotationpublic String name()
name in interface NElementAnnotationpublic int size()
size in interface NElementAnnotationpublic NElement param(int index)
param in interface NElementAnnotationpublic List<NElement> params()
params in interface NElementAnnotationpublic List<NElement> children()
children in interface NElementAnnotationpublic boolean isBlank()
isBlank in interface NBlankablepublic String toString(boolean compact)
toString in interface NElementAnnotationCopyright © 2025 vpc open source initiative. All rights reserved.