|
ROSE 2.15.0
|
A parsed JVM method descriptor.
Definition at line 42 of file DescriptorParser.h.
#include <Rose/BinaryAnalysis/InstructionSemantics/DescriptorParser.h>

Public Member Functions | |
| size_t | argumentSlotCount () const |
| Number of local-variable slots occupied by explicit arguments. | |
Public Attributes | |
| std::vector< DescriptorType > | arguments |
| DescriptorType | returnType |
| size_t Rose::BinaryAnalysis::InstructionSemantics::MethodDescriptor::argumentSlotCount | ( | ) | const |
Number of local-variable slots occupied by explicit arguments.
The receiver of an instance method is not included.
| std::vector<DescriptorType> Rose::BinaryAnalysis::InstructionSemantics::MethodDescriptor::arguments |
Definition at line 43 of file DescriptorParser.h.
| DescriptorType Rose::BinaryAnalysis::InstructionSemantics::MethodDescriptor::returnType |
Definition at line 44 of file DescriptorParser.h.