Class Format
java.lang.Object
org.eolang.jeo.representation.directives.Format
Output format of the XMIR representation.
- Since:
- 0.14.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanShould method modifiers be included in the output.
-
Field Details
-
MODIFIERS
Should method modifiers be included in the output.- See Also:
-
-
Constructor Details
-
Format
Prepare pairs of properties.- Parameters:
pairs- Pairs of properties, each pair consists of a name and a value.
-
-
Method Details
-
modifiers
public boolean modifiers()Should method modifiers be included in the output.- Returns:
- True if modifiers are included, false otherwise.
-