Fixed: Script/Class initializers order of assignment

Changed: Compound script has slot/const traits inside main script initializer
This commit is contained in:
Jindra Petřík
2024-08-27 09:43:40 +02:00
parent 54faceb9a8
commit 4e528c181c
50 changed files with 1521 additions and 465 deletions
@@ -767,6 +767,14 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
public boolean handlesNewLine() {
return false;
}
/**
* Checks whether this item needs single newline before and after.
* @return True if needs
*/
public boolean hasSingleNewLineAround() {
return false;
}
/**
* Converts this to string with new line.