| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Method and Description |
|---|---|
InfixExpressionBuilder |
ClassBuilder.buildInfix(org.eclipse.jdt.core.dom.InfixExpression.Operator op)
Build general infix expression.
|
InfixExpressionBuilder |
ClassBuilder.buildNameOp(String name,
org.eclipse.jdt.core.dom.InfixExpression.Operator op)
Build infix expression involving a local variable or field name as the left operand.
|
InfixExpressionBuilder |
ClassBuilder.buildStringConcatenation(String text)
Build a string concatenation expression starting from from a string literal.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.