|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ICodeProcessor in org.eclipse.actf.validation.core |
---|
Methods in org.eclipse.actf.validation.core that return ICodeProcessor | |
---|---|
ICodeProcessor |
Parameter.getCodeProcessor()
returns the code processor being used by this parameter. |
Methods in org.eclipse.actf.validation.core with parameters of type ICodeProcessor | |
---|---|
void |
Parameter.setCodeProcessor(ICodeProcessor cp)
set the code processor for this parameter |
Constructors in org.eclipse.actf.validation.core with parameters of type ICodeProcessor | |
---|---|
Parameter(String param,
ICodeProcessor codeProcessor)
create a Parameter object for later resolution. |
|
Parameter(String param,
int type,
ICodeProcessor codeProcessor)
create a Parameter object for later resolution. |
Uses of ICodeProcessor in org.eclipse.actf.validation.doc.codeproc |
---|
Classes in org.eclipse.actf.validation.doc.codeproc that implement ICodeProcessor | |
---|---|
class |
AbstractCodeProcessor
This abstract class implements the basic functionality of a ICodeProcessor whether it be a compiler or interpreter processor. |
Methods in org.eclipse.actf.validation.doc.codeproc that return ICodeProcessor | |
---|---|
ICodeProcessor |
DefaultCodeProcessorFactory.getCodeProcessor(String lang,
IModel model)
retrieve a ICodeProcessor for the given language. |
ICodeProcessor |
ICodeProcessorFactory.getCodeProcessor(String lang,
IModel model)
retrieve a ICodeProcessor for the given language. |
Uses of ICodeProcessor in org.eclipse.actf.validation.doc.rulebase |
---|
Methods in org.eclipse.actf.validation.doc.rulebase that return ICodeProcessor | |
---|---|
ICodeProcessor |
ReflectionDocumentRuleFactory.getCodeProcessor()
|
ICodeProcessor |
ValidationDocumentRuleBase.getCodeProcessor()
|
Methods in org.eclipse.actf.validation.doc.rulebase with parameters of type ICodeProcessor | |
---|---|
void |
ReflectionDocumentRuleFactory.setCodeProcessor(ICodeProcessor codeProc)
|
void |
ValidationDocumentRuleBase.setCodeProcessor(ICodeProcessor codeProc)
|
Uses of ICodeProcessor in org.eclipse.actf.validation.doc.scripting |
---|
Classes in org.eclipse.actf.validation.doc.scripting that implement ICodeProcessor | |
---|---|
class |
AbstractCodeInterpreter
used to evaluate expressions and execute scripts given in the XML document. |
class |
JavaScriptCodeInterpreter
A code interpreter for scripts written in JavaScript/Rhino. |
Uses of ICodeProcessor in org.eclipse.actf.validation.rulebase |
---|
Methods in org.eclipse.actf.validation.rulebase that return ICodeProcessor | |
---|---|
ICodeProcessor |
IDocumentRuleBase.getCodeProcessor()
Retrieve the ICodeProcessor for this IRuleBase. |
Methods in org.eclipse.actf.validation.rulebase with parameters of type ICodeProcessor | |
---|---|
void |
IDocumentRuleBase.setCodeProcessor(ICodeProcessor codeProc)
Set the ICodeProcessor for this IRuleBase |
Uses of ICodeProcessor in org.eclipse.actf.validation.validators |
---|
Methods in org.eclipse.actf.validation.validators that return ICodeProcessor | |
---|---|
ICodeProcessor |
AccessibilityValidationContext.getCodeProcessor()
convenience method for obtaining the code processor associated with this context. |
Methods in org.eclipse.actf.validation.validators with parameters of type ICodeProcessor | |
---|---|
void |
AccessibilityValidationContext.setCodeProcessor(ICodeProcessor cp)
set the code processor for this context. |
Constructors in org.eclipse.actf.validation.validators with parameters of type ICodeProcessor | |
---|---|
AccessibilityValidationContext(IModel arch,
ICodeProcessor codeProc,
IReporter reporter,
INodeLocator locator,
Set validatedComps,
Map componentMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |