HomeSort by relevance Sort by last modified time
    Searched defs:ANTLR (Results 26 - 48 of 48) sorted by null

12

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
makefile 2 # Makefile for ANTLR 1.33
24 # ANTLR 1.33
49 #ANTLR=..\bin\antlr
56 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
75 #ANTLR=..\bin\antlr
82 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
makefile 23 #ANTLR=..\bin\antlr
48 #ANTLR=..\bin\antlr
74 #ANTLR=..\bin\antlr
99 #ANTLR=..\bin\antlr
119 ANTLR=${BIN_DIR}/antlr
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm 1 package ANTLR::Runtime::Parser;
8 extends 'ANTLR::Runtime::BaseRecognizer';
12 does => 'ANTLR::Runtime::TokenStream'
37 if ($expected_token_type == ANTLR::Runtime::Token->EOF) {
44 my $t = ANTLR::Runtime::CommonToken->new({
49 if ($current->get_type() == ANTLR::Runtime::Token->EOF) {
Token.pm 1 package ANTLR::Runtime::Token;
7 use ANTLR::Runtime::CharStream;
8 #use ANTLR::Runtime::CommonToken;
37 sub EOF { ANTLR::Runtime::CharStream->EOF }
39 #Readonly my $EOF_TOKEN => ANTLR::Runtime::CommonToken->new({ type => EOF });
41 require ANTLR::Runtime::CommonToken;
42 state $EOF_TOKEN = ANTLR::Runtime::CommonToken->new({ type => EOF });
49 #Readonly my $INVALID_TOKEN => ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE });
51 require ANTLR::Runtime::CommonToken;
52 state $INVALID_TOKEN = ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE })
    [all...]
ANTLRStringStream.pm 1 package ANTLR::Runtime::ANTLRStringStream;
6 use ANTLR::Runtime::CharStreamState;
10 with 'ANTLR::Runtime::IntStream', 'ANTLR::Runtime::CharStream';
44 isa => 'ArrayRef[Maybe[ANTLR::Runtime::CharStreamState]]',
151 $state = ANTLR::Runtime::CharStreamState->new();
BitSet.pm 1 package ANTLR::Runtime::BitSet;
89 my $bs = ANTLR::Runtime::BitSet->new({ size => $el + 1 });
146 return ANTLR::Runtime::BitSet->new(bits => $self->bits);
252 ANTLR::Runtime::BitSet - A bit set
266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
CommonToken.pm 1 package ANTLR::Runtime::CommonToken;
12 with 'ANTLR::Runtime::Token';
36 default => sub { ANTLR::Runtime::Token->DEFAULT_CHANNEL }
41 isa => 'Maybe[ANTLR::Runtime::CharStream]',
196 return $self->type != ANTLR::Runtime::Token->EOF;
CommonTokenStream.pm 1 package ANTLR::Runtime::CommonTokenStream;
7 use ANTLR::Runtime::CharStream;
8 use ANTLR::Runtime::Token;
9 use ANTLR::Runtime::TokenSource;
17 with 'ANTLR::Runtime::IntStream',
18 'ANTLR::Runtime::TokenStream';
22 does => 'ANTLR::Runtime::TokenSource',
27 isa => 'ArrayRef[ANTLR::Runtime::Token]',
44 default => ANTLR::Runtime::Token->DEFAULT_CHANNEL,
71 $self->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL)
    [all...]
Lexer.pm 1 package ANTLR::Runtime::Lexer;
8 use ANTLR::Runtime::Token;
9 use ANTLR::Runtime::CommonToken;
10 use ANTLR::Runtime::CharStream;
11 use ANTLR::Runtime::MismatchedTokenException;
15 extends 'ANTLR::Runtime::BaseRecognizer';
16 with 'ANTLR::Runtime::TokenSource';
20 does => 'ANTLR::Runtime::CharStream',
37 $self->state->type(ANTLR::Runtime::Token->INVALID_TOKEN_TYPE);
38 $self->state->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL)
    [all...]
BaseRecognizer.pm 1 package ANTLR::Runtime::BaseRecognizer;
6 use ANTLR::Runtime::RecognizerSharedState;
7 use ANTLR::Runtime::Token;
8 use ANTLR::Runtime::UnwantedTokenException;
9 use ANTLR::Runtime::MissingTokenException;
10 use ANTLR::Runtime::MismatchedTokenException;
24 Readonly my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL;
27 Readonly my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL;
40 isa => 'ANTLR::Runtime::RecognizerSharedState',
41 default => sub { ANTLR::Runtime::RecognizerSharedState->new() }
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
BitSet.pm 1 package Test::ANTLR::Runtime::BitSet;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
antlr.h 0 /* antlr.h
23 * ANTLR 1.33
454 #define ANTLR(st, f) zzbufsize = ZZLEXBUFSIZE; \
802 * if ANTLR is not to generate a .dlg file (-gx); PS, this is a hack.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
antlr.h 0 /* antlr.h
23 * ANTLR 1.33
442 #define ANTLR(st, f) zzbufsize = ZZLEXBUFSIZE; \
783 * if ANTLR is not to generate a .dlg file (-gx); PS, this is a hack.
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 837 milliseconds

12