com.aptana.ide.editor.jscomment.parsing
Class JSCommentParseState

java.lang.Object
  extended by com.aptana.ide.parsing.ParseStateChild
      extended by com.aptana.ide.editor.jscomment.parsing.JSCommentParseState
All Implemented Interfaces:
IParseState

public class JSCommentParseState
extends ParseStateChild


Constructor Summary
JSCommentParseState()
          Create a new instance of ScriptDocParseState
JSCommentParseState(IParseState parent)
          Create a new instance of ScriptDocParseState
 
Method Summary
 
Methods inherited from class com.aptana.ide.parsing.ParseStateChild
addChildState, addCommentRegion, clearCommentRegions, createParseNodeFactory, getChildren, getCommentRegions, getFileIndex, getInsertedText, getLanguage, getLexemeList, getParent, getParseNodeFactory, getParseResults, getParseState, getParseTime, getRemoveLength, getRoot, getSource, getStartingOffset, getUpdatedProperties, onAfterParse, onBeforeParse, removeChildState, reset, setEditState, setFileIndex, setParseResults, setParseTime, toString, unloadFromEnvironment, updateLexemeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSCommentParseState

public JSCommentParseState()
Create a new instance of ScriptDocParseState


JSCommentParseState

public JSCommentParseState(IParseState parent)
Create a new instance of ScriptDocParseState

Parameters:
parent - The parent IParseState