Class Grammar_WithConcepts2OD
java.lang.Object
de.monticore.grammar.grammar_withconcepts._od.Grammar_WithConcepts2OD
- All Implemented Interfaces:
Grammar_WithConceptsHandler,Grammar_WithConceptsVisitor2,de.monticore.visitor.IHandler,de.monticore.visitor.IVisitor
public class Grammar_WithConcepts2OD
extends Object
implements Grammar_WithConceptsVisitor2, Grammar_WithConceptsHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected de.monticore.prettyprint.IndentPrinterprotected booleanprotected booleanprotected de.monticore.generating.templateengine.reporting.commons.ReportingRepositoryprotected Grammar_WithConceptsTraverser -
Constructor Summary
ConstructorsConstructorDescriptionGrammar_WithConcepts2OD(de.monticore.prettyprint.IndentPrinter printer, de.monticore.generating.templateengine.reporting.commons.ReportingRepository reporting) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidhandle(ASTExpressionPredicate node) voidhandle(ASTJavaCode node) voidhandle(ASTMCConcept node) booleanbooleanprotected voidprintAttribute(String name, String value) protected voidprintObject(String objName, String objType) printObjectDiagram(String modelName, ASTGrammar_WithConceptsNode node) voidsetPrintEmptyList(boolean printEmptyList) voidsetPrintEmptyOptional(boolean printEmptyOptional) voidsetTraverser(Grammar_WithConceptsTraverser traverser) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.grammar.grammar_withconcepts._visitor.Grammar_WithConceptsHandler
handle, handle, handle, handle, handle, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverseMethods inherited from interface de.monticore.grammar.grammar_withconcepts._visitor.Grammar_WithConceptsVisitor2
endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit, visit, visit, visit, visitMethods inherited from interface de.monticore.visitor.IHandler
handle, handle, handle, handle, handle, traverse, traverseMethods inherited from interface de.monticore.visitor.IVisitor
endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit
-
Field Details
-
traverser
-
pp
protected de.monticore.prettyprint.IndentPrinter pp -
reporting
protected de.monticore.generating.templateengine.reporting.commons.ReportingRepository reporting -
printEmptyOptional
protected boolean printEmptyOptional -
printEmptyList
protected boolean printEmptyList
-
-
Constructor Details
-
Grammar_WithConcepts2OD
public Grammar_WithConcepts2OD(de.monticore.prettyprint.IndentPrinter printer, de.monticore.generating.templateengine.reporting.commons.ReportingRepository reporting)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceGrammar_WithConceptsHandler
-
handle
- Specified by:
handlein interfaceGrammar_WithConceptsHandler
-
handle
- Specified by:
handlein interfaceGrammar_WithConceptsHandler
-
handle
- Specified by:
handlein interfaceGrammar_WithConceptsHandler
-
getTraverser
- Specified by:
getTraverserin interfaceGrammar_WithConceptsHandler- Specified by:
getTraverserin interfacede.monticore.visitor.IHandler
-
setTraverser
- Specified by:
setTraverserin interfaceGrammar_WithConceptsHandler
-
printAttribute
-
printObject
-
printObjectDiagram
-
isPrintEmptyOptional
public boolean isPrintEmptyOptional() -
setPrintEmptyOptional
public void setPrintEmptyOptional(boolean printEmptyOptional) -
isPrintEmptyList
public boolean isPrintEmptyList() -
setPrintEmptyList
public void setPrintEmptyList(boolean printEmptyList)
-