Text
, ParsedPattern
public class Value extends Leaf implements Text
Modifier and Type | Field | Description |
---|---|---|
String |
name |
Constant name.
|
JType |
type |
The underlying datatype, in case
we need to revert to
Data . |
Constructor | Description |
---|---|
Value(Locator location,
JType type,
String name) |
Modifier and Type | Method | Description |
---|---|---|
JType |
getDatatype(NodeSet nset) |
Obtains the Java class of this
Text . |
public final String name
Copyright © 2018 Oracle Corporation. All rights reserved.