org.eclipse.jdt.internal.compiler.parser.diagnose
类 RangeUtil

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.parser.diagnose.RangeUtil

public class RangeUtil
extends Object


字段摘要
static int IGNORE
           
static int LBRACE_MISSING
           
static int NO_FLAG
           
 
构造方法摘要
RangeUtil()
           
 
方法摘要
static int[][] computeDietRange(TypeDeclaration[] types)
           
static boolean containsErrorInSignature(AbstractMethodDeclaration method)
           
static boolean containsIgnoredBody(AbstractMethodDeclaration method)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NO_FLAG

public static final int NO_FLAG
另请参见:
常量字段值

LBRACE_MISSING

public static final int LBRACE_MISSING
另请参见:
常量字段值

IGNORE

public static final int IGNORE
另请参见:
常量字段值
构造方法详细信息

RangeUtil

public RangeUtil()
方法详细信息

containsErrorInSignature

public static boolean containsErrorInSignature(AbstractMethodDeclaration method)

computeDietRange

public static int[][] computeDietRange(TypeDeclaration[] types)

containsIgnoredBody

public static boolean containsIgnoredBody(AbstractMethodDeclaration method)


Copyright © 2013. All Rights Reserved.