Class JStubLocationClassReferenceResolver

java.lang.Object
honeyroasted.jypestub.resolver.JStubLocationClassReferenceResolver
All Implemented Interfaces:
honeyroasted.jype.system.resolver.JTypeResolver<honeyroasted.jype.metadata.location.JClassLocation, honeyroasted.jype.type.JType>

public class JStubLocationClassReferenceResolver extends Object implements honeyroasted.jype.system.resolver.JTypeResolver<honeyroasted.jype.metadata.location.JClassLocation, honeyroasted.jype.type.JType>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    honeyroasted.jype.system.resolver.JResolutionResult<honeyroasted.jype.metadata.location.JClassLocation, honeyroasted.jype.type.JType>
    resolve(honeyroasted.jype.system.JTypeSystem system, honeyroasted.jype.metadata.location.JClassLocation value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface honeyroasted.jype.system.resolver.JTypeResolver

    keyType, resultType
  • Constructor Details

    • JStubLocationClassReferenceResolver

      public JStubLocationClassReferenceResolver(JStubFolder folder)
  • Method Details

    • resolve

      public honeyroasted.jype.system.resolver.JResolutionResult<honeyroasted.jype.metadata.location.JClassLocation, honeyroasted.jype.type.JType> resolve(honeyroasted.jype.system.JTypeSystem system, honeyroasted.jype.metadata.location.JClassLocation value)
      Specified by:
      resolve in interface honeyroasted.jype.system.resolver.JTypeResolver<honeyroasted.jype.metadata.location.JClassLocation, honeyroasted.jype.type.JType>