Class MacroLibGroovyMethods

java.lang.Object
org.apache.groovy.macrolib.MacroLibGroovyMethods

public class MacroLibGroovyMethods extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> groovy.lang.NamedValue<T>
    NV(Object self, T arg)
     
    static org.codehaus.groovy.ast.expr.Expression
    NV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exp)
     
    static <T> List<groovy.lang.NamedValue<T>>
    NVL(Object self, T... args)
     
    static org.codehaus.groovy.ast.expr.Expression
    NVL(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
     
    static groovy.lang.GString
    SV(Object self, Object... args)
     
    static org.codehaus.groovy.ast.expr.Expression
    SV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
     
    static groovy.lang.GString
    SVD(Object self, Object... args)
     
    static org.codehaus.groovy.ast.expr.Expression
    SVD(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
     
    static groovy.lang.GString
    SVI(Object self, Object... args)
     
    static org.codehaus.groovy.ast.expr.Expression
    SVI(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
     

    Methods inherited from class java.lang.Object

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

    • SV

      public static org.codehaus.groovy.ast.expr.Expression SV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
    • SV

      public static groovy.lang.GString SV(Object self, Object... args)
    • SVI

      public static org.codehaus.groovy.ast.expr.Expression SVI(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
    • SVI

      public static groovy.lang.GString SVI(Object self, Object... args)
    • SVD

      public static org.codehaus.groovy.ast.expr.Expression SVD(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
    • SVD

      public static groovy.lang.GString SVD(Object self, Object... args)
    • NV

      public static org.codehaus.groovy.ast.expr.Expression NV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exp)
    • NV

      public static <T> groovy.lang.NamedValue<T> NV(Object self, T arg)
    • NVL

      public static org.codehaus.groovy.ast.expr.Expression NVL(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression... exps)
    • NVL

      public static <T> List<groovy.lang.NamedValue<T>> NVL(Object self, T... args)