frysk.expr
Class FQIdentToken

java.lang.Object
  extended by antlr.CommonToken
      extended by frysk.expr.FQIdentToken

public class FQIdentToken
extends antlr.CommonToken


Field Summary
 String dso
           
 String file
           
 String frameNumber
           
 boolean globs
          Whether the token may contain glob expressions.
 String line
           
 String proc
           
 String processId
           
 String symbol
           
 String threadId
           
 String version
           
 boolean wantPlt
           
 
Constructor Summary
FQIdentToken(int t, String txt)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dso

public String dso

file

public String file

line

public String line

proc

public String proc

symbol

public String symbol

version

public String version

processId

public String processId

threadId

public String threadId

frameNumber

public String frameNumber

wantPlt

public boolean wantPlt

globs

public boolean globs
Whether the token may contain glob expressions.

Constructor Detail

FQIdentToken

public FQIdentToken(int t,
                    String txt)
Method Detail

toString

public String toString()