Class SimpleGroovyParameter

java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyParameter
All Implemented Interfaces:
GroovyParameter

public class SimpleGroovyParameter
extends java.lang.Object
implements GroovyParameter
  • Constructor Details

    • SimpleGroovyParameter

      public SimpleGroovyParameter​(java.lang.String name)
  • Method Details

    • defaultValue

      public java.lang.String defaultValue()
      Specified by:
      defaultValue in interface GroovyParameter
    • setDefaultValue

      public void setDefaultValue​(java.lang.String defaultValue)
    • name

      public java.lang.String name()
      Specified by:
      name in interface GroovyParameter
    • typeName

      public java.lang.String typeName()
      Specified by:
      typeName in interface GroovyParameter
    • setTypeName

      public void setTypeName​(java.lang.String typeName)
    • annotations

      public GroovyAnnotationRef[] annotations()
      Specified by:
      annotations in interface GroovyParameter
    • addAnnotationRef

      public void addAnnotationRef​(GroovyAnnotationRef ref)
    • type

      public GroovyType type()
      Specified by:
      type in interface GroovyParameter
    • setType

      public void setType​(GroovyType type)
    • isTypeAvailable

      public boolean isTypeAvailable()
    • vararg

      public boolean vararg()
    • setVararg

      public void setVararg​(boolean vararg)