Package com._1c.g5.v8.dt.md.resource
Class MdStdCommandInferrer
java.lang.Object
com._1c.g5.v8.dt.md.resource.MdStdCommandInferrer
- All Implemented Interfaces:
- Visitors.IVisitor
Infers standard commands from an MdObject.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected boolean_infer(AccountingRegister accountingRegister, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers AccountingRegister standard commands.protected boolean_infer(AccumulationRegister accumReg, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers AccumulationRegister standard commands.protected boolean_infer(BusinessProcess bp, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers BusinessProcess standard commands.protected boolean_infer(CalculationRegister calculationRegister, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers CalculationRegister standard commands.protected booleanInfers Catalog standard commands.protected boolean_infer(ChartOfAccounts chartOfAccounts, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers Chart of accounts standard commands.protected boolean_infer(ChartOfCalculationTypes chartOfCalculationTypes, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers ChartOfCalculationTypes standard commands.protected boolean_infer(ChartOfCharacteristicTypes chartOfCharacteristicTypes, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers ChartOfCharacteristicTypes standard commands.protected boolean_infer(CommonForm commonForm, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers CommonForm (ConstantForms) standard commands.protected booleanInfers Constant standard commands.protected booleanprotected boolean_infer(DataProcessor dataProcessor, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers DataProcessor standard commands.protected boolean_infer(DimensionTable table, org.eclipse.xtext.resource.IEObjectDescription[] groups) protected boolean_infer(DocumentJournal documentJournal, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers DocumentJournal standard commands.protected booleanInfers Document standard commands.protected booleanInfers Enum standard commands.protected boolean_infer(ExchangePlan exchangePlan, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers ExchangePlan standard commands.protected boolean_infer(FilterCriterion filterCriterion, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers FilterCriterion standard commands.protected boolean_infer(InformationRegister infoReg, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers InformationRegister standard commands.protected booleanInfers Report standard commands.protected booleanprotected booleanInfers Task standard commands.protected boolean_infer(org.eclipse.emf.ecore.EObject object, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers EObject standard commands.booleaninfer(org.eclipse.emf.ecore.EObject catalog, org.eclipse.xtext.resource.IEObjectDescription[] groups) booleanvisit(org.eclipse.emf.ecore.EObject eObject) Visits the given object.
- 
Constructor Details- 
MdStdCommandInferrerpublic MdStdCommandInferrer()
 
- 
- 
Method Details- 
visitpublic boolean visit(org.eclipse.emf.ecore.EObject eObject) Visits the given object. Returns whether the contents of the object should also be visited.- Specified by:
- visitin interface- Visitors.IVisitor
- Parameters:
- eObject- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(org.eclipse.emf.ecore.EObject object, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers EObject standard commands.- Parameters:
- eObject- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(AccumulationRegister accumReg, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers AccumulationRegister standard commands.- Parameters:
- accumReg- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(ChartOfCharacteristicTypes chartOfCharacteristicTypes, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers ChartOfCharacteristicTypes standard commands.- Parameters:
- chartOfCharacteristicTypes- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(Document document, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers Document standard commands.- Parameters:
- document- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferInfers Enum standard commands.- Parameters:
- enumm- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(InformationRegister infoReg, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers InformationRegister standard commands.- Parameters:
- infoReg- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(DocumentJournal documentJournal, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers DocumentJournal standard commands.- Parameters:
- documentJournal- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(DataProcessor dataProcessor, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers DataProcessor standard commands.- Parameters:
- dataProcessor- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferInfers Catalog standard commands.- Parameters:
- catalog- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(ChartOfAccounts chartOfAccounts, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers Chart of accounts standard commands.- Parameters:
- chartOfAccounts- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferInfers Report standard commands.- Parameters:
- report- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(CommonForm commonForm, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers CommonForm (ConstantForms) standard commands.- Parameters:
- commonForm- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(Constant constant, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers Constant standard commands.- Parameters:
- constant- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(ExchangePlan exchangePlan, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers ExchangePlan standard commands.- Parameters:
- exchangePlan- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(BusinessProcess bp, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers BusinessProcess standard commands.- Parameters:
- bp- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferInfers Task standard commands.- Parameters:
- task- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(FilterCriterion filterCriterion, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers FilterCriterion standard commands.- Parameters:
- filterCriterion- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(AccountingRegister accountingRegister, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers AccountingRegister standard commands.- Parameters:
- accountingRegister- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(CalculationRegister calculationRegister, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers CalculationRegister standard commands.- Parameters:
- calculationRegister- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_inferprotected boolean _infer(ChartOfCalculationTypes chartOfCalculationTypes, org.eclipse.xtext.resource.IEObjectDescription[] groups) Infers ChartOfCalculationTypes standard commands.- Parameters:
- chartOfCalculationTypes- not- null
- groups- not- null
- Returns:
- trueif the contents of the given object should be visited, and- falseotherwise
 
- 
_infer
- 
_infer
- 
_inferprotected boolean _infer(DimensionTable table, org.eclipse.xtext.resource.IEObjectDescription[] groups) 
- 
inferpublic boolean infer(org.eclipse.emf.ecore.EObject catalog, org.eclipse.xtext.resource.IEObjectDescription[] groups) 
 
-