com.github.uscexp.dotnotation.parser.attributedetail.AstAttributeTreeNode Maven / Gradle / Ivy
/*
* Copyright (C) 2014 - 2018 by haui - all rights reserved
*/
package com.github.uscexp.dotnotation.parser.attributedetail;
import com.github.uscexp.dotnotation.parser.attributepath.AttributePathInterpreterResult;
import com.github.uscexp.dotnotation.parser.attributepath.AttributePathParser;
import com.github.uscexp.parboiled.extension.interpreter.ProcessStore;
import com.github.uscexp.parboiled.extension.nodes.AstCommandTreeNode;
/**
* @author haui
*
*/
public class AstAttributeTreeNode extends AstCommandTreeNode {
public AstAttributeTreeNode(String node, String value) {
super(node, value);
}
@Override
protected void interpretAfterChilds(Long id) throws ReflectiveOperationException {
ProcessStore