RetroArch
Public Member Functions | Protected Attributes | List of all members
glslang::TIntermMethod Class Reference

#include <intermediate.h>

Inheritance diagram for glslang::TIntermMethod:
[legend]
Collaboration diagram for glslang::TIntermMethod:
[legend]

Public Member Functions

 TIntermMethod (TIntermTyped *o, const TType &t, const TString &m)
 
virtual TIntermMethodgetAsMethodNode ()
 
virtual const TIntermMethodgetAsMethodNode () const
 
virtual const TStringgetMethodName () const
 
virtual TIntermTypedgetObject () const
 
virtual void traverse (TIntermTraverser *)
 
- Public Member Functions inherited from glslang::TIntermTyped
 TIntermTyped (const TType &t)
 
 TIntermTyped (TBasicType basicType)
 
virtual TIntermTypedgetAsTyped ()
 
virtual const TIntermTypedgetAsTyped () const
 
virtual void setType (const TType &t)
 
virtual const TTypegetType () const
 
virtual TTypegetWritableType ()
 
virtual TBasicType getBasicType () const
 
virtual TQualifiergetQualifier ()
 
virtual const TQualifiergetQualifier () const
 
virtual void propagatePrecision (TPrecisionQualifier)
 
virtual int getVectorSize () const
 
virtual int getMatrixCols () const
 
virtual int getMatrixRows () const
 
virtual bool isMatrix () const
 
virtual bool isArray () const
 
virtual bool isVector () const
 
virtual bool isScalar () const
 
virtual bool isStruct () const
 
virtual bool isFloatingDomain () const
 
virtual bool isIntegerDomain () const
 
TString getCompleteString () const
 
- Public Member Functions inherited from TIntermNode
 TIntermNode ()
 
virtual const glslang::TSourceLocgetLoc () const
 
virtual void setLoc (const glslang::TSourceLoc &l)
 
virtual glslang::TIntermOperatorgetAsOperator ()
 
virtual glslang::TIntermConstantUniongetAsConstantUnion ()
 
virtual glslang::TIntermAggregategetAsAggregate ()
 
virtual glslang::TIntermUnarygetAsUnaryNode ()
 
virtual glslang::TIntermBinarygetAsBinaryNode ()
 
virtual glslang::TIntermSelectiongetAsSelectionNode ()
 
virtual glslang::TIntermSwitchgetAsSwitchNode ()
 
virtual glslang::TIntermSymbolgetAsSymbolNode ()
 
virtual glslang::TIntermBranchgetAsBranchNode ()
 
virtual glslang::TIntermLoopgetAsLoopNode ()
 
virtual const glslang::TIntermOperatorgetAsOperator () const
 
virtual const glslang::TIntermConstantUniongetAsConstantUnion () const
 
virtual const glslang::TIntermAggregategetAsAggregate () const
 
virtual const glslang::TIntermUnarygetAsUnaryNode () const
 
virtual const glslang::TIntermBinarygetAsBinaryNode () const
 
virtual const glslang::TIntermSelectiongetAsSelectionNode () const
 
virtual const glslang::TIntermSwitchgetAsSwitchNode () const
 
virtual const glslang::TIntermSymbolgetAsSymbolNode () const
 
virtual const glslang::TIntermBranchgetAsBranchNode () const
 
virtual const glslang::TIntermLoopgetAsLoopNode () const
 
virtual ~TIntermNode ()
 

Protected Attributes

TIntermTypedobject
 
TString method
 
- Protected Attributes inherited from glslang::TIntermTyped
TType type
 
- Protected Attributes inherited from TIntermNode
glslang::TSourceLoc loc
 

Additional Inherited Members

- Protected Member Functions inherited from glslang::TIntermTyped
TIntermTypedoperator= (const TIntermTyped &)
 
- Protected Member Functions inherited from TIntermNode
 TIntermNode (const TIntermNode &)
 
TIntermNodeoperator= (const TIntermNode &)
 

Constructor & Destructor Documentation

◆ TIntermMethod()

glslang::TIntermMethod::TIntermMethod ( TIntermTyped o,
const TType t,
const TString m 
)
inline

Member Function Documentation

◆ getAsMethodNode() [1/2]

virtual TIntermMethod* glslang::TIntermMethod::getAsMethodNode ( )
inlinevirtual

Reimplemented from TIntermNode.

Here is the caller graph for this function:

◆ getAsMethodNode() [2/2]

virtual const TIntermMethod* glslang::TIntermMethod::getAsMethodNode ( ) const
inlinevirtual

Reimplemented from TIntermNode.

◆ getMethodName()

virtual const TString& glslang::TIntermMethod::getMethodName ( ) const
inlinevirtual
Here is the caller graph for this function:

◆ getObject()

virtual TIntermTyped* glslang::TIntermMethod::getObject ( ) const
inlinevirtual
Here is the caller graph for this function:

◆ traverse()

void glslang::TIntermMethod::traverse ( TIntermTraverser )
virtual

Implements TIntermNode.

Member Data Documentation

◆ method

TString glslang::TIntermMethod::method
protected

◆ object

TIntermTyped* glslang::TIntermMethod::object
protected

The documentation for this class was generated from the following files: