public final class IncompatibleInterfaceMethodProblem extends CodegenProblem
Modifier and Type | Field and Description |
---|---|
String |
CLASS |
String |
className |
static String |
DESCRIPTION |
static int |
errorCode |
String |
INTERFACE |
String |
interfaceName |
String |
methodName |
UNKNOWN
Constructor and Description |
---|
IncompatibleInterfaceMethodProblem(IDefinition site,
String methodName,
String interfaceName,
String className) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public String methodName
public String interfaceName
public String className
public final String INTERFACE
public final String CLASS
public IncompatibleInterfaceMethodProblem(IDefinition site, String methodName, String interfaceName, String className)
Copyright © 2016 The Apache Software Foundation. All rights reserved.