public class NParamOrChildImpl extends Object implements NParamOrChild
| Constructor and Description |
|---|
NParamOrChildImpl(NElement element,
int index,
boolean param) |
| Modifier and Type | Method and Description |
|---|---|
static NParamOrChildImpl |
child(NElement element,
int index) |
NElement |
element() |
int |
index() |
boolean |
isChild() |
boolean |
isParam() |
static NParamOrChildImpl |
param(NElement element,
int index) |
public NParamOrChildImpl(NElement element, int index, boolean param)
public static NParamOrChildImpl param(NElement element, int index)
public static NParamOrChildImpl child(NElement element, int index)
public NElement element()
element in interface NParamOrChildpublic int index()
index in interface NParamOrChildpublic boolean isParam()
isParam in interface NParamOrChildpublic boolean isChild()
isChild in interface NParamOrChildCopyright © 2026 vpc open source initiative. All rights reserved.