|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.resources.css.ast.CssNode com.google.gwt.resources.css.ast.CssIf com.google.gwt.resources.converter.CssElIf
public class CssElIf
Represents a else if node in the css ast.
Constructor Summary | |
---|---|
CssElIf(com.google.gwt.resources.css.ast.CssIf originalNode)
|
Method Summary | |
---|---|
void |
traverse(com.google.gwt.resources.css.ast.CssVisitor visitor,
com.google.gwt.resources.css.ast.Context context)
|
Methods inherited from class com.google.gwt.resources.css.ast.CssIf |
---|
getElseNodes, getExpression, getNodes, getPropertyName, getPropertyValues, isNegated, isStatic, setExpression, setNegated, setProperty, setPropertyValues |
Methods inherited from class com.google.gwt.resources.css.ast.CssNode |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CssElIf(com.google.gwt.resources.css.ast.CssIf originalNode)
Method Detail |
---|
public void traverse(com.google.gwt.resources.css.ast.CssVisitor visitor, com.google.gwt.resources.css.ast.Context context)
traverse
in interface com.google.gwt.resources.css.ast.CssVisitable
traverse
in class com.google.gwt.resources.css.ast.CssIf
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |