public class MatchedBlock extends Object
Modifier and Type | Field and Description |
---|---|
Block |
block |
Block.MatchType |
matchType |
String |
name |
Constructor and Description |
---|
MatchedBlock(Block block,
String name,
Block.MatchType matchType) |
public final Block block
public final String name
public final Block.MatchType matchType
public MatchedBlock(Block block, String name, Block.MatchType matchType)
public String getName()
public Block.MatchType matchesEnd(String message)
Copyright © 2004-2015. All Rights Reserved.