Class: IceGrid::FileParserPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
FileParserPrx_mixin
Defined in:
lib/IceGrid/FileParser.rb

Constant Summary collapse

ICE_TYPE =
T_FileParserPrx

Class Method Summary collapse

Methods included from FileParserPrx_mixin

#parse

Class Method Details

.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object



81
82
83
# File 'lib/IceGrid/FileParser.rb', line 81

def FileParserPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil)
    ice_checkedCast(proxy, '::IceGrid::FileParser', facetOrCtx, _ctx)
end

.ice_staticIdObject



88
89
90
# File 'lib/IceGrid/FileParser.rb', line 88

def FileParserPrx.ice_staticId()
    '::IceGrid::FileParser'
end

.uncheckedCast(proxy, facet = nil) ⇒ Object



85
86
87
# File 'lib/IceGrid/FileParser.rb', line 85

def FileParserPrx.uncheckedCast(proxy, facet=nil)
    ice_uncheckedCast(proxy, facet)
end