// This is the Host class graph. Compile this separately package Host; public class SomeClass { public String str = "johan rulez!"; public String get_str() { return str; } // will be mapped to readOp }