Uses of Class
org.eclipse.persistence.internal.codegen.MethodDefinition
-
Packages that use MethodDefinition Package Description org.eclipse.persistence.internal.codegen -
-
Uses of MethodDefinition in org.eclipse.persistence.internal.codegen
Subclasses of MethodDefinition in org.eclipse.persistence.internal.codegen Modifier and Type Class Description classNonreflectiveMethodDefinitionINTERNAL:classReflectiveMethodDefinitionINTERNAL:Fields in org.eclipse.persistence.internal.codegen with type parameters of type MethodDefinition Modifier and Type Field Description protected Vector<MethodDefinition>ClassDefinition. methodsMethods in org.eclipse.persistence.internal.codegen that return types with arguments of type MethodDefinition Modifier and Type Method Description protected Vector<MethodDefinition>ClassDefinition. getMethods()Methods in org.eclipse.persistence.internal.codegen with parameters of type MethodDefinition Modifier and Type Method Description voidClassDefinition. addMethod(MethodDefinition method)protected abstract booleanMethodDefinition. argumentsEqual(MethodDefinition methodDefinition)protected booleanNonreflectiveMethodDefinition. argumentsEqual(MethodDefinition methodDefinition)protected booleanReflectiveMethodDefinition. argumentsEqual(MethodDefinition methodDefinition)booleanClassDefinition. containsMethod(MethodDefinition method)protected booleanMethodDefinition. exceptionsEqual(MethodDefinition methodDefinition)
-