Package net.sourceforge.plantuml.preproc
Class DefineSignature
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.DefineSignature
-
public class DefineSignature extends Object
-
-
Constructor Summary
Constructors Constructor Description DefineSignature(String key, String definitionQuoted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFonctionName()
String
getKey()
List<Variables>
getVariationVariables()
boolean
isMethod()
String
toString()
-