org.netbeans.modules.parsing.api/1 1.55.0 6

org.netbeans.modules.parsing.spi.indexing
Interface ErrorsCache.Convertor<T>

Enclosing class:
ErrorsCache

public static interface ErrorsCache.Convertor<T>

Getter for properties of the given error description.


Method Summary
 ErrorsCache.ErrorKind getKind(T t)
           
 int getLineNumber(T t)
           
 String getMessage(T t)
           
 

Method Detail

getKind

ErrorsCache.ErrorKind getKind(T t)

getLineNumber

int getLineNumber(T t)

getMessage

String getMessage(T t)

org.netbeans.modules.parsing.api/1 1.55.0 6

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.