Class MultiTypedReferenceValue


  • public class MultiTypedReferenceValue
    extends ReferenceValue
    This TypedReferenceValue can have multiple potential types during runtime. E.g. when evaluating SuperClass s = someFlag ? new A() : new B(), s may be of type LA; or LB;.