class statement
|
Structure the statement is parsed into. More... |
|
|
Public Types
- enum type { Block,
/** Start of statement.
}
Public Methods
Public Members
Structure the statement is parsed into.
enum type { Block,
/** Start of statement.
}
| type |
Start of block.
statement (type ntype=Token,const QString &token=QString::null,int cline=-1)
| statement |
Create statement
std::list & subTokens ()
| subTokens |
Allocate subtokens if not available and return reference to subtokens
statement (const statement &)
| statement |
Copy constructor
const statement & operator = (const statement &)
| operator = |
Copy operator
bool operator == (const statement &)
| operator == |
[const]
Equality operator. Does not include the line for comparison.
bool operator != (const statement &stat)
| operator != |
[const]
Non rquality operator. Does not include the line for comparison.
Destroy statement
Generated by: nneul on skyhawk on Wed Feb 23 19:49:58 2005, using kdoc 2.0a54. |