Uses of Class
org.jibx.binding.classes.MethodBuilder
-
Packages that use MethodBuilder Package Description org.jibx.binding.classes org.jibx.binding.def -
-
Uses of MethodBuilder in org.jibx.binding.classes
Subclasses of MethodBuilder in org.jibx.binding.classes Modifier and Type Class Description classContextMethodBuilderBuilder for binding methods with a context and, optionally, a current object.classExceptionMethodBuilderBuilder for simple methods that may just pass checked exceptions on to caller.classMarshalBuilderMarshalling method builder.classMarshalUnmarshalBuilderBuilder for marshal and unmarshal methods.classUnmarshalBuilderUnmarshalling method builder.Methods in org.jibx.binding.classes with parameters of type MethodBuilder Modifier and Type Method Description BindingMethodBoundClass. getUniqueMethod(MethodBuilder builder)Get unique method.BindingMethodBoundClass. getUniqueNamed(MethodBuilder builder)Get unique method.voidBranchWrapper. 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 Modifier and Type Method Description voidPropertyDefinition. genFlag(MethodBuilder mb)Generate code to call flag method with value on stack.voidDefinitionContext. genLoadNamespaces(MethodBuilder mb)Generate code for loading namespace index and URI arrays.voidNameDefinition. genPushIndexPair(MethodBuilder mb)Generate code to push namespace index followed by name.voidNameDefinition. genPushName(MethodBuilder mb)Generate code to push name.voidNameDefinition. genPushUri(MethodBuilder mb)Generate code to push namespace URI.voidNameDefinition. genPushUriPair(MethodBuilder mb)Generate code to push namespace URI followed by name.voidPropertyDefinition. genStore(MethodBuilder mb)Generate code to store property value from stack.
-