Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkowz committed Jul 21, 2015
1 parent e27e62d commit b2c82e8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
/**
Represents expressions in the framework.
*/
public protocol ExpressionType {
public protocol ExpressionRepresentationType {
/// Identifier of expression.
var identifier: String {get}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
/**
Represents loaded expression that will be processed later.
*/
public struct ProcessableExpression: ExpressionType, ExpressionPatternType, Processable {
public struct ProcessableExpression: ExpressionRepresentationType, ExpressionPatternType, Processable {
/// Identifier of expression.
public let identifier: String

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
/**
Represents processable expression with length variations.
*/
public struct ProcessableLengthVariationExpression: ExpressionType, Processable {
public struct ProcessableLengthVariationExpression: ExpressionRepresentationType, Processable {
/// Identifier of expression.
public var identifier: String

Expand Down
Binary file not shown.

0 comments on commit b2c82e8

Please sign in to comment.