module Synopsis.Parsers.IDL.idlast
class Operation
Operation declaration (Decl, DeclRepoId) Functions: oneway() -- boolean: true if operation is one way. returnType() -- IdlType.Type object for return type. parameters() -- list of Parameter objects. raises() -- list of Exception objects. contexts() -- list of strings for context expressions.
Operation-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html Scopes/Synopsis/Parsers/IDL/idlast/DeclRepoId.html
-Attributes
source code
source code
source code
source code
source code
-Methods
  __init__(self, file, line, mainFile, pragmas, comments, oneway, returnType, identifier, scopedName, repoId, parameters, raises, contexts)
references
source code
  accept(self, visitor)
references
source code
  oneway(self)
references
source code
  returnType(self)
references
source code
  parameters(self)
references
source code
  raises(self)
references
source code
  contexts(self)
references
source code
Attributes Inherited from Decl
__file, __line, __mainFile, __builtIn, __pragmas, __comments
Methods Inherited from Decl
file, line, mainFile, builtIn, pragmas, comments, fullDecl
Attributes Inherited from DeclRepoId
__identifier, __scopedName, __repoId
Methods Inherited from DeclRepoId
identifier, scopedName, repoId