tigase.test.parser
Class TestScript
java.lang.Object
tigase.test.parser.TestScript
- All Implemented Interfaces:
- TestScriptConstants
public class TestScript
- extends Object
- implements TestScriptConstants
| Fields inherited from interface tigase.test.parser.TestScriptConstants |
ASSIGN, AT, COLON, COMMENT, DECIMAL, DEFAULT, DIGIT, EOF, IN_LONG_DESCR, LBRACE, LETTER, LONGDESCR, MINUS, ONERROR, PARAMNAME, PLUS, RBRACE, SEMICOLON, SIMPLESTR, SLASH, STAR, STRING, tokenImage, VARNAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
token_source
public TestScriptTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
lookingAhead
public boolean lookingAhead
TestScript
public TestScript(InputStream stream)
TestScript
public TestScript(Reader stream)
TestScript
public TestScript(TestScriptTokenManager tm)
getTests
public List getTests()
getGlobalPars
public Map getGlobalPars()
getGlobalVars
public Map getGlobalVars()
main
public static void main(String[] args)
throws ParseException
- Throws:
ParseException
Input
public final void Input()
throws ParseException
- Throws:
ParseException
Test
public final TestNode Test()
throws ParseException
- Throws:
ParseException
BasicTest
public final TestNode BasicTest()
throws ParseException
- Throws:
ParseException
TestName
public final String TestName()
throws ParseException
- Throws:
ParseException
TestID
public final String TestID()
throws ParseException
- Throws:
ParseException
ShortDescr
public final String ShortDescr()
throws ParseException
- Throws:
ParseException
Expression
public final String Expression()
throws ParseException
- Throws:
ParseException
LBrace
public final void LBrace()
throws ParseException
- Throws:
ParseException
RBrace
public final void RBrace()
throws ParseException
- Throws:
ParseException
OnError
public final TestNode OnError()
throws ParseException
- Throws:
ParseException
LongDescr
public final String LongDescr()
throws ParseException
- Throws:
ParseException
TestVars
public final Map TestVars()
throws ParseException
- Throws:
ParseException
TestParams
public final Map TestParams()
throws ParseException
- Throws:
ParseException
Value
public final Token Value()
throws ParseException
- Throws:
ParseException
ReInit
public void ReInit(InputStream stream)
ReInit
public void ReInit(Reader stream)
ReInit
public void ReInit(TestScriptTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
Copyright © 2005-2012 Tigase. All Rights Reserved.