de.uni_paderborn.fujaba.mpEdit
Class LineInfo

java.lang.Object
  extended byde.uni_paderborn.fujaba.mpEdit.LineInfo

public class LineInfo
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.11 $
Author:
$Author: schneider $

Field Summary
protected  java.lang.String data
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean inComment
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean inLiteral
          No comment provided by developer, please add a comment to improve documentation.
protected  int keyCt
          No comment provided by developer, please add a comment to improve documentation.
protected  int[] keyEnds
          No comment provided by developer, please add a comment to improve documentation.
protected  int[] keyStarts
          No comment provided by developer, please add a comment to improve documentation.
protected  byte[] keyTypes
          No comment provided by developer, please add a comment to improve documentation.
protected  java.awt.Color tagColor
          No comment provided by developer, please add a comment to improve documentation.
protected  int tagValue
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
LineInfo(java.lang.String s)
          Constructor for class LineInfo
 
Method Summary
 boolean isFreeStanding(int number)
          this works for columns not char numbers, so not quite working now
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected java.lang.String data
No comment provided by developer, please add a comment to improve documentation.


inComment

protected boolean inComment
No comment provided by developer, please add a comment to improve documentation.


inLiteral

protected boolean inLiteral
No comment provided by developer, please add a comment to improve documentation.


keyCt

protected int keyCt
No comment provided by developer, please add a comment to improve documentation.


keyStarts

protected int[] keyStarts
No comment provided by developer, please add a comment to improve documentation.


keyEnds

protected int[] keyEnds
No comment provided by developer, please add a comment to improve documentation.


keyTypes

protected byte[] keyTypes
No comment provided by developer, please add a comment to improve documentation.


tagValue

protected int tagValue
No comment provided by developer, please add a comment to improve documentation.


tagColor

protected java.awt.Color tagColor
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

LineInfo

public LineInfo(java.lang.String s)
Constructor for class LineInfo

Parameters:
s - No description provided
Method Detail

isFreeStanding

public boolean isFreeStanding(int number)
this works for columns not char numbers, so not quite working now

Parameters:
number - No description provided
Returns:
true if character at given place is not in comment nor literal