public interface Symbol
| Modifier and Type | Interface and Description |
|---|---|
static class |
Symbol.Kind
Represents the kind of the symbol, built in, registered, or normal.
|
| Modifier and Type | Method and Description |
|---|---|
Symbol.Kind |
getKind()
Returns the symbol's kind.
|
String |
getName()
Returns the symbol's name.
|
String getName()
Symbol()).Symbol.Kind getKind()
Copyright © 2025 HtmlUnit. All rights reserved.