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

com.legstar.base.visitor.FromCobolChoiceStrategy Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package com.legstar.base.visitor;

import java.util.Map;

import com.legstar.base.type.CobolType;
import com.legstar.base.type.composite.CobolChoiceType;

public interface FromCobolChoiceStrategy {
    
    CobolType choose(String choiceFieldName, CobolChoiceType choiceType, Map < String, Object > variables, byte[] hostData, int start);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy