Uses of Class
org.simpleframework.xml.core.SignatureBuilder.ParameterList
Packages that use SignatureBuilder.ParameterList
-
Uses of SignatureBuilder.ParameterList in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core that return SignatureBuilder.ParameterListModifier and TypeMethodDescriptionSignatureBuilder.ParameterTable.get
(int column) This is used to acquire the column of parameters from the table.Methods in org.simpleframework.xml.core with parameters of type SignatureBuilder.ParameterListModifier and TypeMethodDescriptionprivate void
SignatureBuilder.build
(SignatureBuilder.ParameterTable matrix, SignatureBuilder.ParameterList signature, int index) This is used to build all permutations of parameters that exist within the constructor.private void
SignatureBuilder.populate
(SignatureBuilder.ParameterTable matrix, SignatureBuilder.ParameterList signature, int index) This is the final leg of building a permutation where a signature is given to permutate on the last column.Constructors in org.simpleframework.xml.core with parameters of type SignatureBuilder.ParameterListModifierConstructorDescriptionConstructor for theParameterList
object.