Class IncludeProcessor.Util

  • Enclosing class:
    IncludeProcessor

    public static class IncludeProcessor.Util
    extends org.eclipse.xtend.lib.annotations.DelegateProcessor.Util
    Since:
    2.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      Util​(org.eclipse.xtend.lib.macro.TransformationContext context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasMethod​(org.eclipse.xtend.lib.macro.declaration.ResolvedMethod resolvedMethod, org.eclipse.xtend.lib.macro.declaration.MutableTypeDeclaration declaringType)  
      • Methods inherited from class org.eclipse.xtend.lib.annotations.DelegateProcessor.Util

        _delegateAccess, _delegateAccess, _getType, _getType, _isValidDelegate, _isValidDelegate, areListedInterfacesValid, delegateAccess, getDelegatedInterfaces, getDelegates, getImplementedInterfaces, getMethodsToImplement, getType, hasDelegationConflicts, hasValidSignature, hasValidType, implementMethod, isObjectMethod, isStatic, isValidDelegate, listedInterfaces, otherDelegates, replace, replace, returnIfNeeded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util​(org.eclipse.xtend.lib.macro.TransformationContext context)
        Parameters:
        context - context
        Since:
        2.0.0
    • Method Detail

      • hasMethod

        public boolean hasMethod​(org.eclipse.xtend.lib.macro.declaration.ResolvedMethod resolvedMethod,
                                 org.eclipse.xtend.lib.macro.declaration.MutableTypeDeclaration declaringType)
        Parameters:
        resolvedMethod - resolvedMethod
        declaringType - declaringType
        Returns:
        result
        Since:
        2.0.0