Class ComponentValue

java.lang.Object
org.jhotdraw8.css.ast.AbstractSyntaxTree
org.jhotdraw8.css.ast.ComponentValue

public abstract class ComponentValue extends AbstractSyntaxTree
A ComponentValue is the abstract base class of CssToken, CurlyBlock, RoundBlock, SquareBlock and FunctionBlock.
Author:
Werner Randelshofer
  • Constructor Details

    • ComponentValue

      public ComponentValue(@Nullable SourceLocator sourceLocator)