Package net.sourceforge.plantuml.ebnf
Class EbnfExpression
- java.lang.Object
-
- net.sourceforge.plantuml.ebnf.EbnfExpression
-
- All Implemented Interfaces:
TextBlockable
public class EbnfExpression extends Object implements TextBlockable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EbnfExpression
create(CharInspector it, boolean isCompact, String commentAbove, String commentBelow)
TextBlock
getUDrawable(ISkinParam skinParam)
boolean
isEmpty()
-
-
-
Method Detail
-
create
public static EbnfExpression create(CharInspector it, boolean isCompact, String commentAbove, String commentBelow)
-
getUDrawable
public TextBlock getUDrawable(ISkinParam skinParam)
- Specified by:
getUDrawable
in interfaceTextBlockable
-
isEmpty
public boolean isEmpty()
-
-