Interface InstanceLocation.Cases<X>

All Known Implementing Classes:
InstanceLocations.LambdaCases
Enclosing class:
InstanceLocation

static interface InstanceLocation.Cases<X>
  • Method Details

    • value

      X value(com.squareup.javapoet.ClassName className, VariableElement variableElement)
    • generatedIn

      X generatedIn(com.squareup.javapoet.ClassName className)
    • method

      X method(com.squareup.javapoet.ClassName className, ExecutableElement executableElement, Map<TypeVariable,TypeMirror> typeArgs)