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