Class SpecUnparser
- java.lang.Object
-
- org.eclipse.epsilon.hutn.unparser.internal.SpecUnparser
-
public class SpecUnparser extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringBuilderbuilder
-
Constructor Summary
Constructors Constructor Description SpecUnparser(Spec spec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendNewLine()protected voidappendSignature(String type, String identifier)protected voidappendSignature(Object co)protected voidappendSpace()protected voidappendStringValue(String value)protected voiddoUnparse()Stringunparse()
-
-
-
Field Detail
-
builder
protected final StringBuilder builder
-
-
Constructor Detail
-
SpecUnparser
public SpecUnparser(Spec spec)
-
-