Home
last modified time | relevance | path

Searched refs:BooleanLiteral (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DBooleanLiteral.java33 public class BooleanLiteral extends Expression { class
40 …new SimplePropertyDescriptor(BooleanLiteral.class, "booleanValue", boolean.class, MANDATORY); //$N…
51 createPropertyList(BooleanLiteral.class, properyList); in createPropertyList()
84 BooleanLiteral(AST ast) { in BooleanLiteral() method in BooleanLiteral
114 BooleanLiteral result = new BooleanLiteral(target); in clone0()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxql/
H A Dast.go258 func (*BooleanLiteral) node() {}
393 func (*BooleanLiteral) expr() {}
417 func (*BooleanLiteral) literal() {}
3539 type BooleanLiteral struct { struct
3745 case *BooleanLiteral:
4079 case *BooleanLiteral:
4579 case *BooleanLiteral:
4856 case *BooleanLiteral:
4879 case *BooleanLiteral:
5399 return &BooleanLiteral{Val: v}
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/ast/
H A DBooleanLiteral.java26 public class BooleanLiteral extends Literal { class
30 public BooleanLiteral(String payload, int pos, boolean value) { in BooleanLiteral() method in BooleanLiteral
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaforstatement.vala158 unowned BooleanLiteral? literal = condition as BooleanLiteral;
163 unowned BooleanLiteral? literal = condition as BooleanLiteral;
198 …lVariable (context.analyzer.bool_type.copy (), get_temp_name (), new BooleanLiteral (true, source_…
208 …t (new MemberAccess.simple (first_local.name, source_reference), new BooleanLiteral (false, source…
H A Dvalawhilestatement.vala85 unowned BooleanLiteral? literal = condition as BooleanLiteral;
90 unowned BooleanLiteral? literal = condition as BooleanLiteral;
H A Dvaladostatement.vala85 unowned BooleanLiteral? literal = condition as BooleanLiteral;
120 …lVariable (context.analyzer.bool_type.copy (), get_temp_name (), new BooleanLiteral (true, source_…
133 …t (new MemberAccess.simple (first_local.name, source_reference), new BooleanLiteral (false, source…
H A Dvalabooleanliteral.vala28 public class Vala.BooleanLiteral : Literal {
41 public BooleanLiteral (bool b, SourceReference? source = null) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/esprima/src/
H A Dtoken.ts2 BooleanLiteral = 1, enumerator
15 TokenName[Token.BooleanLiteral] = 'Boolean';
/dports/www/firefox/firefox-99.0/third_party/python/esprima/esprima/
H A Dtoken.py28 BooleanLiteral = 1 variable in Token
41 TokenName[Token.BooleanLiteral] = "Boolean"
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/esprima/esprima/
H A Dtoken.py28 BooleanLiteral = 1 variable in Token
41 TokenName[Token.BooleanLiteral] = "Boolean"
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/esprima/esprima/
H A Dtoken.py28 BooleanLiteral = 1 variable in Token
41 TokenName[Token.BooleanLiteral] = "Boolean"
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/esprima/esprima/
H A Dtoken.py28 BooleanLiteral = 1 variable in Token
41 TokenName[Token.BooleanLiteral] = "Boolean"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/handlebars/types/
H A Dindex.d.ts125 BooleanLiteral(bool: hbs.AST.BooleanLiteral): void; method
148 BooleanLiteral(bool: hbs.AST.BooleanLiteral): void;
343 interface BooleanLiteral extends Literal { interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Internal/
H A DExpressionParser.jay44 BooleanLiteral
164 : BooleanLiteral
174 BooleanLiteral
176 { $$ = new BooleanLiteral () { Value = true, Location = (ILocation) $1 }; }
178 { $$ = new BooleanLiteral () { Value = false, Location = (ILocation) $1 }; }
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/javaeditor/
H A DPositionCollectorCore.java19 import org.eclipse.jdt.core.dom.BooleanLiteral;
54 public boolean visit(BooleanLiteral node) { in visit()
/dports/textproc/py-rdflib/rdflib-5.0.0/rdflib/plugins/sparql/results/
H A Dtsvresults.py18 NumericLiteral, BooleanLiteral, LANGTAG)
40 TERM = RDFLITERAL | IRIREF | BLANK_NODE_LABEL | NumericLiteral | BooleanLiteral
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/liquid-core-0.23.0/src/parser/
H A Dgrammar.pest54 BooleanLiteral = @{ "true" | "false" }
56 …al | EmptyLiteral | BlankLiteral | StringLiteral | FloatLiteral | IntegerLiteral | BooleanLiteral }
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/liquid-core-0.22.0/src/parser/
H A Dgrammar.pest54 BooleanLiteral = @{ "true" | "false" }
56 …al | EmptyLiteral | BlankLiteral | StringLiteral | FloatLiteral | IntegerLiteral | BooleanLiteral }
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dinfluxql_predicate.go176 v.exprs = append(v.exprs, &influxql.BooleanLiteral{Val: val.BooleanValue})
217 b, ok := expr.(*influxql.BooleanLiteral)
229 return &influxql.BooleanLiteral{Val: true}
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dinfluxql_predicate.go176 v.exprs = append(v.exprs, &influxql.BooleanLiteral{Val: val.BooleanValue})
217 b, ok := expr.(*influxql.BooleanLiteral)
229 return &influxql.BooleanLiteral{Val: true}
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Linter/
H A DExhaustive.hs148 …ngCasesSingle _ _ NullBinder (LiteralBinder ss (BooleanLiteral b)) = ([LiteralBinder ss . BooleanL…
149 missingCasesSingle _ _ (LiteralBinder ss (BooleanLiteral bl)) (LiteralBinder _ (BooleanLiteral br))
151 | otherwise = ([LiteralBinder ss $ BooleanLiteral bl], return False)
/dports/lang/purescript/purescript-0.14.5/tests/
H A DTestCoreFn.hs110 , NonRec ann (Ident "x5") $ Literal ann (BooleanLiteral True)
169 (Left [(Literal ann (BooleanLiteral True), Literal ann (CharLiteral 'a'))])
179 (Literal ann (BooleanLiteral True))
218 [ LiteralBinder ann (BooleanLiteral True) ]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/services/storage/
H A Dpredicate_influxql.go167 v.exprs = append(v.exprs, &influxql.BooleanLiteral{Val: val.BooleanValue})
300 return &influxql.BooleanLiteral{Val: true}
314 return &influxql.BooleanLiteral{Val: true}
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/AST/
H A DLiterals.hs29 | BooleanLiteral Bool constructor
/dports/devel/awless/awless-0.1.11/vendor/github.com/wallix/triplestore/
H A Ddsl.go110 return BooleanLiteral(ii), nil
176 func BooleanLiteral(bl bool) Object { func
183 func (b *tripleBuilder) BooleanLiteral(bl bool) *triple { func
188 obj: BooleanLiteral(bl).(object),

12345678910>>...16