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