cleoni.adv
Class SkinLoader

java.lang.Object
  extended by cleoni.adv.DimxParser
      extended by cleoni.adv.SkinLoader

public class SkinLoader
extends DimxParser

Parser capable of reading a DXS file and building a SKIN


Field Summary
 
Fields inherited from class cleoni.adv.DimxParser
agent, buf, CONSUME, CR, currLine, EOF, logger, owner, PRESERVE, setCr, setCrTabSpace, setFunctArgs, setFunctClosers, setFunctions, setOperators, setPunctuation, setQuotes, setTabSpace, stackLevel, startLine, startToken, target, tokenTerminators, varspace, verbose, world
 
Constructor Summary
SkinLoader(World w)
           
 
Method Summary
 Skin load(java.lang.String filePath)
           
 
Methods inherited from class cleoni.adv.DimxParser
eat_extended, eat, evalExpression, evalExpression, feed, getLine, identifyFunProc, identifyLine, lookupElement, lookupToken, lookupTokenCRsens, nextElement, nextToken, parseCR, parseCREOF, parseList, parseToken, readToCR, reset, resolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkinLoader

public SkinLoader(World w)
Method Detail

load

public Skin load(java.lang.String filePath)
          throws DimxException
Throws:
DimxException