com.dtrules.compiler.decisiontables
Class CompileError
java.lang.Object
com.dtrules.compiler.decisiontables.CompileError
public class CompileError
- extends Object
A simple class, really just a structure, for collecting
information about reported errors as we compile a set of
decision tables.
- Author:
- Paul Snow
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tablename
public String tablename
filename
public String filename
source
public String source
message
public String message
lineNumber
public int lineNumber
info
public String info
tokens
public ArrayList<String> tokens
Copyright © 2011 DTrules Inc. All Rights Reserved.