jaxx.compiler.css.parser
Class CSSParser

java.lang.Object
  extended by jaxx.compiler.css.parser.CSSParser
All Implemented Interfaces:
CSSParserConstants, CSSParserTreeConstants

public class CSSParser
extends java.lang.Object
implements CSSParserTreeConstants, CSSParserConstants


Field Summary
 Token jj_nt
           
protected  jaxx.compiler.css.parser.JJTCSSParserState jjtree
           
 Token token
           
 CSSParserTokenManager token_source
           
 
Fields inherited from interface jaxx.compiler.css.parser.CSSParserTreeConstants
JJTANIMATIONPROPERTIES, JJTANIMATIONPROPERTY, JJTCLASS, JJTDECLARATION, JJTEXPRESSION, JJTID, JJTIDENTIFIER, JJTJAVACLASS, JJTJAVACODE, jjtNodeName, JJTPROPERTY, JJTPSEUDOCLASS, JJTRULE, JJTSELECTOR, JJTSELECTORS, JJTSTYLESHEET
 
Fields inherited from interface jaxx.compiler.css.parser.CSSParserConstants
COLON, DECIMAL_LITERAL, DEFAULT, DIGIT, EMS, EOF, EXS, HEXCOLOR, HEXDIGIT, IDENTIFIER, IN_PSEUDOCLASS, IN_RULE, INTEGER_LITERAL, JAVA_CODE, JAVA_CODE_END, JAVA_CODE_RULE, JAVA_CODE_START, LEFT_BRACE, LENGTH, LETTER, PROGRAMMATIC_PSEUDOCLASS, PSEUDOCLASS_COLON, PSEUDOCLASS_IDENTIFIER, RIGHT_BRACE, SEMICOLON, STRING, tokenImage
 
Constructor Summary
CSSParser(CSSParserTokenManager tm)
           
CSSParser(java.io.InputStream stream)
           
CSSParser(java.io.InputStream stream, java.lang.String encoding)
           
CSSParser(java.io.Reader stream)
           
 
Method Summary
 void AnimationProperties()
           
 void AnimationProperty()
           
 void Class()
           
 void Declaration()
           
 void disable_tracing()
           
 void enable_tracing()
           
 void Expression()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
 void Id()
           
 void Identifier()
           
 void JavaClass()
           
 void JavaCode()
           
static void main(java.lang.String[] args)
           
 SimpleNode popNode()
           
 void Property()
           
 void PseudoClass()
           
 void ReInit(CSSParserTokenManager tm)
           
 void ReInit(java.io.InputStream stream)
           
 void ReInit(java.io.InputStream stream, java.lang.String encoding)
           
 void ReInit(java.io.Reader stream)
           
 void Rule()
           
 void Selector()
           
 void Selectors()
           
 SimpleNode Stylesheet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jjtree

protected jaxx.compiler.css.parser.JJTCSSParserState jjtree

token_source

public CSSParserTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt
Constructor Detail

CSSParser

public CSSParser(java.io.InputStream stream)

CSSParser

public CSSParser(java.io.InputStream stream,
                 java.lang.String encoding)

CSSParser

public CSSParser(java.io.Reader stream)

CSSParser

public CSSParser(CSSParserTokenManager tm)
Method Detail

popNode

public SimpleNode popNode()

main

public static void main(java.lang.String[] args)

Stylesheet

public final SimpleNode Stylesheet()
                            throws ParseException
Throws:
ParseException

Rule

public final void Rule()
                throws ParseException
Throws:
ParseException

Selectors

public final void Selectors()
                     throws ParseException
Throws:
ParseException

Selector

public final void Selector()
                    throws ParseException
Throws:
ParseException

JavaClass

public final void JavaClass()
                     throws ParseException
Throws:
ParseException

Id

public final void Id()
              throws ParseException
Throws:
ParseException

Class

public final void Class()
                 throws ParseException
Throws:
ParseException

PseudoClass

public final void PseudoClass()
                       throws ParseException
Throws:
ParseException

AnimationProperties

public final void AnimationProperties()
                               throws ParseException
Throws:
ParseException

AnimationProperty

public final void AnimationProperty()
                             throws ParseException
Throws:
ParseException

Declaration

public final void Declaration()
                       throws ParseException
Throws:
ParseException

Property

public final void Property()
                    throws ParseException
Throws:
ParseException

Expression

public final void Expression()
                      throws ParseException
Throws:
ParseException

JavaCode

public final void JavaCode()
                    throws ParseException
Throws:
ParseException

Identifier

public final void Identifier()
                      throws ParseException
Throws:
ParseException

ReInit

public void ReInit(java.io.InputStream stream)

ReInit

public void ReInit(java.io.InputStream stream,
                   java.lang.String encoding)

ReInit

public void ReInit(java.io.Reader stream)

ReInit

public void ReInit(CSSParserTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()


Copyright © 2008-2009 CodeLutin. All Rights Reserved.