org.eclipse.jdt.internal.compiler.lookup
类 MethodVerifier

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.lookup.MethodVerifier

public class MethodVerifier
extends Object


方法摘要
protected  boolean canOverridingMethodDifferInErasure(MethodBinding overridingMethod, MethodBinding inheritedMethod)
           
 boolean doesMethodOverride(MethodBinding method, MethodBinding inheritedMethod)
           
 boolean isMethodSubsignature(MethodBinding method, MethodBinding inheritedMethod)
           
 void reportRawReferences(MethodBinding currentMethod, MethodBinding inheritedMethod)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

方法详细信息

reportRawReferences

public void reportRawReferences(MethodBinding currentMethod,
                                MethodBinding inheritedMethod)

canOverridingMethodDifferInErasure

protected boolean canOverridingMethodDifferInErasure(MethodBinding overridingMethod,
                                                     MethodBinding inheritedMethod)

doesMethodOverride

public boolean doesMethodOverride(MethodBinding method,
                                  MethodBinding inheritedMethod)

isMethodSubsignature

public boolean isMethodSubsignature(MethodBinding method,
                                    MethodBinding inheritedMethod)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.