Package net.sourceforge.plantuml.preproc
Class Define
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.Define
-
public class Define extends Object
-
-
Constructor Summary
Constructors Constructor Description Define(String key, List<String> lines, boolean emptyParentheses, AParentFolder currentDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(String line)
TValue
asTVariable()
String
getFunctionName()
String
toString()
-
-
-
Constructor Detail
-
Define
public Define(String key, List<String> lines, boolean emptyParentheses, AParentFolder currentDir)
-
-