|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.js.environment.LexemeConsumerHelper
public class LexemeConsumerHelper
| Method Summary | |
|---|---|
static Reference |
addDocHolderToEnvironment(java.lang.String id,
IDocumentation doc,
IParseState parseState)
addDocHolderToEnvironment |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeArrayLiteral(int startIndex,
IScope scope)
consumeArrayLiteral |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeAssignment(int startIndex,
IScope scope,
JSReference reference,
int referenceStartIndex)
consumeAssignment |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeFunction(int startIndex,
IScope scope,
JSReference ref,
FunctionDocumentation functionDoc)
consumeFunction |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeIdentifier(int startIndex,
IScope scope,
boolean isVar)
consumeIdentifier |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeIdentifier(int startIndex,
IScope scope,
IObject parent)
consumeIdentifier |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeNewStatement(int startIndex,
IScope scope)
consumeNewStatement |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeObjectLiteral(int startIndex,
IScope scope,
IObject objectLiteral)
consumeObjectLiteral |
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult |
consumeStatements(int startIndex,
IScope scope)
consumeStatements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeIdentifier(int startIndex,
IScope scope,
boolean isVar)
throws EndOfFileException
startIndex - scope - isVar -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeIdentifier(int startIndex,
IScope scope,
IObject parent)
throws EndOfFileException
startIndex - scope - parent -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeStatements(int startIndex,
IScope scope)
throws EndOfFileException
startIndex - scope -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeObjectLiteral(int startIndex,
IScope scope,
IObject objectLiteral)
throws EndOfFileException
startIndex - scope - objectLiteral -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeArrayLiteral(int startIndex,
IScope scope)
throws EndOfFileException
startIndex - scope -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeFunction(int startIndex,
IScope scope,
JSReference ref,
FunctionDocumentation functionDoc)
throws EndOfFileException
startIndex - scope - ref - functionDoc -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeAssignment(int startIndex,
IScope scope,
JSReference reference,
int referenceStartIndex)
throws EndOfFileException
startIndex - scope - reference - referenceStartIndex -
EndOfFileException
protected com.aptana.ide.editor.js.environment.LexemeConsumerHelper.LexemeConsumerResult consumeNewStatement(int startIndex,
IScope scope)
throws EndOfFileException
startIndex - scope -
EndOfFileException
public static Reference addDocHolderToEnvironment(java.lang.String id,
IDocumentation doc,
IParseState parseState)
id - doc - parseState -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||