public interface KSNode
Base class of every visitable program elements.
abstract <D extends Any, R extends Any> R
accept(KSVisitor<D, R> visitor, D data)
abstract Origin
getOrigin()
abstract Location
getLocation()
abstract KSNode
getParent()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract <D extends Any, R extends Any> R accept(KSVisitor<D, R> visitor, D data)
abstract Origin getOrigin()
abstract Location getLocation()
abstract KSNode getParent()