public class NElementTokenImpl extends Object implements NElementToken
| Constructor and Description |
|---|
NElementTokenImpl(String image,
NElementTokenType type,
String variant,
int level,
int line,
int col,
long pos,
Object value,
NMsg errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
int |
col() |
NMsg |
errorMessage() |
String |
image() |
boolean |
isError() |
int |
level() |
int |
line() |
long |
pos() |
String |
toString() |
NElementTokenType |
type() |
Object |
value() |
String |
variant() |
public NElementTokenImpl(String image, NElementTokenType type, String variant, int level, int line, int col, long pos, Object value, NMsg errorMessage)
public boolean isError()
public NMsg errorMessage()
public NElementTokenType type()
public String variant()
public int level()
public String image()
public int line()
public int col()
public long pos()
public Object value()
Copyright © 2026 vpc open source initiative. All rights reserved.