| Package | Description |
|---|---|
| org.jibx.binding.classes | |
| org.jibx.binding.def |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextMethodBuilder
Builder for binding methods with a context and, optionally, a current object.
|
class |
ExceptionMethodBuilder
Builder for simple methods that may just pass checked exceptions on to
caller.
|
class |
MarshalBuilder
Marshalling method builder.
|
class |
MarshalUnmarshalBuilder
Builder for marshal and unmarshal methods.
|
class |
UnmarshalBuilder
Unmarshalling method builder.
|
| Modifier and Type | Method and Description |
|---|---|
BindingMethod |
BoundClass.getUniqueMethod(MethodBuilder builder)
Get unique method.
|
BindingMethod |
BoundClass.getUniqueNamed(MethodBuilder builder)
Get unique method.
|
void |
BranchWrapper.setTarget(BranchTarget target,
MethodBuilder mb)
Set target instruction for branch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDefinition.genFlag(MethodBuilder mb)
Generate code to call flag method with value on stack.
|
void |
DefinitionContext.genLoadNamespaces(MethodBuilder mb)
Generate code for loading namespace index and URI arrays.
|
void |
NameDefinition.genPushIndexPair(MethodBuilder mb)
Generate code to push namespace index followed by name.
|
void |
NameDefinition.genPushName(MethodBuilder mb)
Generate code to push name.
|
void |
NameDefinition.genPushUri(MethodBuilder mb)
Generate code to push namespace URI.
|
void |
NameDefinition.genPushUriPair(MethodBuilder mb)
Generate code to push namespace URI followed by name.
|
void |
PropertyDefinition.genStore(MethodBuilder mb)
Generate code to store property value from stack.
|
Copyright © 2005–2016 jibx.org. All rights reserved.