com.aptana.ide.editor.css.parsing
Class CSSParseState

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

public class CSSParseState
extends ParseStateChild

Author:
Kevin Lindsey

Constructor Summary
CSSParseState()
          Create a new instance of CSSParseState
CSSParseState(IParseState parent)
          Create a new instance of CSSParseState
 
Method Summary
protected  IParseNodeFactory createParseNodeFactory()
          createParseNodeFactory
 
Methods inherited from class com.aptana.ide.parsing.ParseStateChild
addChildState, addCommentRegion, clearCommentRegions, 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

CSSParseState

public CSSParseState()
Create a new instance of CSSParseState


CSSParseState

public CSSParseState(IParseState parent)
Create a new instance of CSSParseState

Parameters:
parent - The parent IParseState
Method Detail

createParseNodeFactory

protected IParseNodeFactory createParseNodeFactory()
Description copied from class: ParseStateChild
createParseNodeFactory

Overrides:
createParseNodeFactory in class ParseStateChild
Returns:
IParseNodeFactory
See Also:
ParseStateChild.createParseNodeFactory()