Package net.sourceforge.plantuml.ebnf
Class EbnfExpression
- java.lang.Object
-
- net.sourceforge.plantuml.ebnf.EbnfExpression
-
- All Implemented Interfaces:
TextBlockable
public class EbnfExpression extends java.lang.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, java.lang.String commentAbove, java.lang.String commentBelow)
TextBlock
getUDrawable(ISkinParam skinParam, PreprocessingArtifact preprocessing)
boolean
isEmpty()
-
-
-
Method Detail
-
create
public static EbnfExpression create(CharInspector it, boolean isCompact, java.lang.String commentAbove, java.lang.String commentBelow)
-
getUDrawable
public TextBlock getUDrawable(ISkinParam skinParam, PreprocessingArtifact preprocessing)
- Specified by:
getUDrawable
in interfaceTextBlockable
-
isEmpty
public boolean isEmpty()
-
-