de.grogra.xl.query
Class TypePattern

java.lang.Object
  extended by de.grogra.xl.query.Pattern
      extended by de.grogra.xl.query.BuiltInPattern
          extended by de.grogra.xl.query.TypePattern
All Implemented Interfaces:
BytecodeSerialization.Serializable

public final class TypePattern
extends BuiltInPattern


Nested Class Summary
 
Nested classes/interfaces inherited from class de.grogra.xl.query.Pattern
Pattern.Matcher
 
Field Summary
 
Fields inherited from class de.grogra.xl.query.Pattern
CONTEXT_MASK, INPUT_MASK, NODE_MASK, NULL_MATCHER, OUTPUT_MASK
 
Constructor Summary
TypePattern(Type type)
           
 
Method Summary
 Pattern.Matcher createMatcher(Graph src, XBitSet providedConstants, IntList neededConstantsOut)
           
 int getParameterKind(int index)
           
 void write(BytecodeSerialization out)
           
 
Methods inherited from class de.grogra.xl.query.Pattern
getDeclaredParameterCount, getParameterCount, getParameterType, isDeleting, paramString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypePattern

public TypePattern(Type type)
Method Detail

createMatcher

public Pattern.Matcher createMatcher(Graph src,
                                     XBitSet providedConstants,
                                     IntList neededConstantsOut)
Specified by:
createMatcher in class Pattern

getParameterKind

public int getParameterKind(int index)
Specified by:
getParameterKind in class Pattern

write

public void write(BytecodeSerialization out)
           throws java.io.IOException
Throws:
java.io.IOException