org.mesopotamia.lang.java.v5
Class TokenLoader

java.lang.Object
  extended by LoaderBase
      extended by org.mesopotamia.lang.java.v5.TokenLoader

public class TokenLoader
extends LoaderBase


Constructor Summary
TokenLoader(RepositoryLanguage repoLanguage, LoaderEntry xData)
           
 
Method Summary
 java.lang.Object getData(int sourceUnitId, java.lang.Integer scanId)
          Reads tokens from BLOB and returns collection of biz.hammurapi.antlr.Token instances
 boolean load(int scanId, int sourceUnitId, Source source, java.lang.Object environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenLoader

public TokenLoader(RepositoryLanguage repoLanguage,
                   LoaderEntry xData)
Method Detail

load

public boolean load(int scanId,
                    int sourceUnitId,
                    Source source,
                    java.lang.Object environment)

getData

public java.lang.Object getData(int sourceUnitId,
                                java.lang.Integer scanId)
                         throws MesopotamiaException
Reads tokens from BLOB and returns collection of biz.hammurapi.antlr.Token instances

Throws:
MesopotamiaException


Copyright © 2005 Hammurapi Group. All Rights Reserved.