org.eclipse.jdt.internal.compiler.lookup
Class ProblemBinding
java.lang.Object
org.eclipse.jdt.internal.compiler.lookup.Binding
org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
public class ProblemBinding
- extends Binding
Fields inherited from class org.eclipse.jdt.internal.compiler.lookup.Binding |
ANY_EXCEPTION, ARRAY_TYPE, BASE_TYPE, FIELD, GENERIC_TYPE, IMPORT, INTERSECTION_TYPE, LOCAL, METHOD, NO_ANNOTATIONS, NO_ELEMENT_VALUE_PAIRS, NO_EXCEPTIONS, NO_FIELDS, NO_MEMBER_TYPES, NO_METHODS, NO_PARAMETERS, NO_SUPERINTERFACES, NO_TYPE_VARIABLES, NO_TYPES, PACKAGE, PARAMETERIZED_TYPE, RAW_TYPE, TYPE, TYPE_PARAMETER, UNINITIALIZED_FIELDS, UNINITIALIZED_METHODS, UNINITIALIZED_REFERENCE_TYPES, VARIABLE, WILDCARD_TYPE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public char[] name
searchType
public ReferenceBinding searchType
ProblemBinding
public ProblemBinding(char[][] compoundName,
int problemId)
ProblemBinding
public ProblemBinding(char[][] compoundName,
ReferenceBinding searchType,
int problemId)
kind
public final int kind()
- Specified by:
kind
in class Binding
problemId
public final int problemId()
- Overrides:
problemId
in class Binding
readableName
public char[] readableName()
- Specified by:
readableName
in class Binding
Copyright © 2012. All Rights Reserved.