|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Argument | |
---|---|
orc.orchard.oil | JAXB implementation classes for the Orc Intermediate Language XML binding. |
Uses of Argument in orc.orchard.oil |
---|
Subclasses of Argument in orc.orchard.oil | |
---|---|
class |
Constant
|
class |
Field
|
class |
List
|
class |
Option
Rather than using two different classes for NoneValue and SomeValue, we assume use null to represent NoneValue, and Constant(null) to represent a null SomeValue. |
class |
Site
|
class |
Tuple
|
class |
UnrepresentableValue
FIXME: this is a hack so I can get everything to compile without worrying about representations for weird values like closures and sites. |
class |
Value
Orc values. |
class |
Variable
|
Fields in orc.orchard.oil declared as Argument | |
---|---|
Argument[] |
Call.arguments
|
Argument |
Call.callee
|
Constructors in orc.orchard.oil with parameters of type Argument | |
---|---|
Call(Argument callee,
Argument[] arguments)
|
|
Call(Argument callee,
Argument[] arguments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |