|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectua.gradsoft.termware.debug.SourceCodeAccessHelper
public class SourceCodeAccessHelper
Provide helper entries for access to source code.
| Constructor Summary | |
|---|---|
SourceCodeAccessHelper()
|
|
| Method Summary | |
|---|---|
static SourceCodeLocation |
getLocationOfTerm(Term t)
if term was in source code, get location of this term in it, otherwise - return SourceCodeLocation.UNKNOWN |
static SourceCodeLocation |
getLocationOfTermBegin(Term t)
if term was in source code, get location of begin line of this term, otherwise - return SourceCodeLocation.UNKNOWN |
static SourceCodeLocation |
getLocationOfTermEnd(Term t)
if term was in source code, get location of begin line of this term, otherwise - return SourceCodeLocation.UNKNOWN |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceCodeAccessHelper()
| Method Detail |
|---|
public static SourceCodeLocation getLocationOfTerm(Term t)
t -
public static SourceCodeLocation getLocationOfTermBegin(Term t)
t -
public static SourceCodeLocation getLocationOfTermEnd(Term t)
t -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||