Enum cpp_demangle::ast::PrefixHandle [−][src]
pub enum PrefixHandle {
WellKnown(WellKnownComponent),
BackReference(usize),
NonSubstitution(NonSubstitution),
}A reference to a parsed <prefix> production.
Variants
WellKnown(WellKnownComponent)A reference to a “well-known” component.
BackReference(usize)A back-reference into the substitution table to a component we have already parsed.
NonSubstitution(NonSubstitution)A handle to some <prefix> component that isn’t by itself
substitutable; instead, it’s only substitutable with its parent
component.
Implementations
impl PrefixHandle[src]
impl PrefixHandle[src]pub fn back_reference(&self) -> Option<usize>[src]
If this is a BackReference, get its index.
Trait Implementations
impl Clone for PrefixHandle[src]
impl Clone for PrefixHandle[src]fn clone(&self) -> PrefixHandle[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<PrefixHandle> for PrefixHandle[src]
impl PartialEq<PrefixHandle> for PrefixHandle[src]