Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.emf.mapping.command
Class PersistentCommandStack.Decoder

java.lang.Object
  extended byorg.eclipse.emf.mapping.command.PersistentCommandStack.Decoder

Enclosing class:
PersistentCommandStack


public static class PersistentCommandStack.Decoder
extends Object


Field Summary
protected  ClassLoader classLoader
           
protected  int index
           
protected  MappingRoot mappingRoot
           
protected  ResourceSet resourceSet
           
protected  String string
           
 
Constructor Summary
PersistentCommandStack.Decoder(MappingRoot mappingRoot, ResourceSet resourceSet, ClassLoader classLoader)
           
 
Method Summary
 Object decode()
           
 void setEncoding(String encoding)
           
protected  void skipWhitespace()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

 

Field Detail

 

 

string

protected String string


 

 

index

protected int index


 

 

resourceSet

protected ResourceSet resourceSet


 

 

classLoader

protected ClassLoader classLoader


 

 

mappingRoot

protected MappingRoot mappingRoot

Constructor Detail

 

 

PersistentCommandStack.Decoder

public PersistentCommandStack.Decoder(MappingRoot mappingRoot,
                                      ResourceSet resourceSet,
                                      ClassLoader classLoader)

Method Detail

 

 

setEncoding

public void setEncoding(String encoding)


 

 

skipWhitespace

protected void skipWhitespace()


 

 

decode

public Object decode()


 

 

toString

public String toString()


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD