X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fvalues%2FTreeValue.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fvalues%2FTreeValue.java;h=ef1e067708a5eb4de0efc6db8085753a24e4bcb6;hp=94509e32d34079d3dcc7cd268763f59bd2daebcf;hb=6b5821ad728bf2f127091cb36d57b87749a6532f;hpb=c2ab38c94029486a379c79a7b38604f1c03afa44 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/values/TreeValue.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/values/TreeValue.java index 94509e32d..ef1e06770 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/values/TreeValue.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/values/TreeValue.java @@ -4,15 +4,15 @@ import java.util.Collection; import org.antlr.runtime.tree.Tree; import org.simantics.databoard.binding.Binding; +import org.simantics.graph.compiler.internal.ltk.ISource; +import org.simantics.graph.compiler.internal.ltk.Location; +import org.simantics.graph.compiler.internal.ltk.Problem; +import org.simantics.graph.compiler.internal.ltk.antlr.ANTLRUtils; import org.simantics.graph.compiler.internal.parsing.GraphParser; import org.simantics.graph.compiler.internal.store.IPreValue; import org.simantics.graph.compiler.internal.translation.DataValueTranslator; import org.simantics.graph.query.Path; import org.simantics.graph.query.Paths; -import org.simantics.ltk.ISource; -import org.simantics.ltk.Location; -import org.simantics.ltk.Problem; -import org.simantics.ltk.antlr.ANTLRUtils; public class TreeValue implements IPreValue {