Class Variables

java.lang.Object
net.sourceforge.plantuml.preproc.Variables

public class Variables extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Variables(java.lang.String fonctionName, java.lang.String definitionQuoted)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    java.lang.String
    applyOn(java.lang.String line)
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Variables

      public Variables(java.lang.String fonctionName, java.lang.String definitionQuoted)
  • Method Details

    • add

      public void add(DefineVariable var)
    • countDefaultValue

      public int countDefaultValue()
    • removeSomeDefaultValues

      public Variables removeSomeDefaultValues(int nb)
    • applyOn

      public java.lang.String applyOn(java.lang.String line)