|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
org.eclipse.m2m.atl.core.ui.vm.debug | |
org.eclipse.m2m.atl.debug.core.adwp | |
org.eclipse.m2m.atl.engine.emfvm.launch.debug |
Uses of Value in org.eclipse.m2m.atl.core.ui.vm.debug |
---|
Subclasses of Value in org.eclipse.m2m.atl.core.ui.vm.debug | |
---|---|
class |
LocalObjectReference
The local implementation of an object reference. |
Methods in org.eclipse.m2m.atl.core.ui.vm.debug that return Value | |
---|---|
static Value |
LocalObjectReference.asm2value(ASMOclAny o,
NetworkDebugger debugger)
Converts an ASM Object into a Value . |
Value |
LocalObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Value |
LocalObjectReference.get(java.lang.String propName)
Gets a value for the given property. |
Methods in org.eclipse.m2m.atl.core.ui.vm.debug with parameters of type Value | |
---|---|
void |
LocalObjectReference.set(java.lang.String propName,
Value value)
Sets a value for the given property. |
Method parameters in org.eclipse.m2m.atl.core.ui.vm.debug with type arguments of type Value | |
---|---|
Value |
LocalObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Uses of Value in org.eclipse.m2m.atl.debug.core.adwp |
---|
Subclasses of Value in org.eclipse.m2m.atl.debug.core.adwp | |
---|---|
class |
BooleanValue
The boolean implementation of the debugger value. |
class |
IntegerValue
The Integer implementation of the debugger value. |
class |
NullValue
The "null" value. |
class |
ObjectReference
A reference to an object. |
class |
RealValue
The Real implementation of the debugger value. |
class |
RemoteObjectReference
The remote implementation of the ObjectReference . |
class |
StringValue
The String implementation of the debugger value. |
Methods in org.eclipse.m2m.atl.debug.core.adwp that return Value | |
---|---|
Value |
RemoteObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
abstract Value |
ObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Value |
RemoteObjectReference.get(java.lang.String propName)
Gets a value for the given property. |
abstract Value |
ObjectReference.get(java.lang.String propName)
Gets a value for the given property. |
Value |
AtlValue.getValue()
Returns the ATL value. |
protected Value |
ADWP.readValue()
Reads a value from the input stream. |
Value |
ADWPDebugger.request(int cmd,
java.util.List<Value> args)
Sends a request to the debuggee. |
Methods in org.eclipse.m2m.atl.debug.core.adwp that return types with arguments of type Value | |
---|---|
java.util.List<Value> |
ADWPCommand.getArgs()
|
Methods in org.eclipse.m2m.atl.debug.core.adwp with parameters of type Value | |
---|---|
void |
RemoteObjectReference.set(java.lang.String propName,
Value value)
Sets a value for the given property. |
abstract void |
ObjectReference.set(java.lang.String propName,
Value value)
Sets a value for the given property. |
protected void |
ADWP.writeValue(Value value)
Writes the given value on the output stream. |
Method parameters in org.eclipse.m2m.atl.debug.core.adwp with type arguments of type Value | |
---|---|
Value |
RemoteObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
abstract Value |
ObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Value |
ADWPDebugger.request(int cmd,
java.util.List<Value> args)
Sends a request to the debuggee. |
ADWPCommand |
ADWPDebugger.requestMessage(int cmd,
java.util.List<Value> args)
Sends a message request to the debuggee. |
void |
ADWPDebugger.sendCommand(int cmd,
java.util.List<Value> args)
Sends a command with the given arguments. |
void |
ADWP.sendMessage(int msg,
int ack,
java.util.List<Value> args)
Sends a message. |
Constructors in org.eclipse.m2m.atl.debug.core.adwp with parameters of type Value | |
---|---|
AtlMapValue(Value key,
Value value,
AtlDebugTarget atlDT)
This AtlMapValue is built with two value (key, value) and a debug target. |
|
AtlValue(Value value,
AtlDebugTarget atlDT)
Constructor. |
|
AtlValue(Value value,
ObjectReference asType,
AtlDebugTarget atlDT)
Constructor. |
Constructor parameters in org.eclipse.m2m.atl.debug.core.adwp with type arguments of type Value | |
---|---|
ADWPCommand(int code,
int ack,
java.util.List<Value> args)
Creates a new command. |
Uses of Value in org.eclipse.m2m.atl.engine.emfvm.launch.debug |
---|
Methods in org.eclipse.m2m.atl.engine.emfvm.launch.debug that return Value | |
---|---|
Value |
LocalObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
Value |
LocalObjectReference.get(java.lang.String propName)
Gets a value for the given property. |
static Value |
LocalObjectReference.object2value(java.lang.Object o,
NetworkDebugger debugger)
Converts an Object into a Value . |
Methods in org.eclipse.m2m.atl.engine.emfvm.launch.debug with parameters of type Value | |
---|---|
void |
LocalObjectReference.set(java.lang.String propName,
Value value)
Sets a value for the given property. |
Method parameters in org.eclipse.m2m.atl.engine.emfvm.launch.debug with type arguments of type Value | |
---|---|
Value |
LocalObjectReference.call(java.lang.String opName,
java.util.List<Value> args)
Calls an operation with the given arguments. |
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |