[Java] Enum MacroStub
- org.codehaus.groovy.macro.runtime.MacroStub
public enum MacroStub
extends Enum
Stub for macro calls.
-
Since:
-
2.5.0
Enum Constants Summary
Enum constants classes
Enum constant |
Description |
INSTANCE |
|
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
<T> |
public T |
macroMethod(T obj)
|
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class Enum |
name, equals, toString, hashCode, compareTo, compareTo, valueOf, describeConstable, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll |
Enum Constant Detail
Method Detail
<T> public T macroMethod(T obj)