public class AstModelMapping extends AbstractAstNode
AstNode.AbstractVisitor<C,R>, AstNode.Visitor<C,R>
Modifier and Type | Field and Description |
---|---|
List<AstPropertyMapping> |
properties
The mapping functions for each property.
|
Constructor and Description |
---|
AstModelMapping(Region region,
List<AstPropertyMapping> properties)
Creates and returns a new instance.
|
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(C context,
AstNode.Visitor<C,R> visitor)
Accepts and calls back the visitor.
|
boolean |
equals(Object obj) |
Region |
getRegion()
Returns the region of this node.
|
int |
hashCode() |
public final List<AstPropertyMapping> properties
public AstModelMapping(Region region, List<AstPropertyMapping> properties)
region
- the region of this node on the enclosing script, or null
if unknownproperties
- the folding functions for each propertyIllegalArgumentException
- if some parameters were null
public Region getRegion()
AstNode
null
if unknownpublic <C,R> R accept(C context, AstNode.Visitor<C,R> visitor)
AstNode
C
- type of visitor contextR
- type of visitor resultcontext
- the visitor contextvisitor
- the visitor to call backCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.