Luky Library - 4.1.1 (20061117-1148)

luky.lua
Class LuaCollection

java.lang.Object
  extended by luky.lua.LuaCollection

public class LuaCollection
extends Object

This class is a data holder for lua data
}
Revision Changes :

Version:
1.00
Author:
Chris Lukassen
 

Constructor Summary
LuaCollection(String name)
          default constructor
 
Method Summary
 void addToken(LuaToken token)
           
 LuaToken findToken(LuaToken token)
           
 LuaToken findToken(String name)
           
 int findTokenIndex(LuaToken token)
           
 int findTokenIndex(String name)
           
 String getName()
           
 int getSize()
           
 LuaToken getToken(int i)
           
 int removeToken(LuaToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuaCollection

public LuaCollection(String name)
default constructor

Method Detail

getSize

public int getSize()

getName

public String getName()

findTokenIndex

public int findTokenIndex(LuaToken token)

findToken

public LuaToken findToken(LuaToken token)

findToken

public LuaToken findToken(String name)

findTokenIndex

public int findTokenIndex(String name)

getToken

public LuaToken getToken(int i)

addToken

public void addToken(LuaToken token)

removeToken

public int removeToken(LuaToken token)

Luky Library - 4.1.1 (20061117-1148)