All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hisrc.jsonix.analysis.InfoVertexVisitor Maven / Gradle / Ivy

There is a newer version: 2.3.9
Show newest version
package org.hisrc.jsonix.analysis;

public interface InfoVertexVisitor {

	public V visitPackageInfoVertex(PackageInfoVertex vertex);

	public V visitTypeInfoVertex(TypeInfoVertex vertex);

	public V visitElementInfoVertex(ElementInfoVertex vertex);

	public V visitPropertyInfoVertex(PropertyInfoVertex vertex);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy