org.eclipse.xtext.validation
Class AbstractDeclarativeValidator.State

java.lang.Object
  extended by org.eclipse.xtext.validation.AbstractDeclarativeValidator.State
Enclosing class:
AbstractDeclarativeValidator

public static class AbstractDeclarativeValidator.State
extends java.lang.Object


Field Summary
 org.eclipse.emf.common.util.DiagnosticChain chain
           
 CheckMode checkMode
           
 java.util.Map<java.lang.Object,java.lang.Object> context
           
 CheckType currentCheckType
           
 java.lang.reflect.Method currentMethod
           
 org.eclipse.emf.ecore.EObject currentObject
           
 boolean hasErrors
           
 
Constructor Summary
AbstractDeclarativeValidator.State()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chain

public org.eclipse.emf.common.util.DiagnosticChain chain

currentObject

public org.eclipse.emf.ecore.EObject currentObject

currentMethod

public java.lang.reflect.Method currentMethod

checkMode

public CheckMode checkMode

currentCheckType

public CheckType currentCheckType

hasErrors

public boolean hasErrors

context

public java.util.Map<java.lang.Object,java.lang.Object> context
Constructor Detail

AbstractDeclarativeValidator.State

public AbstractDeclarativeValidator.State()