Uses of Class
pmp.InternalMPError.Source

Packages that use InternalMPError.Source
pmp This package contains core classes of PMP macroprocessor. 
 

Uses of InternalMPError.Source in pmp
 

Methods in pmp that return InternalMPError.Source
static InternalMPError.Source InternalMPError.Source.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InternalMPError.Source[] InternalMPError.Source.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in pmp with parameters of type InternalMPError.Source
InternalMPError(InternalMPError.Source file, int line)