ContextIdentifier

public class ContextIdentifier

Fields

language

public final ILanguageImpl language

location

public final FileObject location

project

public final IProject project

Constructors

ContextIdentifier

public ContextIdentifier(FileObject resource, IProject project, ILanguageImpl language)
Parameters:
  • resource – The resource.
  • project – The project to which the resource belongs.
  • language

Methods

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()