public class

InstantiateCommand

extends IdentityValueCommand
implements HasSetters HasTargetClass
java.lang.Object
   ↳ com.google.gwt.rpc.client.ast.RpcCommand
     ↳ com.google.gwt.rpc.client.ast.ValueCommand
       ↳ com.google.gwt.rpc.client.ast.IdentityValueCommand
         ↳ com.google.gwt.rpc.client.ast.InstantiateCommand

Class Overview

Triggers the instantiation of an object.

Summary

Public Constructors
InstantiateCommand(Class<?> clazz)
Public Methods
void clear()
Delete all internal state so that the command may be used only for instance tracking.
List<SetCommand> getSetters()
Class<?> getTargetClass()
void set(Class<?> fieldDeclClass, String fieldName, ValueCommand value)
void traverse(RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.ast.IdentityValueCommand
From class com.google.gwt.rpc.client.ast.RpcCommand
From class java.lang.Object
From interface com.google.gwt.rpc.client.ast.HasSetters
From interface com.google.gwt.rpc.client.ast.HasTargetClass

Public Constructors

public InstantiateCommand (Class<?> clazz)

Public Methods

public void clear ()

Delete all internal state so that the command may be used only for instance tracking.

public List<SetCommand> getSetters ()

public Class<?> getTargetClass ()

public void set (Class<?> fieldDeclClass, String fieldName, ValueCommand value)

public void traverse (RpcCommandVisitor visitor, RpcCommandVisitor.Context ctx)