Class FunctionArgumentSignature

java.lang.Object
io.bit3.jsass.function.FunctionArgumentSignature

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

    Constructors 
    Constructor Description
    FunctionArgumentSignature​(java.lang.String name, java.lang.Object defaultValue)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getDefaultValue()  
    java.lang.String getName()  
    void setDefaultValue​(java.lang.Object defaultValue)  
    void setName​(java.lang.String name)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getName

      public java.lang.String getName()
    • setName

      public void setName​(java.lang.String name)
    • getDefaultValue

      public java.lang.Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue​(java.lang.Object defaultValue)