OpenMD
3.1
Molecular Dynamics in the Open
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
e
f
g
h
i
l
m
n
o
r
s
t
u
v
Functions
c
d
e
f
g
i
l
m
n
o
r
t
u
v
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Related Symbols
Files
File List
File Members
All
c
g
Functions
c
Variables
c
g
Macros
c
▼
OpenMD
Todo List
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
antlr
ANTLRException.hpp
ANTLRUtil.cpp
ANTLRUtil.hpp
AST.hpp
ASTArray.hpp
ASTFactory.cpp
ASTFactory.hpp
ASTNULLType.cpp
ASTNULLType.hpp
ASTPair.hpp
ASTRefCount.cpp
ASTRefCount.hpp
BaseAST.cpp
BaseAST.hpp
BitSet.cpp
BitSet.hpp
CharBuffer.cpp
CharBuffer.hpp
CharInputBuffer.hpp
CharScanner.cpp
CharScanner.hpp
CharStreamException.hpp
CharStreamIOException.hpp
CircularQueue.hpp
CommonAST.cpp
CommonAST.hpp
CommonASTWithHiddenTokens.cpp
CommonASTWithHiddenTokens.hpp
CommonHiddenStreamToken.cpp
CommonHiddenStreamToken.hpp
CommonToken.cpp
CommonToken.hpp
config.hpp
InputBuffer.cpp
InputBuffer.hpp
IOException.hpp
LexerSharedInputState.hpp
LLkParser.cpp
LLkParser.hpp
MismatchedCharException.cpp
MismatchedCharException.hpp
MismatchedTokenException.cpp
MismatchedTokenException.hpp
NoViableAltException.cpp
NoViableAltException.hpp
NoViableAltForCharException.cpp
NoViableAltForCharException.hpp
Parser.cpp
Parser.hpp
ParserSharedInputState.hpp
RecognitionException.cpp
RecognitionException.hpp
RefCount.hpp
SemanticException.hpp
String.cpp
String.hpp
Token.cpp
Token.hpp
TokenBuffer.cpp
TokenBuffer.hpp
TokenRefCount.cpp
TokenRefCount.hpp
TokenStream.hpp
TokenStreamBasicFilter.cpp
TokenStreamBasicFilter.hpp
TokenStreamException.hpp
TokenStreamHiddenTokenFilter.cpp
TokenStreamHiddenTokenFilter.hpp
TokenStreamIOException.hpp
TokenStreamRecognitionException.hpp
TokenStreamRetryException.hpp
TokenStreamRewriteEngine.cpp
TokenStreamRewriteEngine.hpp
TokenStreamSelector.cpp
TokenStreamSelector.hpp
TokenWithIndex.hpp
TreeParser.cpp
TreeParser.hpp
TreeParserSharedInputState.hpp
►
applications
►
brains
►
clusters
►
constraints
►
flucq
►
forcefields
►
hydrodynamics
►
integrators
►
io
►
lattice
►
math
►
mdParser
►
nonbonded
►
optimization
►
parallel
►
perturbations
►
primitives
►
restraints
►
rnemd
►
selection
►
types
►
utils
►
visitors
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
NoViableAltException.hpp
1
#ifndef INC_NoViableAltException_hpp__
2
#define INC_NoViableAltException_hpp__
3
4
/* ANTLR Translator Generator
5
* Project led by Terence Parr at http://www.jGuru.com
6
* Software rights: http://www.antlr.org/license.html
7
*
8
* $Id$
9
*/
10
11
#include <antlr/config.hpp>
12
#include <antlr/RecognitionException.hpp>
13
#include <antlr/Token.hpp>
14
#include <antlr/AST.hpp>
15
16
#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
17
namespace
antlr {
18
#endif
19
20
class
ANTLR_API
NoViableAltException
:
public
RecognitionException
{
21
public
:
22
const
RefToken
token;
23
const
RefAST
node;
// handles parsing and treeparsing
24
25
NoViableAltException
(
RefAST
t);
26
NoViableAltException
(
RefToken
t,
const
ANTLR_USE_NAMESPACE(std)
string
& fileName_);
27
28
~NoViableAltException
()
throw
() {}
29
30
/**
31
* Returns a clean error message (no line number/column information)
32
*/
33
ANTLR_USE_NAMESPACE(std)
string
getMessage()
const
;
34
};
20
class
ANTLR_API
NoViableAltException
:
public
RecognitionException
{
…
};
35
36
#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
37
}
38
#endif
39
40
#endif
//INC_NoViableAltException_hpp__
antlr::ASTRefCount< AST >
antlr::NoViableAltException
Definition
NoViableAltException.hpp:20
antlr::RecognitionException
Definition
RecognitionException.hpp:19
antlr::TokenRefCount< Token >
antlr
NoViableAltException.hpp
Generated on Wed Jun 26 2024 13:56:38 for OpenMD by
1.11.0