public static class AstAttributeValueMap.Entry extends Object
AstAttributeValueMap
.Modifier and Type | Field and Description |
---|---|
AstLiteral |
key
The entry key.
|
AstAttributeValue |
value
The entry value.
|
Constructor and Description |
---|
Entry(AstLiteral key,
AstAttributeValue value)
Creates a new instance.
|
public final AstLiteral key
public final AstAttributeValue value
public Entry(AstLiteral key, AstAttributeValue value)
key
- the entry keyvalue
- the entry valueCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.