Modifier and type | Property and description |
---|---|
org.eclipse.emf.common.util.DiagnosticChain | chain
Replies the diagnostic chain. |
org.eclipse.xtext.validation.CheckMode | checkMode
Replies the current check mode. |
org.eclipse.xtext.validation.CheckType | checkType
Replies the current check type. |
java.util.Map<K,V> | context
Replies the current validation context. |
java.lang.reflect.Method | currentMethod
Replies the current validation method. |
org.eclipse.emf.ecore.EObject | currentObject
Replies the object under validation. |
AbstractExtraLanguageValidator | currentValidator
Replies the current validator. |
org.eclipse.xtext.validation.ValidationMessageAcceptor | messageAcceptor
Replies the message acceptor. |
Modifier and type | Action and description |
---|---|
org.eclipse.emf.common.util.DiagnosticChain | getChain
Replies the diagnostic chain. |
org.eclipse.xtext.validation.CheckMode | getCheckMode
Replies the current check mode. |
org.eclipse.xtext.validation.CheckType | getCheckType
Replies the current check type. |
java.util.Map<K,V> | getContext
Replies the current validation context. |
java.lang.reflect.Method | getCurrentMethod
Replies the current validation method. |
org.eclipse.emf.ecore.EObject | getCurrentObject
Replies the object under validation. |
AbstractExtraLanguageValidator | getCurrentValidator
Replies the current validator. |
org.eclipse.xtext.validation.ValidationMessageAcceptor | getMessageAcceptor
Replies the message acceptor. |
val chain : org.eclipse.emf.common.util.DiagnosticChain
This property is an alias for the action: getChain
val checkMode : org.eclipse.xtext.validation.CheckMode
This property is an alias for the action: getCheckMode
val checkType : org.eclipse.xtext.validation.CheckType
This property is an alias for the action: getCheckType
val context : java.util.Map<K,V>
This property is an alias for the action: getContext
val currentMethod : java.lang.reflect.Method
This property is an alias for the action: getCurrentMethod
val currentObject : org.eclipse.emf.ecore.EObject
This property is an alias for the action: getCurrentObject
val currentValidator : AbstractExtraLanguageValidator
This property is an alias for the action: getCurrentValidator
val messageAcceptor : org.eclipse.xtext.validation.ValidationMessageAcceptor
This property is an alias for the action: getMessageAcceptor
def getChain : org.eclipse.emf.common.util.DiagnosticChain
def getCheckMode : org.eclipse.xtext.validation.CheckMode
def getCheckType : org.eclipse.xtext.validation.CheckType
def getContext : java.util.Map<K,V>
def getCurrentMethod : java.lang.reflect.Method
def getCurrentObject : org.eclipse.emf.ecore.EObject
def getCurrentValidator : AbstractExtraLanguageValidator
def getMessageAcceptor : org.eclipse.xtext.validation.ValidationMessageAcceptor