- org.apache.groovy.macrolib.MacroLibGroovyMethods
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public static org.codehaus.groovy.ast.expr.Expression |
NV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exp)
|
<T> |
public static groovy.lang.NamedValue<T> |
NV(Object self, T arg)
|
|
public static org.codehaus.groovy.ast.expr.Expression |
NVL(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
|
<T> |
public static List<groovy.lang.NamedValue<T>> |
NVL(Object self, T args)
|
|
public static org.codehaus.groovy.ast.expr.Expression |
SV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
|
|
public static groovy.lang.GString |
SV(Object self, Object args)
|
|
public static org.codehaus.groovy.ast.expr.Expression |
SVD(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
|
|
public static groovy.lang.GString |
SVD(Object self, Object args)
|
|
public static org.codehaus.groovy.ast.expr.Expression |
SVI(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
|
|
public static groovy.lang.GString |
SVI(Object self, Object args)
|
-
Inherited Methods Summary
-
-
Method Detail
-
@org.codehaus.groovy.macro.runtime.Macro
public static org.codehaus.groovy.ast.expr.Expression NV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exp)
-
<T> public static groovy.lang.NamedValue<T> NV(Object self, T arg)
-
@org.codehaus.groovy.macro.runtime.Macro
public static org.codehaus.groovy.ast.expr.Expression NVL(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
-
<T> public static List<groovy.lang.NamedValue<T>> NVL(Object self, T args)
-
@org.codehaus.groovy.macro.runtime.Macro
public static org.codehaus.groovy.ast.expr.Expression SV(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
-
public static groovy.lang.GString SV(Object self, Object args)
-
@org.codehaus.groovy.macro.runtime.Macro
public static org.codehaus.groovy.ast.expr.Expression SVD(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
-
public static groovy.lang.GString SVD(Object self, Object args)
-
@org.codehaus.groovy.macro.runtime.Macro
public static org.codehaus.groovy.ast.expr.Expression SVI(org.codehaus.groovy.macro.runtime.MacroContext ctx, org.codehaus.groovy.ast.expr.Expression exps)
-
public static groovy.lang.GString SVI(Object self, Object args)
- Summary:
Nested Field Constructor - Method
- | Detail:
Field Constructor - Method
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.