|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.parsing.CodeLocation
public class CodeLocation
CodeLocation
| Constructor Summary | |
|---|---|
CodeLocation(java.lang.String fullPath,
Lexeme startLexeme)
CodeLocation |
|
CodeLocation(java.lang.String fullPath,
Lexeme startLexeme,
Lexeme endLexeme)
CodeLocation |
|
| Method Summary | |
|---|---|
Lexeme |
getEndLexeme()
|
java.lang.String |
getFullPath()
|
Lexeme |
getStartLexeme()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodeLocation(java.lang.String fullPath,
Lexeme startLexeme)
fullPath - startLexeme -
public CodeLocation(java.lang.String fullPath,
Lexeme startLexeme,
Lexeme endLexeme)
fullPath - startLexeme - endLexeme - | Method Detail |
|---|
public java.lang.String getFullPath()
getFullPath in interface ICodeLocationICodeLocation.getFullPath()public Lexeme getStartLexeme()
getStartLexeme in interface ICodeLocationICodeLocation.getStartLexeme()public Lexeme getEndLexeme()
getEndLexeme in interface ICodeLocationICodeLocation.getEndLexeme()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||