Serialized Form
|
Package com.vaadin.sass.internal |
serialVersionUID: 3849790204404961608L
fileName
java.lang.String fileName
charset
java.lang.String charset
|
Package com.vaadin.sass.internal.expression.exception |
|
Package com.vaadin.sass.internal.parser |
serialVersionUID: -2010286909393046205L
serialVersionUID: -6649833716809789399L
prev
LexicalUnitImpl prev
next
LexicalUnitImpl next
type
short type
line
int line
column
int column
i
int i
f
float f
dimension
short dimension
sdimension
java.lang.String sdimension
s
java.lang.String s
fname
java.lang.String fname
params
LexicalUnitImpl params
serialVersionUID: 1L
array
java.lang.String[] array
current
int current
serialVersionUID: -8556588037264585977L
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create this object
and thereby affects the semantics of the "getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If this
object has been created due to a parse error, the token followng this
token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array of integers
represents a sequence of tokens (by their ordinal values) that is
expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated parser
within which the parse error occurred. This array is defined in the
generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
parseException
ParseException parseException
fileName
java.lang.String fileName
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
java.lang.String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package com.vaadin.sass.internal.tree |
serialVersionUID: 5742962631468325048L
selectorList
java.util.ArrayList<E> selectorList
comment
java.lang.String comment
serialVersionUID: 3301805078983796878L
list
java.util.ArrayList<E> list
serialVersionUID: -1159180539216623335L
var
java.lang.String var
from
java.lang.String from
to
java.lang.String to
exclusive
boolean exclusive
body
java.lang.String body
serialVersionUID: -5383104165955523923L
name
java.lang.String name
args
java.lang.String args
body
java.lang.String body
serialVersionUID: 5671255892282668438L
uri
java.lang.String uri
ml
org.w3c.css.sac.SACMediaList ml
isURL
boolean isURL
selector
java.lang.String selector
keyframeName
java.lang.String keyframeName
animationName
java.lang.String animationName
list
java.util.ArrayList<E> list
modify
java.util.ArrayList<E> modify
separator
java.lang.String separator
variable
java.lang.String variable
serialVersionUID: 2502097081457509523L
media
org.w3c.css.sac.SACMediaList media
name
java.lang.String name
value
java.lang.String value
serialVersionUID: 5469294053247343948L
name
java.lang.String name
arglist
java.util.ArrayList<E> arglist
body
java.lang.String body
serialVersionUID: 4725008226813110658L
name
java.lang.String name
arglist
java.util.ArrayList<E> arglist
serialVersionUID: 3671253315690598308L
name
java.lang.String name
serialVersionUID: 5914711715839294816L
children
java.util.ArrayList<E> children
parentNode
Node parentNode
serialVersionUID: 6653493127869037022L
variable
java.lang.String variable
value
LexicalUnitImpl value
comment
java.lang.String comment
important
boolean important
text
java.lang.String text
serialVersionUID: 7003372557547748734L
name
java.lang.String name
expr
LexicalUnitImpl expr
guarded
boolean guarded
serialVersionUID: 7593896018196027279L
condition
java.lang.String condition
body
java.lang.String body
|
Package com.vaadin.sass.internal.tree.controldirective |
serialVersionUID: 7943948981204906221L
var
java.lang.String var
list
java.util.ArrayList<E> list
listVariable
java.lang.String listVariable
expression
java.lang.String expression
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.