Public メソッド | Private 変数

クラス v8::internal::Literal

#include <ast.h>

v8::internal::Expressionを継承しています。

すべてのメンバ一覧

Public メソッド

 Literal (Handle< Object > handle)
virtual void Accept (Visitor *v)
virtual LiteralAsLiteral ()
bool IsIdenticalTo (const Literal *other) const
bool IsNull () const
bool IsTrue () const
bool IsFalse () const
Handle< Objecthandle () const

Private 変数

Handle< Objecthandle_

説明

ast.h590 行で定義されています。


コンストラクタとデストラクタ

v8::internal::Literal::Literal ( Handle< Object handle  )  [inline, explicit]

ast.h592 行で定義されています。


関数

virtual void v8::internal::Literal::Accept ( Visitor *  v  )  [virtual]

v8::internal::Nodeを実装しています。

virtual Literal* v8::internal::Literal::AsLiteral (  )  [inline, virtual]

v8::internal::Nodeを再定義しています。

ast.h597 行で定義されています。

Handle<Object> v8::internal::Literal::handle (  )  const [inline]
bool v8::internal::Literal::IsFalse (  )  const [inline]

ast.h607 行で定義されています。

参照先 handle_, と v8::internal::Handle< T >::is_identical_to().

bool v8::internal::Literal::IsIdenticalTo ( const Literal other  )  const [inline]

ast.h600 行で定義されています。

参照先 handle_, と v8::internal::Handle< T >::is_identical_to().

bool v8::internal::Literal::IsNull (  )  const [inline]

ast.h605 行で定義されています。

参照先 handle_, と v8::internal::Handle< T >::is_identical_to().

bool v8::internal::Literal::IsTrue (  )  const [inline]

ast.h606 行で定義されています。

参照先 handle_, と v8::internal::Handle< T >::is_identical_to().


変数

ast.h614 行で定義されています。

参照元 handle(), IsFalse(), IsIdenticalTo(), IsNull(), と IsTrue().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義