A B C D E F G H I L M N O P R S T U V W 

A

accessor(String) - Static method in class org.duelengine.css.parsing.CssToken
 
accessor(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
AccessorNode - Class in org.duelengine.css.ast
 
AccessorNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.AccessorNode
 
AccessorNode(String, ValueNode...) - Constructor for class org.duelengine.css.ast.AccessorNode
 
add(ValueNode) - Method in class org.duelengine.css.ast.ColorNode
 
add(ValueNode) - Method in class org.duelengine.css.ast.NumericNode
 
add(ValueNode) - Method in class org.duelengine.css.ast.ValueNode
 
addSelector(SelectorNode) - Method in class org.duelengine.css.ast.RuleSetNode
 
allowLineComments() - Method in class org.duelengine.css.parsing.CssLexer
Gets if line comments are allowed
appendChild(CssNode) - Method in class org.duelengine.css.ast.ContainerNode
 
ArithmeticEvaluator - Class in org.duelengine.css.codegen
Implements single-pass variant of Dijkstra's shunting-yard algorithm.
ArithmeticEvaluator() - Constructor for class org.duelengine.css.codegen.ArithmeticEvaluator
 
atRule(String) - Static method in class org.duelengine.css.parsing.CssToken
 
atRule(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
AtRuleNode - Class in org.duelengine.css.ast
Represents an rule statement/block
AtRuleNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.AtRuleNode
 
AtRuleNode(String, ValueNode...) - Constructor for class org.duelengine.css.ast.AtRuleNode
 
AtRuleNode(String, ValueNode[], BlockNode) - Constructor for class org.duelengine.css.ast.AtRuleNode
 

B

blockBegin() - Static method in class org.duelengine.css.parsing.CssToken
 
blockBegin(int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
blockEnd() - Static method in class org.duelengine.css.parsing.CssToken
 
blockEnd(int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
BlockNode - Class in org.duelengine.css.ast
Represents a block scope
BlockNode(int, int, int) - Constructor for class org.duelengine.css.ast.BlockNode
 
BlockNode(CssNode...) - Constructor for class org.duelengine.css.ast.BlockNode
 

C

childCount() - Method in class org.duelengine.css.ast.ContainerNode
 
clearLastError() - Method in class org.duelengine.css.parsing.CssLexer
Clears the last error
CLI - Class in org.duelengine.css.compiler
 
CLI() - Constructor for class org.duelengine.css.compiler.CLI
 
CodeGenSettings - Class in org.duelengine.css.codegen
Settings which affect generated code
CodeGenSettings() - Constructor for class org.duelengine.css.codegen.CodeGenSettings
 
CodeGenSettings(String, String) - Constructor for class org.duelengine.css.codegen.CodeGenSettings
 
CodeGenSettings(String, String, boolean) - Constructor for class org.duelengine.css.codegen.CodeGenSettings
 
color(String) - Static method in class org.duelengine.css.parsing.CssToken
 
color(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
ColorNode - Class in org.duelengine.css.ast
Represents a color value
ColorNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.ColorNode
 
ColorNode(int, int, int, int, int, int) - Constructor for class org.duelengine.css.ast.ColorNode
 
ColorNode(String) - Constructor for class org.duelengine.css.ast.ColorNode
 
ColorNode(int, int, int) - Constructor for class org.duelengine.css.ast.ColorNode
 
CombinatorNode - Class in org.duelengine.css.ast
Represents a selector combinator
CombinatorNode(CombinatorType, int, int, int) - Constructor for class org.duelengine.css.ast.CombinatorNode
 
CombinatorNode(CombinatorType) - Constructor for class org.duelengine.css.ast.CombinatorNode
 
CombinatorType - Enum in org.duelengine.css.ast
Represents CSS3 Combinators http://www.w3.org/TR/css3-selectors/#combinators
comment(String) - Static method in class org.duelengine.css.parsing.CssToken
 
comment(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
CommentNode - Class in org.duelengine.css.ast
Represents an inline comment
CommentNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.CommentNode
 
CommentNode(String) - Constructor for class org.duelengine.css.ast.CommentNode
 
ContainerNode - Class in org.duelengine.css.ast
 
ContainerNode(int, int, int) - Constructor for class org.duelengine.css.ast.ContainerNode
 
ContainerNode(CssNode...) - Constructor for class org.duelengine.css.ast.ContainerNode
 
ContainerValueNode - Class in org.duelengine.css.ast
 
ContainerValueNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.ContainerValueNode
 
ContainerValueNode(String, ValueNode...) - Constructor for class org.duelengine.css.ast.ContainerValueNode
 
containsVariable(String) - Method in class org.duelengine.css.ast.ContainerNode
 
CssCompiler - Class in org.duelengine.css.compiler
 
CssCompiler() - Constructor for class org.duelengine.css.compiler.CssCompiler
 
CssFilter - Interface in org.duelengine.css.codegen
Simple visitor which allows transforming the CSS AST before formatting
CssFormatter - Class in org.duelengine.css.codegen
Generates CSS stylesheet source Inherently thread-safe as contains no mutable instance data.
CssFormatter() - Constructor for class org.duelengine.css.codegen.CssFormatter
 
CssFormatter(CodeGenSettings) - Constructor for class org.duelengine.css.codegen.CssFormatter
 
CssGrammar - Class in org.duelengine.css.parsing
 
CssLexer - Class in org.duelengine.css.parsing
Processes source text into a token sequence
CssLexer(String) - Constructor for class org.duelengine.css.parsing.CssLexer
Ctor
CssLexer(Reader) - Constructor for class org.duelengine.css.parsing.CssLexer
Ctor
CssNode - Class in org.duelengine.css.ast
 
CssNode() - Constructor for class org.duelengine.css.ast.CssNode
 
CssNode(int, int, int) - Constructor for class org.duelengine.css.ast.CssNode
 
CssNodeType - Enum in org.duelengine.css.ast
 
CssParser - Class in org.duelengine.css.parsing
Processes a token sequence into AST
CssParser() - Constructor for class org.duelengine.css.parsing.CssParser
 
CssToken - Class in org.duelengine.css.parsing
 
CssToken(CssTokenType, int, int, int) - Constructor for class org.duelengine.css.parsing.CssToken
 
CssToken(CssTokenType, String, int, int, int) - Constructor for class org.duelengine.css.parsing.CssToken
 
CssTokenType - Enum in org.duelengine.css.parsing
http://www.w3.org/TR/css3-syntax/#style http://www.w3.org/TR/css3-syntax/#grammar0 http://www.w3.org/TR/css3-syntax/#tokenization

D

DeclarationNode - Class in org.duelengine.css.ast
Represents a value
DeclarationNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.DeclarationNode
 
DeclarationNode(String, ValueNode...) - Constructor for class org.duelengine.css.ast.DeclarationNode
 
decodeColor(String) - Static method in class org.duelengine.css.parsing.CssGrammar
Decodes CSS3 color keywords into hex values
decodeString(String) - Static method in class org.duelengine.css.parsing.CssLexer
Properly String-decodes the value
divide(ValueNode) - Method in class org.duelengine.css.ast.ColorNode
 
divide(ValueNode) - Method in class org.duelengine.css.ast.NumericNode
 
divide(ValueNode) - Method in class org.duelengine.css.ast.ValueNode
 

E

encodeString(String) - Static method in class org.duelengine.css.parsing.CssLexer
Properly String-encodes the value
equals(Object) - Method in class org.duelengine.css.ast.AtRuleNode
 
equals(Object) - Method in class org.duelengine.css.ast.ColorNode
 
equals(Object) - Method in class org.duelengine.css.ast.CombinatorNode
 
equals(Object) - Method in class org.duelengine.css.ast.ContainerNode
 
equals(Object) - Method in class org.duelengine.css.ast.ContainerValueNode
 
equals(Object) - Method in class org.duelengine.css.ast.DeclarationNode
 
equals(Object) - Method in class org.duelengine.css.ast.NumericNode
 
equals(Object) - Method in class org.duelengine.css.ast.RuleSetNode
 
equals(Object) - Method in class org.duelengine.css.ast.ValueNode
 
equals(Object) - Method in class org.duelengine.css.parsing.CssToken
 
error(String) - Static method in class org.duelengine.css.parsing.CssToken
 
error(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
eval(ContainerNode) - Method in class org.duelengine.css.ast.LessVariableDeclarationNode
 
eval(ContainerNode) - Method in class org.duelengine.css.ast.LessVariableReferenceNode
 
eval(CssNode...) - Method in class org.duelengine.css.codegen.ArithmeticEvaluator
Evaluates sequences of values and operators as arithmetic expressions
eval(Iterable<CssNode>) - Method in class org.duelengine.css.codegen.ArithmeticEvaluator
Evaluates sequences of values and operators as arithmetic expressions
execute(Settings) - Method in class org.duelengine.css.compiler.CssCompiler
Processes CSS/LESS files
expandSelectors(Collection<SelectorNode>) - Method in class org.duelengine.css.ast.RuleSetNode
 

F

filter(CssNode) - Method in interface org.duelengine.css.codegen.CssFilter
 
filterChild(CssNode) - Method in class org.duelengine.css.ast.AtRuleNode
 
filterChild(CssNode) - Method in class org.duelengine.css.ast.ContainerNode
 
filterChild(CssNode) - Method in class org.duelengine.css.ast.DeclarationNode
 
filterChild(CssNode) - Method in class org.duelengine.css.ast.RuleSetNode
 
filterChild(CssNode) - Method in class org.duelengine.css.ast.SelectorNode
 
filterChild(CssNode) - Method in class org.duelengine.css.ast.StyleSheetNode
 
func(String) - Static method in class org.duelengine.css.parsing.CssToken
 
func(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
FunctionNode - Class in org.duelengine.css.ast
Function invocation
FunctionNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.FunctionNode
 
FunctionNode(String, ValueNode...) - Constructor for class org.duelengine.css.ast.FunctionNode
 

G

getBlock() - Method in class org.duelengine.css.ast.AtRuleNode
 
getBlueChannel() - Method in class org.duelengine.css.ast.ColorNode
 
getChildren() - Method in class org.duelengine.css.ast.ContainerNode
 
getColumn() - Method in class org.duelengine.css.ast.CssNode
 
getColumn() - Method in class org.duelengine.css.parsing.CssLexer
Gets the current column within the input
getColumn() - Method in class org.duelengine.css.parsing.CssToken
 
getColumn() - Method in exception org.duelengine.css.parsing.SyntaxException
 
getCombinator(String) - Static method in class org.duelengine.css.ast.CombinatorNode
 
getContainer() - Method in class org.duelengine.css.ast.ContainerValueNode
 
getFileExtension() - Static method in class org.duelengine.css.codegen.CssFormatter
 
getFirstChild() - Method in class org.duelengine.css.ast.ContainerNode
 
getGreenChannel() - Method in class org.duelengine.css.ast.ColorNode
 
getIdent() - Method in class org.duelengine.css.ast.DeclarationNode
 
getIndent() - Method in class org.duelengine.css.codegen.CodeGenSettings
Gets the string used for source indentation
getIndex() - Method in class org.duelengine.css.ast.CssNode
 
getIndex() - Method in class org.duelengine.css.parsing.CssLexer
Gets the current index within the input
getIndex() - Method in class org.duelengine.css.parsing.CssToken
 
getIndex() - Method in exception org.duelengine.css.parsing.SyntaxException
 
getKeepUnits() - Method in class org.duelengine.css.ast.NumericNode
 
getKeyword() - Method in class org.duelengine.css.ast.AtRuleNode
 
getLastChild() - Method in class org.duelengine.css.ast.ContainerNode
 
getLastError() - Method in class org.duelengine.css.parsing.CssLexer
Returns the last exception encountered
getLine() - Method in class org.duelengine.css.ast.CssNode
 
getLine() - Method in class org.duelengine.css.parsing.CssLexer
Gets the current line within the input
getLine() - Method in class org.duelengine.css.parsing.CssToken
 
getLine() - Method in exception org.duelengine.css.parsing.SyntaxException
 
getNewline() - Method in class org.duelengine.css.codegen.CodeGenSettings
Gets the string used for line endings
getNode() - Method in exception org.duelengine.css.parsing.InvalidNodeException
 
getNodeType() - Method in class org.duelengine.css.ast.AccessorNode
 
getNodeType() - Method in class org.duelengine.css.ast.AtRuleNode
 
getNodeType() - Method in class org.duelengine.css.ast.BlockNode
 
getNodeType() - Method in class org.duelengine.css.ast.ColorNode
 
getNodeType() - Method in class org.duelengine.css.ast.CombinatorNode
 
getNodeType() - Method in class org.duelengine.css.ast.CommentNode
 
getNodeType() - Method in class org.duelengine.css.ast.ContainerNode
 
getNodeType() - Method in class org.duelengine.css.ast.ContainerValueNode
 
getNodeType() - Method in class org.duelengine.css.ast.CssNode
 
getNodeType() - Method in class org.duelengine.css.ast.DeclarationNode
 
getNodeType() - Method in class org.duelengine.css.ast.FunctionNode
 
getNodeType() - Method in class org.duelengine.css.ast.LessVariableDeclarationNode
 
getNodeType() - Method in class org.duelengine.css.ast.LessVariableReferenceNode
 
getNodeType() - Method in class org.duelengine.css.ast.MultiValueNode
 
getNodeType() - Method in class org.duelengine.css.ast.NumericNode
 
getNodeType() - Method in class org.duelengine.css.ast.OperatorNode
 
getNodeType() - Method in class org.duelengine.css.ast.RuleSetNode
 
getNodeType() - Method in class org.duelengine.css.ast.SelectorNode
 
getNodeType() - Method in class org.duelengine.css.ast.StringNode
 
getNodeType() - Method in class org.duelengine.css.ast.StyleSheetNode
 
getNodeType() - Method in class org.duelengine.css.ast.ValueNode
 
getNumber() - Method in class org.duelengine.css.ast.NumericNode
 
getParent() - Method in class org.duelengine.css.ast.CssNode
 
getPrettyPrint() - Method in class org.duelengine.css.compiler.Settings
 
getRedChannel() - Method in class org.duelengine.css.ast.ColorNode
 
getSelectors() - Method in class org.duelengine.css.ast.RuleSetNode
 
getSource() - Method in class org.duelengine.css.compiler.Settings
 
getTarget() - Method in class org.duelengine.css.compiler.Settings
 
getToken() - Method in class org.duelengine.css.parsing.CssToken
 
getToken() - Method in exception org.duelengine.css.parsing.InvalidTokenException
 
getUnits() - Method in class org.duelengine.css.ast.NumericNode
 
getValue(boolean) - Method in class org.duelengine.css.ast.ColorNode
 
getValue() - Method in class org.duelengine.css.ast.LessVariableDeclarationNode
 
getValue() - Method in class org.duelengine.css.ast.MultiValueNode
 
getValue(boolean) - Method in class org.duelengine.css.ast.NumericNode
 
getValue() - Method in class org.duelengine.css.ast.ValueNode
 
getValue(boolean) - Method in class org.duelengine.css.ast.ValueNode
 
getValue() - Method in class org.duelengine.css.parsing.CssToken
 
getVariable(String) - Method in class org.duelengine.css.ast.ContainerNode
 
getVariables() - Method in class org.duelengine.css.ast.ContainerNode
 
getVerbose() - Method in class org.duelengine.css.compiler.Settings
 
getWordBreak(boolean) - Method in class org.duelengine.css.ast.CombinatorNode
 
getWordBreak(boolean) - Method in class org.duelengine.css.ast.CommentNode
 
getWordBreak(boolean) - Method in class org.duelengine.css.ast.CssNode
 
getWordBreak(boolean) - Method in class org.duelengine.css.ast.OperatorNode
 
getWordBreak(boolean) - Method in class org.duelengine.css.ast.ValueNode
 

H

hasChildren() - Method in class org.duelengine.css.ast.ContainerNode
 
hashCode() - Method in class org.duelengine.css.ast.CombinatorNode
 
hashCode() - Method in class org.duelengine.css.ast.ContainerNode
 
hashCode() - Method in class org.duelengine.css.ast.ContainerValueNode
 
hashCode() - Method in class org.duelengine.css.ast.DeclarationNode
 
hashCode() - Method in class org.duelengine.css.ast.ValueNode
 
hashCode() - Method in class org.duelengine.css.parsing.CssToken
 
hasNext() - Method in class org.duelengine.css.parsing.CssLexer
Determines if any more tokens are available
hasVariables() - Method in class org.duelengine.css.ast.ContainerNode
 

I

important() - Static method in class org.duelengine.css.parsing.CssToken
 
important(int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
InvalidNodeException - Exception in org.duelengine.css.parsing
Represents compilation errors related to a specific node in the resulting AST
InvalidNodeException(String, CssNode) - Constructor for exception org.duelengine.css.parsing.InvalidNodeException
 
InvalidNodeException(String, CssNode, Throwable) - Constructor for exception org.duelengine.css.parsing.InvalidNodeException
 
InvalidNodeException(String, int, int, int, CssNode, Throwable) - Constructor for exception org.duelengine.css.parsing.InvalidNodeException
 
InvalidTokenException - Exception in org.duelengine.css.parsing
Represents compilation errors related to a specific token in the source file
InvalidTokenException(String, CssToken) - Constructor for exception org.duelengine.css.parsing.InvalidTokenException
 
InvalidTokenException(String, CssToken, Throwable) - Constructor for exception org.duelengine.css.parsing.InvalidTokenException
 
isAtRuleKeyword(String) - Static method in class org.duelengine.css.parsing.CssGrammar
Checks if keyword is a CSS3 at-rule keyword
isImportant() - Method in class org.duelengine.css.ast.DeclarationNode
 

L

LessBinaryOperatorType - Enum in org.duelengine.css.ast
 
LessVariableDeclarationNode - Class in org.duelengine.css.ast
Represents a LESS variable declaration
LessVariableDeclarationNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.LessVariableDeclarationNode
 
LessVariableDeclarationNode(String, ValueNode...) - Constructor for class org.duelengine.css.ast.LessVariableDeclarationNode
 
LessVariableReferenceNode - Class in org.duelengine.css.ast
Represents a LESS variable reference
LessVariableReferenceNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.LessVariableReferenceNode
 
LessVariableReferenceNode(String) - Constructor for class org.duelengine.css.ast.LessVariableReferenceNode
 

M

main(String[]) - Static method in class org.duelengine.css.compiler.CLI
 
mapCombinator(CombinatorType, int, int, int) - Static method in class org.duelengine.css.ast.CombinatorNode
 
multiply(ValueNode) - Method in class org.duelengine.css.ast.ColorNode
 
multiply(ValueNode) - Method in class org.duelengine.css.ast.NumericNode
 
multiply(ValueNode) - Method in class org.duelengine.css.ast.ValueNode
 
MultiValueNode - Class in org.duelengine.css.ast
 
MultiValueNode(int, int, int) - Constructor for class org.duelengine.css.ast.MultiValueNode
 
MultiValueNode(ValueNode...) - Constructor for class org.duelengine.css.ast.MultiValueNode
 

N

next() - Method in class org.duelengine.css.parsing.CssLexer
Returns the next token in the input
numeric(String) - Static method in class org.duelengine.css.parsing.CssToken
 
numeric(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
NumericNode - Class in org.duelengine.css.ast
Represents a numeric value
NumericNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.NumericNode
 
NumericNode(double, String, int, int, int) - Constructor for class org.duelengine.css.ast.NumericNode
 
NumericNode(String) - Constructor for class org.duelengine.css.ast.NumericNode
 
NumericNode(double, String) - Constructor for class org.duelengine.css.ast.NumericNode
 

O

operator(String) - Static method in class org.duelengine.css.parsing.CssToken
 
operator(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
OperatorNode - Class in org.duelengine.css.ast
Represents an operator
OperatorNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.OperatorNode
 
OperatorNode(String) - Constructor for class org.duelengine.css.ast.OperatorNode
 
org.duelengine.css.ast - package org.duelengine.css.ast
 
org.duelengine.css.codegen - package org.duelengine.css.codegen
 
org.duelengine.css.compiler - package org.duelengine.css.compiler
 
org.duelengine.css.parsing - package org.duelengine.css.parsing
 

P

parse(CssToken...) - Method in class org.duelengine.css.parsing.CssParser
Parses token sequence into AST
parse(Iterable<CssToken>) - Method in class org.duelengine.css.parsing.CssParser
Parses token sequence into AST
parse(Iterator<CssToken>) - Method in class org.duelengine.css.parsing.CssParser
Parses token sequence into AST
process(File, File) - Method in class org.duelengine.css.compiler.CssCompiler
Processes a single CSS/LESS file
process(File, File, CodeGenSettings) - Method in class org.duelengine.css.compiler.CssCompiler
Processes a single CSS/LESS file
process(File, File, CodeGenSettings, CssFilter) - Method in class org.duelengine.css.compiler.CssCompiler
Processes a single CSS/LESS file
process(File, File, CodeGenSettings, CssFilter, boolean) - Method in class org.duelengine.css.compiler.CssCompiler
Processes a single CSS/LESS file
putVariable(LessVariableDeclarationNode) - Method in class org.duelengine.css.ast.ContainerNode
 

R

remove() - Method in class org.duelengine.css.parsing.CssLexer
Altering the input is not supported
removeChild(CssNode) - Method in class org.duelengine.css.ast.ContainerNode
 
removeVendorPrefix(String) - Static method in class org.duelengine.css.parsing.CssGrammar
Removes vendor prefix from keyword
replaceChild(CssNode, CssNode) - Method in class org.duelengine.css.ast.ContainerNode
 
ruleDelim() - Static method in class org.duelengine.css.parsing.CssToken
 
ruleDelim(int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
RuleSetNode - Class in org.duelengine.css.ast
Represents a rule set block
RuleSetNode(int, int, int) - Constructor for class org.duelengine.css.ast.RuleSetNode
 
RuleSetNode(SelectorNode, CssNode...) - Constructor for class org.duelengine.css.ast.RuleSetNode
 
RuleSetNode(SelectorNode[], CssNode...) - Constructor for class org.duelengine.css.ast.RuleSetNode
 

S

SelectorNode - Class in org.duelengine.css.ast
Represents a CSS3 selector http://www.w3.org/TR/css3-selectors/ http://www.w3.org/TR/CSS/selector.html#selector-syntax
SelectorNode(int, int, int) - Constructor for class org.duelengine.css.ast.SelectorNode
 
SelectorNode(ValueNode...) - Constructor for class org.duelengine.css.ast.SelectorNode
 
SelectorNode(String) - Constructor for class org.duelengine.css.ast.SelectorNode
 
setBlock(BlockNode) - Method in class org.duelengine.css.ast.AtRuleNode
 
setChannels(int, int, int) - Method in class org.duelengine.css.ast.ColorNode
 
setCombinator(CombinatorType) - Method in class org.duelengine.css.ast.CombinatorNode
 
setIdent(String) - Method in class org.duelengine.css.ast.DeclarationNode
 
setImportant(boolean) - Method in class org.duelengine.css.ast.DeclarationNode
 
setIndent(String) - Method in class org.duelengine.css.codegen.CodeGenSettings
Sets the string used for source indentation
setInlineBraces(boolean) - Method in class org.duelengine.css.codegen.CodeGenSettings
Sets if braces should be placed inline (rather than on own line)
setKeepUnits(boolean) - Method in class org.duelengine.css.ast.NumericNode
 
setKeyword(String) - Method in class org.duelengine.css.ast.AtRuleNode
 
setLineComments(boolean) - Method in class org.duelengine.css.parsing.CssLexer
Sets if line comments are allowed
setNewline(String) - Method in class org.duelengine.css.codegen.CodeGenSettings
Sets the string used for line endings
setNumber(double) - Method in class org.duelengine.css.ast.NumericNode
 
setPrettyPrint(boolean) - Method in class org.duelengine.css.compiler.Settings
 
setSource(String) - Method in class org.duelengine.css.compiler.Settings
 
setTarget(String) - Method in class org.duelengine.css.compiler.Settings
 
Settings - Class in org.duelengine.css.compiler
 
Settings() - Constructor for class org.duelengine.css.compiler.Settings
 
setUnits(String) - Method in class org.duelengine.css.ast.NumericNode
 
setValue(String) - Method in class org.duelengine.css.ast.ColorNode
 
setValue(String) - Method in class org.duelengine.css.ast.CombinatorNode
 
setValue(String) - Method in class org.duelengine.css.ast.MultiValueNode
 
setValue(String) - Method in class org.duelengine.css.ast.NumericNode
 
setValue(String) - Method in class org.duelengine.css.ast.ValueNode
 
setVerbose(boolean) - Method in class org.duelengine.css.compiler.Settings
 
string(String) - Static method in class org.duelengine.css.parsing.CssToken
 
StringNode - Class in org.duelengine.css.ast
Represents a string value
StringNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.StringNode
 
StringNode(String) - Constructor for class org.duelengine.css.ast.StringNode
 
stringValue(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
StyleSheetNode - Class in org.duelengine.css.ast
Represents the style sheet root
StyleSheetNode(int, int, int) - Constructor for class org.duelengine.css.ast.StyleSheetNode
 
StyleSheetNode(CssNode...) - Constructor for class org.duelengine.css.ast.StyleSheetNode
 
subtract(ValueNode) - Method in class org.duelengine.css.ast.ColorNode
 
subtract(ValueNode) - Method in class org.duelengine.css.ast.NumericNode
 
subtract(ValueNode) - Method in class org.duelengine.css.ast.ValueNode
 
SyntaxException - Exception in org.duelengine.css.parsing
Represents compilation error related to a specific point in the source file
SyntaxException(String, int, int, int) - Constructor for exception org.duelengine.css.parsing.SyntaxException
 
SyntaxException(String, int, int, int, Throwable) - Constructor for exception org.duelengine.css.parsing.SyntaxException
 

T

toList() - Method in class org.duelengine.css.parsing.CssLexer
Produces a list of the remaining tokens
toString() - Method in class org.duelengine.css.ast.CssNode
 
toString() - Method in class org.duelengine.css.parsing.CssToken
 

U

useInlineBraces() - Method in class org.duelengine.css.codegen.CodeGenSettings
Gets if braces should be placed inline (rather than on own line)

V

value(String) - Static method in class org.duelengine.css.parsing.CssToken
 
value(String, int, int, int) - Static method in class org.duelengine.css.parsing.CssToken
 
ValueNode - Class in org.duelengine.css.ast
Represents a value
ValueNode(String, int, int, int) - Constructor for class org.duelengine.css.ast.ValueNode
 
ValueNode(String) - Constructor for class org.duelengine.css.ast.ValueNode
 
valueOf(String) - Static method in enum org.duelengine.css.ast.CombinatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duelengine.css.ast.CssNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duelengine.css.ast.LessBinaryOperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duelengine.css.ast.WordBreak
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.duelengine.css.parsing.CssTokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.duelengine.css.ast.CombinatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duelengine.css.ast.CssNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duelengine.css.ast.LessBinaryOperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duelengine.css.ast.WordBreak
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.duelengine.css.parsing.CssTokenType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withImportant() - Method in class org.duelengine.css.ast.DeclarationNode
 
WordBreak - Enum in org.duelengine.css.ast
 
write(Appendable, StyleSheetNode) - Method in class org.duelengine.css.codegen.CssFormatter
Generates the text for the stylesheet
write(Appendable, StyleSheetNode, CssFilter) - Method in class org.duelengine.css.codegen.CssFormatter
Generates the text for the stylesheet
writeNode(Appendable, CssNode, CssFilter) - Method in class org.duelengine.css.codegen.CssFormatter
Used for debugging and .toString()
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2014. All rights reserved.