rwth.i2.ltlrv.management
Class ByteCodePosition
java.lang.Object
rwth.i2.ltlrv.management.ByteCodePosition
public class ByteCodePosition
- extends Object
This class represents a posiiton within a class in bytecode format.
- Author:
- Eric
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
className
private String className
sourceFile
private String sourceFile
line
private int line
ByteCodePosition
@Deprecated
public ByteCodePosition(String className,
String sourceFile,
int line)
- Deprecated.
getClassName
public String getClassName()
getSourceFile
public String getSourceFile()
getLine
public int getLine()
getRepresentationForGrammar
public String getRepresentationForGrammar()
- Returns:
- a parsable represantation of this position