| Package | Description |
|---|---|
| org.jibx.schema.codegen |
| Modifier and Type | Method and Description |
|---|---|
InvocationBuilder |
ClassBuilder.createExpressionMethodCall(ExpressionBuilderBase expr,
String mname)
Create method call builder on the reference result of an expression.
|
InvocationBuilder |
ClassBuilder.createLocalStaticMethodCall(String mname)
Create internal static method call builder.
|
InvocationBuilder |
ClassBuilder.createMemberMethodCall(String mname)
Create internal member method call builder.
|
InvocationBuilder |
ClassBuilder.createNormalMethodCall(String name,
String mname)
Create method call builder on a local variable or field value.
|
InvocationBuilder |
ClassBuilder.createStaticMethodCall(String fname)
Create a static method call builder.
|
InvocationBuilder |
ClassBuilder.createStaticMethodCall(String cname,
String mname)
Create a static method call builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBuilder.addCall(InvocationBuilder call)
Append a method call statement.
|
Copyright © 2005-2014 jibx.org. All Rights Reserved.