• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kjs
 

kjs

  • KJS
  • ConditionalNode
Public Member Functions | List of all members
KJS::ConditionalNode Class Reference

#include <nodes.h>

Inherits KJS::Node.

Public Member Functions

 ConditionalNode (Node *l, Node *e1, Node *e2)
virtual void ref ()
virtual bool deref ()
virtual Value evaluate (ExecState *exec) const
virtual void streamTo (SourceStream &s) const
- Public Member Functions inherited from KJS::Node
virtual Type type () const
virtual Reference evaluateReference (ExecState *exec) const
virtual Value evaluate (ExecState *exec) const
virtual bool toBoolean (ExecState *exec) const
virtual double toNumber (ExecState *exec) const
virtual UString toString (ExecState *exec) const
UString toCode () const
virtual void streamTo (SourceStream &s) const =0
virtual void processVarDecls (ExecState *)
int lineNo () const
virtual void ref ()
virtual bool deref ()

Additional Inherited Members

- Protected Member Functions inherited from KJS::Node
Value throwError (ExecState *exec, ErrorType e, const char *msg) const
Value throwError (ExecState *exec, ErrorType e, const char *msg, const Value &v, const Node *expr) const
Value throwError (ExecState *exec, ErrorType e, const char *msg, Identifier label) const
void setExceptionDetailsIfNeeded (ExecState *exec) const
virtual int sourceId () const
- Protected Attributes inherited from KJS::Node
int line
unsigned int refcount

Detailed Description

The ternary operator, "logical ? expr1 : expr2".

Definition at line 614 of file nodes.h.


The documentation for this class was generated from the following files:
  • nodes.h
  • nodes.cpp
  • nodes2string.cpp

kjs

Skip menu "kjs"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

kjs

Skip menu "kjs"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for kjs by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.