X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftypes%2Futil%2FTypeUnparsingContext.java;h=97f23bd9a711b6fb3260b73e23a814c012cbc605;hp=a5c44639e48f9032809c1e3572212d2205e87652;hb=5bed099be36a76e204265abb2f471d84050c0d66;hpb=6570cdea204ffa0b6a4e16ac12778fab883b49ec diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/TypeUnparsingContext.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/TypeUnparsingContext.java index a5c44639e..97f23bd9a 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/TypeUnparsingContext.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/types/util/TypeUnparsingContext.java @@ -6,6 +6,7 @@ public class TypeUnparsingContext { THashMap names; int nameId; + public boolean showSkeletons; public TypeUnparsingContext() { this.names = new THashMap();