org.apache.maven.doxia.module.apt

Class AptParser.Block

private abstract class AptParser.Block extends Object

Field Summary
protected intindent
protected Stringtext
protected inttextLength
protected inttype
Constructor Summary
Block(int type, int indent)
Block(int type, int indent, String firstLine)
Method Summary
intgetIndent()
intgetType()
protected intskipFromLeftToRightBracket(int i)
protected intskipLeadingBullets()
protected intskipSpaceFrom(int i)
abstract voidtraverse()
protected voidtraverseText(int begin)
protected voidtraverseText(int begin, int end)

Field Detail

indent

protected int indent

text

protected String text

textLength

protected int textLength

type

protected int type

Constructor Detail

Block

public Block(int type, int indent)

Block

public Block(int type, int indent, String firstLine)

Method Detail

getIndent

public final int getIndent()

getType

public final int getType()

skipFromLeftToRightBracket

protected int skipFromLeftToRightBracket(int i)

skipLeadingBullets

protected int skipLeadingBullets()

skipSpaceFrom

protected final int skipSpaceFrom(int i)

traverse

public abstract void traverse()

traverseText

protected void traverseText(int begin)

traverseText

protected void traverseText(int begin, int end)
Copyright © {inceptionYear}-2008 null. All Rights Reserved.