|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSExpression._class_
public abstract static class NSExpression._class_
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
|---|
NSObject._class_ |
| Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
|---|
ObjCClass._Class |
| Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
NSObject._static_ |
| Field Summary |
|---|
| Fields inherited from interface org.rococoa.ObjCClass |
|---|
CLASS |
| Constructor Summary | |
|---|---|
NSExpression._class_()
|
|
| Method Summary | |
|---|---|
abstract NSExpression |
alloc()
Original signature : +(id)allocnative declaration : NSObject.h:77 |
abstract NSExpression |
expressionForAggregate(NSArray subexpressions)
Expression that returns a collection containing the results of other expressions Original signature : +(NSExpression*)expressionForAggregate:(NSArray*)native declaration : NSExpression.h:88 |
abstract NSExpression |
expressionForConstantValue(ObjCObject obj)
Expression that returns a constant value Original signature : +(NSExpression*)expressionForConstantValue:(id)native declaration : NSExpression.h:44 |
abstract NSExpression |
expressionForEvaluatedObject()
Expression that returns the object being evaluated Original signature : +(NSExpression*)expressionForEvaluatedObjectnative declaration : NSExpression.h:45 |
abstract NSExpression |
expressionForFunction_arguments(NSString name,
NSArray parameters)
Expression that invokes one of the predefined functions. |
abstract NSExpression |
expressionForFunction_selectorName_arguments(NSExpression target,
NSString name,
NSArray parameters)
Expression that invokes the selector on target with parameters. |
abstract NSExpression |
expressionForIntersectSet_with(NSExpression left,
NSExpression right)
return an expression that will return the intersection of the collections expressed by left and right Original signature : +(NSExpression*)expressionForIntersectSet:(NSExpression*) with:(NSExpression*)native declaration : NSExpression.h:90 |
abstract NSExpression |
expressionForKeyPath(NSString keyPath)
Expression that invokes valueForKeyPath with keyPath Original signature : +(NSExpression*)expressionForKeyPath:(NSString*)native declaration : NSExpression.h:47 |
abstract NSExpression |
expressionForMinusSet_with(NSExpression left,
NSExpression right)
return an expression that will return the disjunction of the collections expressed by left and right Original signature : +(NSExpression*)expressionForMinusSet:(NSExpression*) with:(NSExpression*)native declaration : NSExpression.h:91 |
abstract NSExpression |
expressionForSubquery_usingIteratorVariable_predicate(NSExpression expression,
NSString variable,
ObjCObject predicate)
Expression that filters a collection by storing elements in the collection in the variable variable and keeping the elements for which qualifer returns true; variable is used as a local variable, and will shadow any instances of variable in the bindings dictionary, the variable is removed or the old value replaced once evaluation completes Original signature : +(NSExpression*)expressionForSubquery:(NSExpression*) usingIteratorVariable:(NSString*) predicate:(id)native declaration : NSExpression.h:92 |
abstract NSExpression |
expressionForUnionSet_with(NSExpression left,
NSExpression right)
return an expression that will return the union of the collections expressed by left and right Original signature : +(NSExpression*)expressionForUnionSet:(NSExpression*) with:(NSExpression*)native declaration : NSExpression.h:89 |
abstract NSExpression |
expressionForVariable(NSString string)
Expression that pulls a value from the variable bindings dictionary Original signature : +(NSExpression*)expressionForVariable:(NSString*)native declaration : NSExpression.h:46 |
abstract NSExpression |
new_()
Original signature : +(id)newnative declaration : NSObject.h:75 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
|---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
| Constructor Detail |
|---|
public NSExpression._class_()
| Method Detail |
|---|
public abstract NSExpression expressionForConstantValue(ObjCObject obj)
+(NSExpression*)expressionForConstantValue:(id)
public abstract NSExpression expressionForEvaluatedObject()
+(NSExpression*)expressionForEvaluatedObject
public abstract NSExpression expressionForVariable(NSString string)
+(NSExpression*)expressionForVariable:(NSString*)
public abstract NSExpression expressionForKeyPath(NSString keyPath)
+(NSExpression*)expressionForKeyPath:(NSString*)
public abstract NSExpression expressionForFunction_arguments(NSString name,
NSArray parameters)
+(NSExpression*)expressionForFunction:(NSString*) arguments:(NSArray*)
public abstract NSExpression expressionForAggregate(NSArray subexpressions)
+(NSExpression*)expressionForAggregate:(NSArray*)
public abstract NSExpression expressionForUnionSet_with(NSExpression left,
NSExpression right)
+(NSExpression*)expressionForUnionSet:(NSExpression*) with:(NSExpression*)
public abstract NSExpression expressionForIntersectSet_with(NSExpression left,
NSExpression right)
+(NSExpression*)expressionForIntersectSet:(NSExpression*) with:(NSExpression*)
public abstract NSExpression expressionForMinusSet_with(NSExpression left,
NSExpression right)
+(NSExpression*)expressionForMinusSet:(NSExpression*) with:(NSExpression*)
public abstract NSExpression expressionForSubquery_usingIteratorVariable_predicate(NSExpression expression,
NSString variable,
ObjCObject predicate)
+(NSExpression*)expressionForSubquery:(NSExpression*) usingIteratorVariable:(NSString*) predicate:(id)
public abstract NSExpression expressionForFunction_selectorName_arguments(NSExpression target,
NSString name,
NSArray parameters)
+(NSExpression*)expressionForFunction:(NSExpression*) selectorName:(NSString*) arguments:(NSArray*)
public abstract NSExpression alloc()
NSObject._class_+(id)alloc
alloc in class NSObject._class_public abstract NSExpression new_()
NSObject._class_+(id)new
new_ in class NSObject._class_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||