module Synopsis.Parsers.IDL.idlast
class Parameter
Parameter-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html
A Parameter of an operation or factory specifier (Decl) Functions: direction() -- integer: 0 == in, 1 == out, 2 == inout. is_in() -- boolean: true if in or inout. is_out() -- boolean: true if out or inout. paramType() -- IdlType.Type object for the parameter type. identifier() -- string of parameter identifier.
Attributes Summary:
source code
source code
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, direction, paramType, identifier)
references
source code
  accept(self, visitor)
references
source code
  direction(self)
references
source code
  is_in(self)
references
source code
  is_out(self)
references
source code
  paramType(self)
references
source code
  identifier(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