| Package | Description | 
|---|---|
| net.sourceforge.jenesis4java | |
| net.sourceforge.jenesis4java.impl | 
| Modifier and Type | Method and Description | 
|---|---|
Freeform | 
Freeform.dedentLine()
Decrements the tab and calls newLine() 
 | 
Freeform | 
Freeform.indentLine()
Increments the tab and calls newLine() 
 | 
abstract Freeform | 
VirtualMachine.newFree(String code)
Expression factory method which returns a new freeform expression
 with the given code. | 
Freeform | 
Freeform.newLine()
Adds a the newLine string according to
  
System.getProperty("line.separator") and the line is padded
 with the n tab characters where n is the number returned by
 getIndentNumber(). | 
Freeform | 
Freeform.resetLine()
Resets the tab counter to zero and calls the newLine() method. 
 | 
Freeform | 
Freeform.setCode(String code)
Sets the code for this expression. 
 | 
Freeform | 
Freeform.space()
Writes a single space. 
 | 
Freeform | 
Freeform.write(boolean b)
Writes a boolean. 
 | 
Freeform | 
Freeform.write(char c)
Writes a single character. 
 | 
Freeform | 
Freeform.write(char[] chars)
Writes an array of characters. 
 | 
Freeform | 
Freeform.write(double d)
Writes a double. 
 | 
Freeform | 
Freeform.write(float f)
Writes a float. 
 | 
Freeform | 
Freeform.write(int i)
Writes an integer. 
 | 
Freeform | 
Freeform.write(Object o)
Writes an object. 
 | 
Freeform | 
Freeform.write(Object[] ao)
Writes each element of the given object array. 
 | 
Freeform | 
Freeform.write(String s)
Writes a string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Freeform | 
MVM.newFree(String code)  | 
Copyright © 2000–2018 jenesis4java. All rights reserved.