org.eclipse.emf.ecore.sdo.util
Class SDOUtil.Accessor.TokenList

java.lang.Object
  extended byBasicEList
      extended byorg.eclipse.emf.ecore.sdo.util.SDOUtil.Accessor.TokenList
Enclosing class:
SDOUtil.Accessor

protected static class SDOUtil.Accessor.TokenList
extends BasicEList

See Also:
Serialized Form

Constructor Summary
SDOUtil.Accessor.TokenList(char[] path)
           
 
Method Summary
protected  boolean canContainNull()
           
protected  void endToken(StringBuffer token, boolean includeEmpty)
           
protected  Object[] newData(int capacity)
           
 String peek()
           
 String peek(int index)
           
 SDOUtil.Accessor.TokenList pop()
           
 SDOUtil.Accessor.TokenList pop(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOUtil.Accessor.TokenList

public SDOUtil.Accessor.TokenList(char[] path)
Method Detail

peek

public String peek()

peek

public String peek(int index)

pop

public SDOUtil.Accessor.TokenList pop()

pop

public SDOUtil.Accessor.TokenList pop(int count)

endToken

protected void endToken(StringBuffer token,
                        boolean includeEmpty)

canContainNull

protected boolean canContainNull()

newData

protected Object[] newData(int capacity)

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.