All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ge.jenesis4java.jenesis4java.2.17.source-code.blockstyle.properties Maven / Gradle / Ivy

Go to download

Generating Java sources from strings or patterns can become very inconvenient, in those cases Jenesis 4 Java can be a solution for you. Jenesis 4 Java is a DOM (domain object model) of the Java programming language. The complete java class including annotations and comments is constructed with as a DOM (that can be manipulated in as many passes you need) until you let it encode to a java file.

There is a newer version: 2.19
Show newest version
# --------------------------------------------------
# This is the blockstyle properties file.
# Block styles control the look of a block (a
# block is something that is delimited by braces).
# --------------------------------------------------

# each style is instantiated by naming the class
style.standard = net.sourceforge.jenesis4java.impl.MStyle$Standard
style.lambda = net.sourceforge.jenesis4java.impl.MStyle$Lambda
style.optional = net.sourceforge.jenesis4java.impl.MStyle$Optional
style.sameline = net.sourceforge.jenesis4java.impl.MStyle$SameLine

# associations
interface = style.standard
class = style.sameline
method = style.standard
constructor = style.sameline
static-initializer = style.sameline
anonymous-class = style.sameline
local-class = style.standard
synchronized = style.sameline
while = style.sameline
do = style.sameline
for = style.sameline
switch = style.sameline
case = style.sameline
default = style.sameline
if = style.sameline
else-if = style.sameline
# else = style.optional
else = style.sameline
try = style.sameline
catch = style.sameline
finally = style.sameline
lambda-block = style.lambda





© 2015 - 2025 Weber Informatics LLC | Privacy Policy