Package | Description |
---|---|
net.sourceforge.jenesis4java |
Modifier and Type | Method and Description |
---|---|
Let |
Let.addAssign(Assign assign)
Adds a new assignment to this variable declaration.
|
Let |
Let.addAssign(String name,
Expression expr)
Adds a new assignment to this variable declaration.
|
Let |
Let.isFinal(boolean value)
Setter method for the isFinal flag.
|
Let |
Block.newDeclarationLet(Type type)
Adds a new
Let statement to declaration section of this block for
the given type and returns it. |
Let |
Block.newLet(Type type)
Adds a new
Let statement to this block for the given type and
returns it. |
Let |
For.setInit(Type type)
Sets this declaration statement to a
Let statement with the given
Type . |
Let |
Let.setType(Type expr)
Sets the type for this declaration.
|
Copyright © 2000–2018 jenesis4java. All rights reserved.