[Java] Enum MacroStub

  • org.codehaus.groovy.macro.runtime.MacroStub
public enum MacroStub

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 Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Enum Constant Detail

public MacroStub INSTANCE

Method Detail

<T> public T macroMethod(T obj)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/macro/runtime/MacroStub.html