Java org.eclipse.jdt.internal.compiler.env NameEnvironmentAnswer fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.env NameEnvironmentAnswer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.env NameEnvironmentAnswer.

The text is from its open source code.

Constructor

Method

IBinaryTypegetBinaryType()
Answer the resolved binary form for the type or null if the receiver represents a compilation unit or source type.
ICompilationUnitgetCompilationUnit()
Answer the compilation unit or null if the receiver represents a binary or source type.
ISourceType[]getSourceTypes()
Answer the unresolved source forms for the type or null if the receiver represents a compilation unit or binary type.
booleanignoreIfBetter()
booleanisBetter(NameEnvironmentAnswer otherAnswer)
booleanisBinaryType()
Answer whether the receiver contains the resolved binary form of the type.
booleanisCompilationUnit()
Answer whether the receiver contains the compilation unit which defines the type.
booleanisSourceType()
Answer whether the receiver contains the unresolved source form of the type.