The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Go to the source code of this file.
Classes | |
class | Parser.CSharpLexer |
Namespaces | |
package | Parser |
/ A Parser for the C# language (including preprocessors directives). / | |
Typedefs | |
using | TokenStreamSelector = antlr.TokenStreamSelector |
using | Parser.Stream = System.IO.Stream |
using | Parser.TextReader = System.IO.TextReader |
using | Parser.Hashtable = System.Collections.Hashtable |
using | Parser.Comparer = System.Collections.Comparer |
using | Parser.TokenStreamException = antlr.TokenStreamException |
using | Parser.TokenStreamIOException = antlr.TokenStreamIOException |
using | Parser.TokenStreamRecognitionException = antlr.TokenStreamRecognitionException |
using | Parser.CharStreamException = antlr.CharStreamException |
using | Parser.CharStreamIOException = antlr.CharStreamIOException |
using | Parser.ANTLRException = antlr.ANTLRException |
using | Parser.CharScanner = antlr.CharScanner |
using | Parser.InputBuffer = antlr.InputBuffer |
using | Parser.ByteBuffer = antlr.ByteBuffer |
using | Parser.CharBuffer = antlr.CharBuffer |
using | Parser.Token = antlr.Token |
using | Parser.IToken = antlr.IToken |
using | Parser.CommonToken = antlr.CommonToken |
using | Parser.SemanticException = antlr.SemanticException |
using | Parser.RecognitionException = antlr.RecognitionException |
using | Parser.NoViableAltForCharException = antlr.NoViableAltForCharException |
using | Parser.MismatchedCharException = antlr.MismatchedCharException |
using | Parser.TokenStream = antlr.TokenStream |
using | Parser.LexerSharedInputState = antlr.LexerSharedInputState |
using | Parser.BitSet = antlr.collections.impl.BitSet |
using TokenStreamSelector = antlr.TokenStreamSelector |
Definition at line 6 of file CSharpLexer.cs.