Searched defs:constantTypeKind (Results 1 - 1 of 1) sorted by relevance

/external/turbine/java/com/google/turbine/model/
H A DConst.java41 public abstract TurbineConstantTypeKind constantTypeKind(); method in class:Const.Value
49 throw new AssertionError(constantTypeKind());
53 throw new AssertionError(constantTypeKind());
57 throw new AssertionError(constantTypeKind());
61 throw new AssertionError(constantTypeKind());
65 throw new AssertionError(constantTypeKind());
69 throw new AssertionError(constantTypeKind());
73 throw new AssertionError(constantTypeKind());
77 throw new AssertionError(constantTypeKind());
81 throw new AssertionError(constantTypeKind());
99 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.BooleanValue
133 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.IntValue
196 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.LongValue
259 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.CharValue
322 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.FloatValue
385 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.DoubleValue
448 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.StringValue
476 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.ShortValue
535 public TurbineConstantTypeKind constantTypeKind() { method in class:Const.ByteValue
[all...]

Completed in 137 milliseconds