public class BlockNode extends ContentNode
Constructor and Description |
---|
BlockNode(Position position,
VariableExpression blockIdentifier,
Node content) |
Modifier and Type | Method and Description |
---|---|
VariableExpression |
getBlockIdentifier() |
java.lang.String |
getIdentifier() |
getContent, visit
getPosition
public BlockNode(Position position, VariableExpression blockIdentifier, Node content)
public VariableExpression getBlockIdentifier()
public java.lang.String getIdentifier()