Package org.topbraid.shacl.expr
Class AppendContext
- java.lang.Object
-
- org.topbraid.shacl.expr.AppendContext
-
public class AppendContext extends Object
-
-
Constructor Summary
Constructors Constructor Description AppendContext(StringBuffer sb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(String str)voiddecreaseIndent()StringgetNextVarName()voidincreaseIndent()voidindent()
-
-
-
Constructor Detail
-
AppendContext
public AppendContext(StringBuffer sb)
-
-