# Stack
Inherits from: RHObject
# Class Methods
# Inherited methods
# New
function Dynamic New()
# Overrides:
New
in class RHObject
# Instance Methods
# Property Methods
Property methods can be accessed with the valueForKey
method.
classidentifier classname clone errorassoc hash identityhashcode isempty iterator methods new okassoc pop propertymethods reset serialize size string top
# Inherited methods
assert cacheMethod cacheValueForKey callSuper checkError class classIdentifier className clone deserialize dict endTrans hash identityHashCode isAccessorMethod isCached isInstanceOf isProperty isPropertyMethod iterator methods pluck prepareForReuse propertyMethods removeFromCache reset resetCache resetSubclass respondsTo serialize setCacheValueForKey setValueForKey setValueForKeyPath setValues startTrans string super valueForKey valueForKeyPath
# isEmpty
function Boolean isEmpty()
# pop
function Dynamic pop()
# push
function Void push(Dynamic item)
# size
function Integer size()
# top
function Dynamic top()