[Java] Enum MacroStub

  • org.codehaus.groovy.macro.runtime.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> T macroMethod(T obj)
Stub for macro calls.

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Enum Constant Detail

MacroStub INSTANCE

Method Detail

<T> public T macroMethod(T obj)

Stub for macro calls.

Since:
2.5.0

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