genCode: genCode

Description Usage Arguments Value

Description

genCode

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
genCode(obj, ...)

## S4 method for signature 'SlotDirectiveList'
genCode(obj, ...)

## S4 method for signature 'SlotDirective'
genCode(obj, ...)

## S4 method for signature 'ContainsDirective'
genCode(obj, ...)

## S4 method for signature 'SlotDefaultDirectiveList'
genCode(obj, ...)

## S4 method for signature 'SlotDefaultDirective'
genCode(obj, ...)

## S4 method for signature 'list'
genCode(obj, ...)

## S4 method for signature 'SigTypeDirectiveList'
genCode(obj, ...)

## S4 method for signature 'S4GenericRecipe'
genCode(obj, ...)

## S4 method for signature 'S4MethodRecipe'
genCode(obj)

## S4 method for signature 'S4ClassRecipe'
genCode(obj)

Arguments

obj

The object (generally a class definition, *Recipe object or part thereof, to generate code from

...

unused

Value

A character vector of R code, or list of multiple code blocks


gmbecker/S4Coffee documentation built on May 17, 2019, 6:42 a.m.