Class SimpleGroovyType

    • Constructor Detail

      • SimpleGroovyType

        public SimpleGroovyType​(String typeName)
    • Method Detail

      • typeName

        public String typeName()
        Description copied from interface: GroovyType
        The unqualified name of this type excluding any dimension information. For example, a two dimensional array of String returns "String".
        Specified by:
        typeName in interface GroovyType
      • qualifiedTypeName

        public String qualifiedTypeName()
        Description copied from interface: GroovyType
        The qualified name of this type excluding any dimension information. For example, a two dimensional array of String returns "java.lang.String".
        Specified by:
        qualifiedTypeName in interface GroovyType
      • simpleTypeName

        public String simpleTypeName()
        Description copied from interface: GroovyType
        The unqualified name of this type excluding any dimension or nesting information. For example, the class Outer.Inner returns "Inner".
        Specified by:
        simpleTypeName in interface GroovyType