Holiday notice: Cycling '74 will be closed on Dec 25th, 26th, and Jan 1st. Manual authorization, support cases, and manual order processing will be delayed.
Hi, i am looking for a way to get the subtype of an Atom in java.
can i do something like below (in pseudo code) :
post("is String : " + myatom.GetClass().equals(Atom.class)
post("is String : " + (myatom instanceof Atom));