Class RosettaGrammarUtil
java.lang.Object
com.regnosys.rosetta.generator.java.util.RosettaGrammarUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringextractGrammarText(RosettaFeature rosettaFeature) static StringextractNodeText(org.eclipse.emf.ecore.EObject rosettaFeature, org.eclipse.emf.ecore.EStructuralFeature feature) static StringgrammarText(org.eclipse.emf.ecore.EObject expr) static StringgrammarWhenThen(org.eclipse.emf.ecore.EObject when, org.eclipse.emf.ecore.EObject then) static String
-
Constructor Details
-
RosettaGrammarUtil
public RosettaGrammarUtil()
-
-
Method Details
-
quote
-
grammarText
-
grammarWhenThen
public static String grammarWhenThen(org.eclipse.emf.ecore.EObject when, org.eclipse.emf.ecore.EObject then) -
extractNodeText
public static String extractNodeText(org.eclipse.emf.ecore.EObject rosettaFeature, org.eclipse.emf.ecore.EStructuralFeature feature) -
extractGrammarText
-