luky.lua
Class LuaCollection
java.lang.Object
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
-

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuaCollection
public LuaCollection(String name)
- default constructor
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)