MCPcopy Create free account
hub / github.com/Julow/Unexpected-Keyboard / getModifier

Method getModifier

srcs/juloo.keyboard2/KeyValue.java:193–196  ·  view source on GitHub ↗

Defined only when [getKind() == Kind.Modifier].

()

Source from the content-addressed store, hash-verified

191
192 /** Defined only when [getKind() == Kind.Modifier]. */
193 public Modifier getModifier()
194 {
195 return Modifier.values()[(_code & VALUE_BITS)];
196 }
197
198 /** Defined only when [getKind() == Kind.Editing]. */
199 public Editing getEditing()

Callers 5

hasMethod · 0.95
modifyMethod · 0.80
apply_gestureMethod · 0.80
key_downMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected