Uses of Class
org.eclipse.m2m.atl.engine.vm.nativelib.ASMBoolean

Packages that use ASMBoolean
org.eclipse.m2m.atl.drivers.emf4atl This package contains the EMF driver for the vm. 
org.eclipse.m2m.atl.engine.vm.nativelib This package contains the vm library. 
 

Uses of ASMBoolean in org.eclipse.m2m.atl.drivers.emf4atl
 

Methods in org.eclipse.m2m.atl.drivers.emf4atl that return ASMBoolean
 ASMBoolean ASMEMFModelElement.conformsTo(ASMOclType other)
          
 

Uses of ASMBoolean in org.eclipse.m2m.atl.engine.vm.nativelib
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMBoolean
static ASMBoolean ASMBoolean.and(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
abstract  ASMBoolean ASMOclType.conformsTo(ASMOclType other)
           
 ASMBoolean ASMOclSimpleType.conformsTo(ASMOclType other)
           
 ASMBoolean ASMTupleType.conformsTo(ASMOclType other)
           
 ASMBoolean ASMHashModelElement.conformsTo(ASMOclType other)
          Deprecated.  
 ASMBoolean ASMOclParametrizedType.conformsTo(ASMOclType other)
           
abstract  ASMBoolean ASMModelElement.conformsTo(ASMOclType other)
           
static ASMBoolean ASMOclParametrizedType.conformsTo(StackFrame frame, ASMOclParametrizedType self, ASMOclType other)
           
static ASMBoolean ASMOclType.conformsTo(StackFrame frame, ASMOclType self, ASMOclType other)
           
static ASMBoolean ASMMap.containsKey(StackFrame frame, ASMMap self, ASMOclAny o)
           
static ASMBoolean ASMMap.containsValue(StackFrame frame, ASMMap self, ASMOclAny o)
           
static ASMBoolean ASMString.endsWith(StackFrame frame, ASMString self, ASMString o)
           
static ASMBoolean ASMCollection.excludes(StackFrame frame, ASMCollection self, ASMOclAny o)
           
static ASMBoolean ASMCollection.excludesAll(StackFrame frame, ASMCollection self, ASMCollection o)
           
static ASMBoolean ASMBoolean.implies(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
static ASMBoolean ASMCollection.includes(StackFrame frame, ASMCollection self, ASMOclAny o)
           
static ASMBoolean ASMCollection.includesAll(StackFrame frame, ASMCollection self, ASMCollection o)
           
static ASMBoolean ASMCollection.isEmpty(StackFrame frame, ASMCollection self)
           
static ASMBoolean ASMBoolean.not(StackFrame frame, ASMBoolean self)
           
static ASMBoolean ASMCollection.notEmpty(StackFrame frame, ASMCollection self)
           
static ASMBoolean ASMOclAny.oclIsKindOf(StackFrame frame, ASMOclAny self, ASMOclType otherType)
           
static ASMBoolean ASMOclAny.oclIsTypeOf(StackFrame frame, ASMOclAny self, ASMOclType otherType)
           
static ASMBoolean ASMOclAny.oclIsUndefined(StackFrame frame, ASMOclAny self)
           
static ASMBoolean ASMOclUndefined.oclIsUndefined(StackFrame frame, ASMOclUndefined self)
           
static ASMBoolean ASMInteger.operatorEQ(StackFrame frame, ASMInteger self, ASMOclAny o)
           
static ASMBoolean ASMOclUndefined.operatorEQ(StackFrame frame, ASMOclUndefined self, ASMOclAny o)
           
static ASMBoolean ASMReal.operatorEQ(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMString.operatorEQ(StackFrame frame, ASMString self, ASMOclAny o)
           
static ASMBoolean ASMInteger.operatorGE(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorGE(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMString.operatorGE(StackFrame frame, ASMString self, ASMString o)
           
static ASMBoolean ASMInteger.operatorGT(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorGT(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMString.operatorGT(StackFrame frame, ASMString self, ASMString o)
           
static ASMBoolean ASMInteger.operatorLE(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorLE(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMString.operatorLE(StackFrame frame, ASMString self, ASMString o)
           
static ASMBoolean ASMInteger.operatorLT(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorLT(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMString.operatorLT(StackFrame frame, ASMString self, ASMString o)
           
static ASMBoolean ASMInteger.operatorNE(StackFrame frame, ASMInteger self, ASMOclAny o)
           
static ASMBoolean ASMOclUndefined.operatorNE(StackFrame frame, ASMOclUndefined self, ASMOclAny o)
           
static ASMBoolean ASMReal.operatorNE(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMString.operatorNE(StackFrame frame, ASMString self, ASMOclAny o)
           
static ASMBoolean ASMBoolean.or(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
static ASMBoolean ASMString.startsWith(StackFrame frame, ASMString self, ASMString o)
           
static ASMBoolean ASMString.toBoolean(StackFrame frame, ASMString self)
           
static ASMBoolean ASMString.writeTo(StackFrame frame, ASMString self, ASMString fileName)
           
static ASMBoolean ASMString.writeToWithCharset(StackFrame frame, ASMString self, ASMString fileName, ASMString charset)
           
static ASMBoolean ASMBoolean.xor(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMBoolean
static void ASMTransientLinkSet.addLink2(StackFrame frame, ASMTransientLinkSet self, ASMTransientLink link, ASMBoolean isDefault)
           
static ASMBoolean ASMBoolean.and(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
static ASMOclAny ASMOclAny.check(StackFrame frame, ASMOclAny self, ASMString msg, ASMBoolean cond)
           
static ASMBoolean ASMBoolean.implies(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
static ASMBoolean ASMBoolean.not(StackFrame frame, ASMBoolean self)
           
static ASMBoolean ASMBoolean.or(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
static ASMString ASMBoolean.toString(StackFrame frame, ASMBoolean self)
           
static ASMBoolean ASMBoolean.xor(StackFrame frame, ASMBoolean self, ASMBoolean o)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.