Uses of Class
de.mirkosertic.bytecoder.core.ir.NodeType
-
Packages that use NodeType Package Description de.mirkosertic.bytecoder.core.ir de.mirkosertic.bytecoder.core.patternmatcher -
-
Uses of NodeType in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as NodeType Modifier and Type Field Description NodeTypeNode. nodeTypeMethods in de.mirkosertic.bytecoder.core.ir that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type NodeType Constructor Description AbstractVar(Graph owner, org.objectweb.asm.Type value, NodeType nodeType)ControlTokenConsumer(Graph owner, NodeType nodeType)Node(Graph owner, NodeType nodeType)PrimitiveValue(Graph owner, org.objectweb.asm.Type type, NodeType nodeType)Reference(Graph owner, org.objectweb.asm.Type type, Reference.Kind kind, NodeType nodeType)Region(Graph owner, java.lang.String label, NodeType nodeType)Test(Graph owner, NodeType nodeType)Value(Graph owner, org.objectweb.asm.Type type, NodeType nodeType) -
Uses of NodeType in de.mirkosertic.bytecoder.core.patternmatcher
Methods in de.mirkosertic.bytecoder.core.patternmatcher with parameters of type NodeType Modifier and Type Method Description private PatternMatcher.PathPatternMatcher.Path. addIncoming(int incomingIndex, NodeType nodeType, int expectedIndex)private PatternMatcher.PathPatternMatcher.Path. addOutgoing(NodeType nodeType, int expectedIndex)private PatternMatcher.PathPatternMatcher.Path. controlComingFrom(int nodeIndex, NodeType nodeType)private PatternMatcher.PathPatternMatcher.Path. controlGoingTo(Projection projection, int nodeIndex, NodeType nodeType)
-