public class LiteralDefaultValue extends Object implements DefaultValue
| Constructor and Description |
|---|
LiteralDefaultValue(Node value) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getDefaultValue(Node parent)
Generates a default value node based on the parent context.
|
public LiteralDefaultValue(Node value)
@Nullable public Node getDefaultValue(Node parent)
DefaultValuegetDefaultValue in interface DefaultValueparent - The parent node of the default value.Copyright © 2017. All rights reserved.