Searched defs:entryPointMethods (Results 1 – 2 of 2) sorted by relevance
259 final ImmutableSet<ComponentMethodDescriptor> entryPointMethods() { in entryPointMethods() method in ComponentDescriptor
319 SetMultimap<String, ExecutableElement> entryPointMethods = HashMultimap.create(); in checkConflictingEntryPoints() local