|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodBuilder | |
|---|---|
| org.jibx.binding.classes | |
| org.jibx.binding.def | |
| Uses of MethodBuilder in org.jibx.binding.classes |
|---|
| Subclasses of MethodBuilder in org.jibx.binding.classes | |
|---|---|
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. |
| Methods in org.jibx.binding.classes with parameters of type MethodBuilder | |
|---|---|
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. |
| Uses of MethodBuilder in org.jibx.binding.def |
|---|
| Methods in org.jibx.binding.def with parameters of type MethodBuilder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||