Package net.sourceforge.plantuml.preproc
Class IfManager
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ReadLineInstrumented
-
- net.sourceforge.plantuml.preproc.IfManager
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,ReadLine
public class IfManager extends ReadLineInstrumented implements ReadLine
-
-
Field Summary
Fields Modifier and Type Field Description protected static Pattern2elsePatternprotected static Pattern2endifPatternprotected static Pattern2ifcomparePatternprotected static Pattern2ifdefPattern
-
Constructor Summary
Constructors Constructor Description IfManager(ReadLine source, DefinesGet defines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CharSequence2readLineInternal()-
Methods inherited from class net.sourceforge.plantuml.preproc.ReadLineInstrumented
close, readLine, toString
-
-
-
-
Constructor Detail
-
IfManager
public IfManager(ReadLine source, DefinesGet defines)
-
-
Method Detail
-
readLineInternal
protected CharSequence2 readLineInternal() throws java.io.IOException
- Throws:
java.io.IOException
-
-