Package de.neuland.jade4j.util
Class Options
- java.lang.Object
-
- de.neuland.jade4j.util.Options
-
public class Options extends java.lang.ObjectCreated by christoph on 14.10.15.
-
-
Field Summary
Fields Modifier and Type Field Description private intend(package private) booleanincludeLineCommentprivate intstart
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()intgetStart()booleanisIncludeLineComment()voidsetEnd(int end)voidsetIncludeLineComment(boolean includeLineComment)voidsetStart(int start)
-