Home
last modified time | relevance | path

Searched refs:getExpressions (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/analyse/expression/
H A DOperationTest.java27 assertEquals(2, ((Operation.Or) i).getExpressions().size()); in testOr()
29 assertEquals(3, ((Operation.Or) i).getExpressions().size()); in testOr()
33 assertEquals(2, ((Operation.Or) i).getExpressions().size()); in testOr()
47 assertEquals(2, ((Operation.And) i).getExpressions().size()); in testAnd()
49 assertEquals(3, ((Operation.And) i).getExpressions().size()); in testAnd()
53 assertEquals(2, ((Operation.And) i).getExpressions().size()); in testAnd()
65 assertEquals(2, ((Operation.XOr) i).getExpressions().size()); in testXOr()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src-gen/org/wesnoth/wml/impl/
H A DWMLRootImpl.java83 public EList<WMLRootExpression> getExpressions() in getExpressions() method in WMLRootImpl
103 return ((InternalEList<?>)getExpressions()).basicRemove(otherEnd, msgs); in eInverseRemove()
119 return getExpressions(); in eGet()
136 getExpressions().clear(); in eSet()
137 getExpressions().addAll((Collection<? extends WMLRootExpression>)newValue); in eSet()
154 getExpressions().clear(); in eUnset()
H A DWMLMacroDefineImpl.java107 public EList<WMLValuedExpression> getExpressions() in getExpressions() method in WMLMacroDefineImpl
150 return ((InternalEList<?>)getExpressions()).basicRemove(otherEnd, msgs); in eInverseRemove()
166 return getExpressions(); in eGet()
185 getExpressions().clear(); in eSet()
186 getExpressions().addAll((Collection<? extends WMLValuedExpression>)newValue); in eSet()
206 getExpressions().clear(); in eUnset()
H A DWMLTagImpl.java215 public EList<WMLExpression> getExpressions() in getExpressions() method in WMLTagImpl
324 for ( WMLExpression expression : getExpressions( ) ) { in getWMLTags()
340 for ( WMLExpression expression : getExpressions( ) ) { in getWMLKeys()
359 return ((InternalEList<?>)getExpressions()).basicRemove(otherEnd, msgs); in eInverseRemove()
377 return getExpressions(); in eGet()
405 getExpressions().clear(); in eSet()
406 getExpressions().addAll((Collection<? extends WMLExpression>)newValue); in eSet()
438 getExpressions().clear(); in eUnset()
H A DWMLPreprocIFImpl.java139 public EList<WMLValuedExpression> getExpressions() in getExpressions() method in WMLPreprocIFImpl
219 return ((InternalEList<?>)getExpressions()).basicRemove(otherEnd, msgs); in eInverseRemove()
237 return getExpressions(); in eGet()
260 getExpressions().clear(); in eSet()
261 getExpressions().addAll((Collection<? extends WMLValuedExpression>)newValue); in eSet()
288 getExpressions().clear(); in eUnset()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/analyse/expression/
H A DOperation.java106 int size = operation.getExpressions().size(); in simplify()
111 return operation.getExpressions().get(0); in simplify()
113 operation.getExpressions().sort(EXPRESSION_COMPARATOR); in simplify()
137 expr.addAll(((Operation) e).getExpressions()); in merge()
171 public ArrayList<Expression> getExpressions() { in getExpressions() method in Operation
236 return new And(getExpressions()); in copy()
270 return new Or(getExpressions()); in copy()
304 return new XOr(getExpressions()); in copy()
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/common/parser/
H A DWordListTest.java232 assertEquals(3, sentence.getExpressions().size()); in testCompoundNames()
238 assertEquals(2, sentence.getExpressions().size()); in testCompoundNames()
251 assertEquals(2, sentence.getExpressions().size()); in testCompoundNames()
257 assertEquals(2, sentence.getExpressions().size()); in testCompoundNames()
263 assertEquals(2, sentence.getExpressions().size()); in testCompoundNames()
269 assertEquals(3, sentence.getExpressions().size()); in testCompoundNames()
275 assertEquals(3, sentence.getExpressions().size()); in testCompoundNames()
281 assertEquals(2, sentence.getExpressions().size()); in testCompoundNames()
302 assertEquals(2, sentence.getExpressions().size()); in testComplexCompoundNames()
310 assertEquals(2, sentence.getExpressions().size()); in testComplexCompoundNames()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/schema/
H A DSchemaParser.java280 currentTag.getExpressions( ).add( targetTag ); in parseSchemaFile()
290 currentTag.getExpressions( ).add( in parseSchemaFile()
332 tag.getExpressions( ).addAll( inhertedTag.getExpressions( ) ); in expandTag()
345 WMLExpression[] expressions = tag.getExpressions( ) in sortChildren()
346 .toArray( new WMLExpression[tag.getExpressions( ).size( )] ); in sortChildren()
348 tag.getExpressions( ).clear( ); in sortChildren()
351 tag.getExpressions( ).add( expression ); in sortChildren()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/expressions/
H A DExpressionManagerTests.java170 IExpression[] expressions = manager.getExpressions(); in testAddExpressions()
207 IExpression[] expressions = manager.getExpressions(); in testRemoveExpressions()
247 IExpression[] expressions = manager.getExpressions(); in testChangeExpressions()
290 IExpression[] expressions = manager.getExpressions(); in testInsertBeforeExpressions()
317 expressions = manager.getExpressions(); in testInsertBeforeExpressions()
348 IExpression[] expressions = manager.getExpressions(); in testInsertAfterExpressions()
375 expressions = manager.getExpressions(); in testInsertAfterExpressions()
426 IExpression[] expressions = manager.getExpressions(); in testMoveBeforeExpressions()
477 IExpression[] expressions = manager.getExpressions(); in testMoveAfterExpressions()
508 IExpression[] expressions = manager2.getExpressions(); in testPersistExpressions()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java37 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
75 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
170 StackValueCollection exprs = getExpressions(); in structuralCompare()
171 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java37 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
75 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
170 StackValueCollection exprs = getExpressions(); in structuralCompare()
171 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/analyse/expression/modify/
H A DThreeInputs.java21 if (op.getExpressions().size() > 3) { in modify()
23 return new Three(op.getExpressions(), Operation::andNoMerge).generate(); in modify()
25 return new Three(op.getExpressions(), Operation::orNoMerge).generate(); in modify()
H A DTwoInputs.java23 if (op.getExpressions().size() > 2) { in modify()
25 return new Twoer(op.getExpressions(), (a, b) -> andNoMerge(a, b)).generate(); in modify()
27 return new Twoer(op.getExpressions(), (a, b) -> orNoMerge(a, b)).generate(); in modify()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/jfc/model/
H A DXmlExpression.java33 public final List<XmlExpression> getExpressions() { in getExpressions() method in XmlExpression
49 if (getExpressions().size() < 2) { in validateChildConstraints()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/semos/tavern/market/
H A DKnownOffersChatAction.java28 final int last = sentence.getExpressions().size(); in getOfferNumberFromSentence()
30 for (Expression expr : sentence.getExpressions().subList(1, last)) { in getOfferNumberFromSentence()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DIExpressionManager.java75 IExpression[] getExpressions(); in getExpressions() method
91 IExpression[] getExpressions(String modelIdentifier); in getExpressions() method
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/validation/
H A DWMLJavaValidator.java118 for( WMLExpression expression: schemaTag.getExpressions( ) ) { in checkNormalTagName()
208 Iterables.filter( root.getExpressions( ), WMLTag.class ) ); in checkNormalWMLRootCardinality()
226 Iterables.filter( tag.getExpressions( ), WMLTag.class ) ); in checkNormalWMLTagCardinality()
229 Iterables.filter( tag.getExpressions( ), WMLKey.class ) ); in checkNormalWMLTagCardinality()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
183 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
262 StackValueCollection exprs = getExpressions(); in structuralCompare()
263 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
177 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
256 StackValueCollection exprs = getExpressions(); in structuralCompare()
257 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
183 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
262 StackValueCollection exprs = getExpressions(); in structuralCompare()
263 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
177 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
256 StackValueCollection exprs = getExpressions(); in structuralCompare()
257 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
177 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
256 StackValueCollection exprs = getExpressions(); in structuralCompare()
257 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
177 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
256 StackValueCollection exprs = getExpressions(); in structuralCompare()
257 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
177 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
256 StackValueCollection exprs = getExpressions(); in structuralCompare()
257 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java42 public abstract StackValueCollection getExpressions(); in getExpressions() method in JavaVFrame
177 printStackValuesOn(tty, "expressions", getExpressions()); in printOn()
256 StackValueCollection exprs = getExpressions(); in structuralCompare()
257 StackValueCollection otherExprs = other.getExpressions(); in structuralCompare()

12345678910>>...12