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 Pattern2
elsePattern
protected static Pattern2
endifPattern
protected static Pattern2
ifcomparePattern
protected static Pattern2
ifdefPattern
-
Constructor Summary
Constructors Constructor Description IfManager(ReadLine source, DefinesGet defines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CharSequence2
readLineInternal()
-
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
-
-