final class ImplementationMethodDescriptor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ImplementationMethodDescriptor.Builder |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private com.google.common.collect.ImmutableSet<Parameter> |
passedParameters |
private boolean |
publicMethod |
private java.lang.String |
returnType |
Modifier | Constructor and Description |
---|---|
private |
ImplementationMethodDescriptor(ImplementationMethodDescriptor.Builder builder) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
name() |
(package private) com.google.common.collect.ImmutableSet<Parameter> |
passedParameters() |
(package private) boolean |
publicMethod() |
(package private) java.lang.String |
returnType() |
java.lang.String |
toString() |
private final java.lang.String name
private final java.lang.String returnType
private final boolean publicMethod
private final com.google.common.collect.ImmutableSet<Parameter> passedParameters
private ImplementationMethodDescriptor(ImplementationMethodDescriptor.Builder builder)
java.lang.String name()
java.lang.String returnType()
boolean publicMethod()
com.google.common.collect.ImmutableSet<Parameter> passedParameters()
public java.lang.String toString()
toString
in class java.lang.Object