Interface DefaultSyntaxInfos.Structure.Builder<B extends DefaultSyntaxInfos.Structure.Builder<B,E>,E extends Structure>

Type Parameters:
B - The type of builder being used.
E - The Structure class providing the implementation of the syntax info being built.
All Superinterfaces:
Builder<SyntaxInfo.Builder<?,?>,SyntaxInfo<?>>, SyntaxInfo.Builder<B,E>
Enclosing interface:
DefaultSyntaxInfos.Structure<E extends Structure>

public static interface DefaultSyntaxInfos.Structure.Builder<B extends DefaultSyntaxInfos.Structure.Builder<B,E>,E extends Structure> extends SyntaxInfo.Builder<B,E>
A Structure-specific builder is used for constructing a new Structure syntax info.
See Also: