org.prorefactor.refactor.source
Interface IAtom

All Known Implementing Classes:
Atom, AtomRef

public interface IAtom


Method Summary
 int column()
           
 int line()
           
 IAtom next()
           
 IAtom prev()
           
 void setColumn(int column)
           
 void setLine(int line)
           
 void setNext(IAtom next)
           
 void setPrev(IAtom prev)
           
 void setText(java.lang.String text)
           
 void setType(int type)
           
 java.lang.String text()
           
 int type()
           
 

Method Detail

column

int column()

line

int line()

next

IAtom next()

prev

IAtom prev()

text

java.lang.String text()

type

int type()

setColumn

void setColumn(int column)

setLine

void setLine(int line)

setNext

void setNext(IAtom next)

setPrev

void setPrev(IAtom prev)

setType

void setType(int type)

setText

void setText(java.lang.String text)


Copyright © 2008 Joanju Software. All Rights Reserved.