Klasse CancelableProblemFactory

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory
org.aspectj.org.eclipse.jdt.internal.core.CancelableProblemFactory
Alle implementierten Schnittstellen:
IProblemFactory

public class CancelableProblemFactory extends DefaultProblemFactory
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    org.eclipse.core.runtime.IProgressMonitor
     

    Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory

    messageTemplates
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    CancelableProblemFactory(org.eclipse.core.runtime.IProgressMonitor monitor)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber)
    Answer a new IProblem created according to the parameters values.
    createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber)
    Answer a new IProblem created according to the parameters value originatingFileName the name of the file name from which the problem is originated problemId the problem id problemArguments the fully qualified arguments recorded inside the problem messageArguments the arguments needed to set the error message (shorter names than problemArguments ones) severity the severity of the problem startPosition the starting position of the problem endPosition the end position of the problem lineNumber the line on which the problem occured

    Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory

    getLocale, getLocalizedMessage, getLocalizedMessage, loadMessageTemplates, localizedMessage, setLocale

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • monitor

      public org.eclipse.core.runtime.IProgressMonitor monitor
  • Konstruktordetails

    • CancelableProblemFactory

      public CancelableProblemFactory(org.eclipse.core.runtime.IProgressMonitor monitor)
  • Methodendetails

    • createProblem

      public CategorizedProblem createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber)
      Beschreibung aus Klasse kopiert: DefaultProblemFactory
      Answer a new IProblem created according to the parameters value
      • originatingFileName the name of the file name from which the problem is originated
      • problemId the problem id
      • problemArguments the fully qualified arguments recorded inside the problem
      • messageArguments the arguments needed to set the error message (shorter names than problemArguments ones)
      • severity the severity of the problem
      • startPosition the starting position of the problem
      • endPosition the end position of the problem
      • lineNumber the line on which the problem occured
      Angegeben von:
      createProblem in Schnittstelle IProblemFactory
      Setzt außer Kraft:
      createProblem in Klasse DefaultProblemFactory
      Parameter:
      originatingFileName - char[]
      problemId - int
      problemArguments - String[]
      messageArguments - String[]
      severity - int
      startPosition - int
      endPosition - int
      lineNumber - int
      Gibt zurück:
      CategorizedProblem
    • createProblem

      public CategorizedProblem createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber)
      Beschreibung aus Schnittstelle kopiert: IProblemFactory
      Answer a new IProblem created according to the parameters values.
      Angegeben von:
      createProblem in Schnittstelle IProblemFactory
      Setzt außer Kraft:
      createProblem in Klasse DefaultProblemFactory
      Parameter:
      originatingFileName - the name of the file from which the problem is originated
      problemId - the problem id
      problemArguments - the fully qualified arguments recorded inside the problem
      elaborationId - the message elaboration id (0 for problems that have no message elaboration)
      messageArguments - the arguments needed to set the error message (shorter names than problemArguments ones)
      severity - the severity of the problem
      startPosition - the start position of the problem
      endPosition - the end position of the problem
      lineNumber - the line on which the problem occurred
      Gibt zurück:
      a new IProblem created according to the parameters values.