Package net.sourceforge.plantuml.preproc
Class DefineSignature
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.DefineSignature
-
public class DefineSignature extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefineSignature(java.lang.String key, java.lang.String definitionQuoted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFonctionName()java.lang.StringgetKey()java.util.List<Variables>getVariationVariables()booleanisMethod()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isMethod
public boolean isMethod()
-
getKey
public java.lang.String getKey()
-
getVariationVariables
public java.util.List<Variables> getVariationVariables()
-
getFonctionName
public final java.lang.String getFonctionName()
-
-