Uses of Class
com.aptana.ide.editor.js.environment.EndOfFileException

Packages that use EndOfFileException
com.aptana.ide.editor.js.environment   
 

Uses of EndOfFileException in com.aptana.ide.editor.js.environment
 

Methods in com.aptana.ide.editor.js.environment that throw EndOfFileException
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeArrayLiteral(int startIndex, IScope scope)
          consumeArrayLiteral
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeAssignment(int startIndex, IScope scope, JSReference reference, int referenceStartIndex)
          consumeAssignment
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeFunction(int startIndex, IScope scope, JSReference ref, FunctionDocumentation functionDoc)
          consumeFunction
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeIdentifier(int startIndex, IScope scope, boolean isVar)
          consumeIdentifier
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeIdentifier(int startIndex, IScope scope, IObject parent)
          consumeIdentifier
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeNewStatement(int startIndex, IScope scope)
          consumeNewStatement
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeObjectLiteral(int startIndex, IScope scope, IObject objectLiteral)
          consumeObjectLiteral
protected  com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult LexemeConsumerHelper.consumeStatements(int startIndex, IScope scope)
          consumeStatements