Serialized Form
|
Package com.vaadin.sass.internal |
serialVersionUID: 3849790204404961608L
file
File file
charset
String charset
resolvers
List<E> resolvers
|
Package com.vaadin.sass.internal.expression.exception |
|
Package com.vaadin.sass.internal.parser |
arglist
ArgumentList arglist
variableArgument
SassListItem variableArgument
namedVariables
List<E> namedVariables
arglist
ArrayList<E> arglist
variableArgumentName
String variableArgumentName
serialVersionUID: -2010286909393046205L
serialVersionUID: -6649833716809789399L
type
short type
line
int line
column
int column
i
int i
f
float f
dimension
short dimension
sdimension
String sdimension
s
String s
fname
String fname
params
ActualArgumentList params
serialVersionUID: 1L
array
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).
currentUnit
SassListItem currentUnit
- When not using a special constructor, if the current unit is not null, it
is used to determine the location of the exception in the parsed file.
currentNode
Node currentNode
- When not using a special constructor, if the current node is not null, it
is used to determine the location of the exception in the parsed file.
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
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
String eol
- The end of line string for this machine.
items
List<E> items
line
int line
column
int column
line
int line
column
int column
separator
SassList.Separator separator
items
List<E> items
parseException
ParseException parseException
fileName
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
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.resolver |
customPaths
String[] customPaths
|
Package com.vaadin.sass.internal.selector |
attribute
String attribute
matchRelation
AttributeSelector.MatchRelation matchRelation
value
String value
classValue
String classValue
value
String value
value
String value
pseudoClass
String pseudoClass
argument
String argument
pseudoElement
String pseudoElement
parts
List<E> parts
localName
String localName
|
Package com.vaadin.sass.internal.tree |
serialVersionUID: 5742962631468325048L
selectorList
List<E> selectorList
comment
String comment
name
String name
arglist
FormalArgumentList arglist
serialVersionUID: 3301805078983796878L
list
List<E> list
optional
boolean optional
serialVersionUID: -5383104165955523923L
def
FunctionDefNode def
serialVersionUID: 5671255892282668438L
uri
String uri
ml
org.w3c.css.sac.SACMediaList ml
isURL
boolean isURL
selector
String selector
keyframeName
String keyframeName
animationName
String animationName
serialVersionUID: 2502097081457509523L
media
org.w3c.css.sac.SACMediaList media
name
String name
value
String value
serialVersionUID: 5469294053247343948L
serialVersionUID: 4725008226813110658L
serialVersionUID: 3671253315690598308L
name
String name
serialVersionUID: 5914711715839294816L
children
ArrayList<E> children
parentNode
Node parentNode
arglist
ActualArgumentList arglist
name
String name
expr
SassListItem expr
serialVersionUID: 6653493127869037022L
variable
String variable
value
SassListItem value
comment
String comment
important
boolean important
text
String text
serialVersionUID: 7003372557547748734L
name
String name
expr
SassListItem expr
guarded
boolean guarded
|
Package com.vaadin.sass.internal.tree.controldirective |
serialVersionUID: 7943948981204906221L
var
String var
list
SassListItem list
variableName
String variableName
from
SassListItem from
to
SassListItem to
exclusive
boolean exclusive
expression
SassListItem expression
condition
SassListItem condition
Copyright © 2013–2014 Vaadin. All rights reserved.